Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notes #2

Closed
b-rodrigues opened this issue Jan 7, 2023 · 2 comments
Closed

notes #2

b-rodrigues opened this issue Jan 7, 2023 · 2 comments

Comments

@b-rodrigues
Copy link
Owner

just some things I must not forget

@b-rodrigues
Copy link
Owner Author

CRAN at a frozen date (like https://packagemanager.rstudio.com/cran/__linux__/jammy/2023-01-06) useful for projects like wontrun where I don't know what the end user will install

renv with lock file: useful for projects where we know exactly which packages to use. Also, RPSM provides binaries for Linux (so useful for Docker), but it's possible to use CRAN as well (older packages get downloaded from the archives if necessary) however packages get compiled

@b-rodrigues
Copy link
Owner Author

DRY: not just for functions, but also for comments. don’t repeat in comments what the code is already doing if it’s obvious

b-rodrigues pushed a commit that referenced this issue Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant