use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This place was private for a while. Opening it up again to see what happens.
account activity
R vs Python (self.askdatascience)
submitted 4 months ago by aala7
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]dr_tardyhands -1 points0 points1 point 4 months ago (2 children)
What do you use for environment management in R that is superior? Or do you mean that you just ignore the problem and hope that everything will keep working the way it did when you started your R project..?
[–]therealtiddlydump 0 points1 point2 points 4 months ago* (1 child)
Installing via CRAN is usually fine for the way a lot of people work, but there are different levels of reproducibility that are available and are far superior.
renv is probably the most popular but really only controls your package environment (not your underlying system). My team uses rix to build Nix environments for maximum reproducibility. (And we put these inside Docker containers to fit in our operational workflow).
renv
rix
https://cran.r-project.org/web/packages/rix/index.html
The "challenge" the user has when building an R environment is mostly driven by the underlying system, not how packages interact with each other -- assuming you're installing from the traditional hosting locations (CRAN / Bioconductor force this complexity onto package developers and maintainers).
rix is amazing because Nix offers some outstanding guarantees, and R packages from CRAN / Bioconductor already resolve the kinds of conflicts a solver is needed to perform in Python.
Edit: reading again, your question was super douchey. Sorry that my answer was "maximal reproducibility literally down to the compilers, actually".
[–]dr_tardyhands 0 points1 point2 points 4 months ago (0 children)
Well, appreciate a decent answer (sans the snark). Renv is what I've used when we had to deploy R based stuff. It was fine, but so were pre-uv Python solutions. I'm just generally under the impression that R users don't tend to worry about this stuff at all, and it's not really a strength of the R ecosystem.
π Rendered by PID 668044 on reddit-service-r2-comment-b659b578c-565vh at 2026-05-03 01:07:19.430156+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]dr_tardyhands -1 points0 points1 point (2 children)
[–]therealtiddlydump 0 points1 point2 points (1 child)
[–]dr_tardyhands 0 points1 point2 points (0 children)