How to create an R package nested in git directory
问题 I used to be able to build my R packages within my github repo, but the devtools functions have been deprecated and replaced with new functions that won't allow me to do this anymore. I was previously using devtools::setup('NewPackage', check=FALSE) in my directory /home/User/NewPackage/ , to create my R package /home/User/NewPackage/NewPackage The new alternative gives the following error usethis::create_package('NewPackage') #New project 'NewPackage' is nested inside an existing project '