[R-pkg-devel] Help!

2019-10-19 Thread Sérgio Oliveira
Hello, I am trying to create a simple package for R using R 3.6.1, devtools, Rtools and roxegen2 on windows 8.1. After generating the documentation, I use check (), which returns me the following error: ___ - checking whether package 'leontie

Re: [R-pkg-devel] Help!

2019-10-19 Thread Duncan Murdoch
The first error said your package couldn't be installed, so look in 00install.out. That file said it couldn't find your DESCRIPTION file. That file should be in the top level directory of your package. I don't know if Roxygen2 can create it or not. I always write mine by editing the file pr