McClelland Legge
McClelland Legge
@eudastat.bsky.social
Pandas, every time.
November 11, 2024 at 2:59 AM
provides renv-like functionality too for dev dependencies*
November 8, 2024 at 8:55 PM
Poetry with cookie cutter is the closest to devtools/usethis/testthat that I've found. After adapting this template it's all I use: cookiecutter-hypermodern-python.readthedocs.io/en/2022.6.3....
Hypermodern Python Cookiecutter documentationContentsMenuExpandLight modeDark modeAuto light/dark mode
cookiecutter-hypermodern-python.readthedocs.io
November 8, 2024 at 8:52 PM
what about reverting to `tar_file` and `tar_target` instead of `tar_file_read`?

targets_main <- tar_assign({
file <- tar_file("foo.csv")
data <- tar_target(command = readr::read_csv(file) |> janitor::clean_names())
})
November 5, 2024 at 10:41 PM
Huh. Really strange behavior then, have never heard of or seen that before. This thread mentions Bioconductor packages doing funky things, might be worth a read github.com/rstudio/rstu...
How to disable RStudio loading via namespace feature/bug when starting RStudio with a opening R script? · Issue #8072 · rstudio/rstudio
It may introduce some problems when using RStudio to open a R project with several opening R scripts, for RStudio will load packages via namespace. As I mentioned here, I found those warning messag...
github.com
October 30, 2024 at 5:12 AM
What's in your .Rprofile or ~/.Rprofile?
October 30, 2024 at 5:02 AM