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

R-only solution #17

Open
2 tasks
avisionh opened this issue Feb 8, 2021 · 2 comments
Open
2 tasks

R-only solution #17

avisionh opened this issue Feb 8, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@avisionh
Copy link
Contributor

avisionh commented Feb 8, 2021

"As an R-user without any knowledge of Python nor terminal commands, I want to use the data science template to help structure my data science projects."

This is an open-call for help to implement an R-only framework for this. Currently, we are building R functionality but it still requires some knowledge of Python and terminal commands. What we are looking for in the R-only framework is:

  • Only need to write R commands (this package is a good starting point for an R pre-commit framework)
  • Shares the same basic documentation as this repo without the need to maintain and keep this documentation and the documentation for the R version the same.
    • I don't think there is a need to adhere to Sphinx. Feel free to use roxygen2 or any alternatives.
@avisionh avisionh added the help wanted Extra attention is needed label Feb 8, 2021
@avisionh
Copy link
Contributor Author

@exfalsoquodlibet has made some useful comments on this #16 (review).

@ESKYoung ESKYoung pinned this issue Apr 1, 2021
@mkrasmus
Copy link

mkrasmus commented Oct 2, 2022

I've enjoyed using this repo which is just a modded project.template but has suited my purposes (why reinvent the wheel?). I like how the stages of data management and analysis are stepped out by project.template so that mid-stage transformations and analyses can be cached and reloaded. The issue re secrets and checks etc could be addressed fairly simply I would have thought with a local file outside of the project folder. Also consideration of the renv package and a python environment (for reticulate) might be useful addons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants