昂贵的科研
Maëlle's R blog
BiocJobs: declaring dispatchable jobs inside Bioconductor packages
Learning how to extract parts of a string
This week I took time to re-read The Programmer’s Brain by Felienne Hermans. Among the many gems one idea that stuck with me is that not learning how to do something and looking it up every time will make you less efficient. Therefore I starting …
Continue reading: Learning how to extract parts of a …Reading notes on The Programmer’s Brain by Felienne Hermans
Prompted (😉) by some AI dread, I decided to go back to some basics and re-read The Programmer’s Brain by Felienne Hermans. Felienne Hermans’ work caught my attention when she gave a keynote talk at a Posit conference years ago. The book was…
Continue reading: Reading notes on The Programmer’s Brain by Felienne …socviz 2.0.0 on CRAN
The boring part first: Building a crosswalk from O*NET-SOC to ANZSCO
Using GitHub Actions to deploy to Posit Connect Cloud
We’ve previously extolled the virtues of automating the repetitive chores we encounter, allowing us to focus on the tasks that matter.
Three years ago, we posted an example of how to automate the deployment of a Shiny application to shinyapps.io from a GitHub Actions.
When a new commit …