Re: [R-pkg-devel] Submitting a package to C-RAN

2017-09-03 Thread Manny Calavera
Check the logs here: https://win-builder.r-project.org/incoming_pretest/170903_030012_msgpack2R_01/ Are you using the latest R-devel version (not the current stable version) to run R CMD check --as-cran ? 2017-09-03 5:50 GMT+02:00 Travers Ching : > I am trying to submit a package to CRAN. It

Re: [R-pkg-devel] Documenting S4 generic does not show usage

2016-03-21 Thread Manny Calavera
use of methods::setMethod instead of > setMethod (etc). Roxygen2 doesn't seem to be quite smart enough to > realise that these aren't equivalent. You might want to file an issue > on github so I look into this the next time I'm working on roxygen2. > > Hadley > >

[R-pkg-devel] Documenting S4 generic does not show usage

2016-03-19 Thread Manny Calavera
Good day to everyone, I have an issue when documenting an S4 generic. I have the following in my file generics.R: #' @rdname myfunction-methods#' @name myfunction <- without this, roxygen2 complaints about missing name#' @export methods::setGeneric("myfunction", function( arg1, arg2 ), arg