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

Handling R scripts without conversion into Rmd #89

Open
thebioengineer opened this issue Apr 8, 2021 · 0 comments
Open

Handling R scripts without conversion into Rmd #89

thebioengineer opened this issue Apr 8, 2021 · 0 comments

Comments

@thebioengineer
Copy link

Currently {DataPackageR} converts R scripts into Rmd via knitr::purl() to then get run via rmarkdown::render() so they are in a "clean" R environment.

Rather than doing that, we should set up the ability to source the R script in a clean R session and maintain the pulling of objects out of the rendered environment for saving/sharing.

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