i tested the devtools::use_github command and it actually created a public repository when stating explicitly that the repo shall not be private. Hence, I changed the comment accordingly
I'm confused about this because we get a private repo with devtools::use_github, but the man page says that the default is private = FALSE! Anyway, let's use private = FALSE like you suggest.
devtools::use_github
command and it actually created a public repository when stating explicitly that the repo shall not be private. Hence, I changed the comment accordingly