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

Check WORCS function #128

Closed swvanderlaan closed 1 year ago

swvanderlaan commented 1 year ago

I am running the check_worcs_installation()-function but get an error like below.

How I can I fix this?

worcs::check_worcs_installation()
Error in libgit2::git_repository_open_ext : 
  could not find repository from '/Users/USERNAME'
✔ dependencies
✔ git
✔ github
✔ renv_consent
✔ rmarkdown
✔ tinytex

(I replaced my real username with a dummy one.)

cjvanlissa commented 1 year ago

it means that your current folder is not a git repository... if that is as intended, then it doesn't matter!