Re: [Rcpp-devel] Error creating package with RcppArmadillo

2018-10-15 Thread Dirk Eddelbuettel
On 15 October 2018 at 09:00, mike guggis wrote: | I installed pkgKitten and it passed the check. Thank you very much. Great, and thanks for reporting back and closing the loop. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org _

Re: [Rcpp-devel] Error creating package with RcppArmadillo

2018-10-15 Thread mike guggis
I installed pkgKitten and it passed the check. Thank you very much. On Sat, Oct 13, 2018 at 2:35 PM Dirk Eddelbuettel wrote: > > Hi Bill, > > On 13 October 2018 at 11:13, William Dunlap wrote: > | But do replace pkgKitten's boilerplate before submitting the package to > | CRAN, lest CRAN people

Re: [Rcpp-devel] Error creating package with RcppArmadillo

2018-10-13 Thread Dirk Eddelbuettel
Hi Bill, On 13 October 2018 at 11:13, William Dunlap wrote: | But do replace pkgKitten's boilerplate before submitting the package to | CRAN, lest CRAN people decide to insist on meaningful content. | | ./RApiDatetime/man/RApiDatetime-package.Rd: This section should provide a | more detailed o

Re: [Rcpp-devel] Error creating package with RcppArmadillo

2018-10-13 Thread Jeff Newmiller
I am not going to defend it, but making a package skeleton that fails if you don't fix all the boilerplate just represents a different philosophy of assistance. If you don't actually take ownership of all parts of the package eventually then you will share bogus packages. It is like strict type

Re: [Rcpp-devel] Error creating package with RcppArmadillo

2018-10-13 Thread William Dunlap
But do replace pkgKitten's boilerplate before submitting the package to CRAN, lest CRAN people decide to insist on meaningful content. ./RApiDatetime/man/RApiDatetime-package.Rd: This section should provide a more detailed overview of how to use the ./SimplifyStats/man/SimplifyStats-package.Rd:

Re: [Rcpp-devel] Error creating package with RcppArmadillo

2018-10-13 Thread Dirk Eddelbuettel
On 13 October 2018 at 10:42, Kevin Ushey wrote: | I can reproduce if the 'pkgKitten' package is not installed. In that | case, I see in man/-package.Rd: | | \examples{ | ~~ simple examples of the most important functions ~~ | } | | which of course is just a stub and not valid exampl

Re: [Rcpp-devel] Error creating package with RcppArmadillo

2018-10-13 Thread Kevin Ushey
I can reproduce if the 'pkgKitten' package is not installed. In that case, I see in man/-package.Rd: \examples{ ~~ simple examples of the most important functions ~~ } which of course is just a stub and not valid example code (and so fails during check). I think this is just gunk tha

Re: [Rcpp-devel] Error creating package with RcppArmadillo

2018-10-12 Thread Dirk Eddelbuettel
On 12 October 2018 at 14:59, mike guggis wrote: | I am running into an error when building the default package with Rcpp | armadillo in Rstudio. | | | | In rstudio if I go to New Project > New directory> R Package using | RcppArmadillo. Then create a project with a random nam,e “gh”. If I click

[Rcpp-devel] Error creating package with RcppArmadillo

2018-10-12 Thread mike guggis
I am running into an error when building the default package with Rcpp armadillo in Rstudio. In rstudio if I go to New Project > New directory> R Package using RcppArmadillo. Then create a project with a random nam,e “gh”. If I click “check” under the build tab to check the package I get an erro