-
Notifications
You must be signed in to change notification settings - Fork 85
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
paper.Rmd
assumes rocker image has already installed devtools, git2r, here
#89
Comments
Thanks for noting this, could you give a more specific report of the conditions under which you observe this problem? I'm not sure that adding If you are noticing this error on travis, then probably we should put the As a point of etiquette, could you please wait for some discussion of your issue before proposing a pull request? We are all volunteers here, and a thoughtful discussion before writing any code will save everyone's time and ensure a productive and respectful exchange of ideas. |
I can absolutely do pull requests after discussion! :) Here's a better bug report: Expected behavior: Docker can build the default Actual behavior: Using Steps to reproduce:
Notes:
Potential solutions (very open to others' thoughts which likely see a better way to do this):
|
I can reproduce the issue. @benmarwick Do we really need this Colophon section in the
Removing it solves the problem. And in my opinion it's better not to clutter the paper repo images with these heavy dependencies just for some default text. Or am I missing something? Otherwise I vote for the first solution suggested by @ntrlshrp:
This can be added here, I guess: Line 20 in 4fdd398
|
Picking this back up:
This thread hasn't received much action, so I wonder if others like any of the following for a PR: |
To cover the situation where the compendium is acquired without it's git repo (e.g zip download or from a data repo such as OSF). Not really a solution to #89, but this commit is a side-effect of that discussion.
Some recent versions of
rocker/verse
, e.g.,3.5.3
, may not have all packages explicitly used inpaper.Rmd
default (i.e.,devtools, git2r, here
), all of which are required to knitpaper.Rmd
. That is,Dockerfile
withrocker/verse:3.5.3
fails withQuitting from lines 89-91 (paper.Rmd) Error in loadNamespace(name) : there is no package called 'here'
.The text was updated successfully, but these errors were encountered: