cjvanlissa / worcs

Rstudio project template and convenience functions for the Workflow for Open Reproducible Code in Science (WORCS)
https://cjvanlissa.github.io/worcs/
GNU General Public License v3.0
76 stars 11 forks source link

add a docker based setup vignette #100

Closed aaronpeikert closed 3 years ago

aaronpeikert commented 3 years ago

As one of the reviewers suggested it might be easier for some to have a prebuild docker image instead of installing R + RStudio + latex + Git. However, @cjvanlissa et al should judge if this is actually an alternative we want to provide. No hard feeling if you delete this! In case we want to take this on: @cjvanlissa should fork https://github.com/aaronpeikert/worcs-docker and create a Docker Hub build from it so the image is no longer aaronpeikert/worcs.

cjvanlissa commented 3 years ago

@aaronpeikert did you just make the docker image the reviewer requested!? That's amazing :D One check: Does it have a LaTeX distribution too, for knitting PDF?

aaronpeikert commented 3 years ago

Yes. Of course, it has a latex installation. I also installed papaja, so it really should have everything one might want to have. Are there other packages that you recommend but not require for worcs?

If you don't mind I would hint at it in the manuscript?

cjvanlissa commented 3 years ago

Thank you for so thoroughly addressing this comment. That would have taken me days..

aaronpeikert commented 3 years ago

Since you seem to approve, I took the liberty to integrate it into the manuscript and draft a response to this poin. Please check and revise the new commits.

aaronpeikert commented 3 years ago

After the review is through we should set up a quick (30min) meeting to discuss the continued deployment of the Docker image.