-
Notifications
You must be signed in to change notification settings - Fork 30
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
Template for R #327
Comments
usethis is really very useful and already does a lot of templetization for you, so you could technically write a small R script to which you pass some parameters, like the name of the package etc. and then just rune the usethis library to init most of the things :) |
@maltelueken What do you think about this? |
I agree with the above! |
During the research software templates session in RSECon24, there were some comments about "other tools used in R instead of templates": Are these equivalent? competitors? I take it our preferred / recommended way is to use |
Dear @c-martinez, here my answer:
So yes, |
The Python chapter has a reference to our Python Template, as a way to start your project with the good practices we encourage everyone to use (license, testing, citation information, etc).
Talking to @PabRod, apparently in R-land, it is more common to use the usethis library. Instead of creating a template for R, it would make sense to have a few lines of R that serve the same purpose (start your project with good practices we encourage).
I guess it would look something like this:
Would more experienced R people be able to give their opinion?
The text was updated successfully, but these errors were encountered: