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

Ability to install functionality contained in compendium itself in DOCKERFILE #42

Open
annakrystalli opened this issue Nov 9, 2019 · 2 comments

Comments

@annakrystalli
Copy link
Contributor

Often the repository itself might contain packaged functionality in which case it needs to be installed itself. Currently, in this demo research compendium, (repo), all dependencies are installed correctly but the additional functionality contained in the package itself is not and rendering of paper.Rmd fails

It would be great if there was either an option or even auto-installation of the repo if a DESCRIPTION file is present.

@annakrystalli
Copy link
Contributor Author

Just a heads up that I got this working by adding devtools::install() to the Dockerfile r command.

@karthik
Copy link
Owner

karthik commented Nov 12, 2019

Great, thanks. I'll work out a way to incorporate this.

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

2 participants