-
Notifications
You must be signed in to change notification settings - Fork 36
Contributing enhancements #732
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
base: development
Are you sure you want to change the base?
Contributing enhancements #732
Conversation
|
Thanks @alinacherkas. I'm wondering though, I presume it is still possible to contribute in the classical way? If people have to install |
|
Hi @SebKrantz, actually, installation is not even necessary these days. According to
I have already verified this on another device and removed the note from
You don't really have to do much to use |
|
Ok, thanks. I'll test this on your fork during the weekend - it's not a small change to the repo and I need to ensure myself and others can work without problems with it - even using VScode and other tools. |
|
Also I still need to test this. Have forgotten about it. Would be good to also hear some additional opinions here (e.g. @NicChr @davidbudzynski). As mentioned, I'm hesitant to add things that can complicate the development workflow. |
|
Apologies for the delayed response. I have been quite busy over the festive period. To be transparent, I have limited experience with Beyond R itself, our only hard dependency is If |
Description
This request enhances the developer's experience and streamlines the contributing process by adding renv and extending the contributing guidelines.
Main Changes
renvwhich isolates the developer's environment.gitignoreusing the modern GitHub template for R projectsChecklist
Additional Context
None.