Uploading R package from local computer to Github using Rstudio #149166
-
Select Topic AreaGeneral BodyHi all, I am new to the Github and I am trying to upload my R package from my computer to my Github.
I was wondering if anyone could help me figure out where was wrong. Many thanks. Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I decided to answer my own question so that it might help if any new comers like me bumped into this error. If you are trying to create a repository under your personal account like in my case, leave the "organisation" argument empty, usethis::use_github() is enough to communicate from local to your personal Github repo. |
Beta Was this translation helpful? Give feedback.
I decided to answer my own question so that it might help if any new comers like me bumped into this error. If you are trying to create a repository under your personal account like in my case, leave the "organisation" argument empty,
usethis::use_github()
is enough to communicate from local to your personal Github repo.