RStudio: Building package with roxygen2. Not producing NAMESPACE file
This is my first time building an R package, and doing it with the help of devtools and roxygen2. After writing a simple func in the R directory and making a DESCRIPTION file with devtools, I try to build and reload for the first time but I get an error - ==> devtools::document(roclets=c('rd', 'collate', 'namespace')) First time using roxygen2 4.0. Upgrading automatically... Documentation completed ==> R CMD INSTALL --no-multiarch --with-keep.source TestPack ... ERROR: a 'NAMESPACE' file is required Which is odd because I have selected in my build configurations that roxygen2 should be making