tidy-finance / website

This repository hosts the source code for the website tidy-finance.org
https://tidy-finance.org
Other
82 stars 47 forks source link

blog/r-tidyfinance-0-1-0 #95

Closed christophscheuch closed 6 months ago

christophscheuch commented 6 months ago

Includes first draft, waiting for reviews

christophscheuch commented 6 months ago

Just for clarification: Why is an "update" of renv necessary? More importantly, why do you downgrade some packages here? I would understand that we include tidyfinance package but the other changes I don't understand.

The package requirements are stricter than the last state of the website repo (because I used whatever was installed on my machine at the time). I guess we should relax them at some point, so I created an issue for the package: https://github.com/tidy-finance/r-tidyfinance/issues/3

Downgrades are just the result of some inconsistency. We should avoid that of course, so I guess we need to align all renvs and requirements across all machines at some point.

EDIT: I resolved the downgrade issue with Rcpp, but Python needs to be downgraded to 3.10.11 because we use that in TFWP and never adjusted the website repo.