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

Create WORCS #117

Open swvanderlaan opened 3 years ago

swvanderlaan commented 3 years ago

Hi,

I run the following code, but then get the message below.

worcs::worcs_project(
  path = ".", # the current folder
  manuscript = "none", # edit this if you want a manuscript
  preregistration = "none", # edit this if you want a preregistration
  add_license = "MIT",
  use_renv = TRUE,
  remote_repo = "git@github.com:CirculatoryHealth/BlandAltman.git", # add git repo
  verbose = TRUE
)

How can I fix this?

Thanks

Sander

Could not connect to a remote 'GitHub' repository. You are working with a local 'Git' repository only.