Re: [R-pkg-devel] "no prebuilt vignette index" error
Thanks, Berry. It turns out that the problem was an inclusion of ^build$ in my .Rbuildignore file. Best regards, Dan. Dan E. Kelley, Professor Oceanography Department, Dalhousie University Halifax, NS, Canada __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
[R-pkg-devel] R CMD check errors in Win-Builder
Dear R-package-devel community, We are trying to submit our R package lmerTest to CRAN. The Win-Builder gives some errors https://win-builder.r-project.org/wcXr7vXdiRMf/, that we cannot reproduce (by using the same system and the same R devel version ). I am kindly asking for some hints, how to resolve the problem. Is there a way to know which versions of the packages are used when used in WinBuilder check (or CRAN check)? With best, Alexandra [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
Re: [R-pkg-devel] R CMD check errors in Win-Builder
On 26 August 2017 at 20:42, Alexandra Kuznetsova wrote: | Dear R-package-devel community, | | We are trying to submit our R package lmerTest to CRAN. The Win-Builder gives some errors https://win-builder.r-project.org/wcXr7vXdiRMf/, that we cannot reproduce (by using the same system and the same R devel version ). That link is stale now. | I am kindly asking for some hints, how to resolve the problem. Is there a way to know which versions of the packages are used when used in WinBuilder check (or CRAN check)? AFAIK almost always "the current CRAN version". Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
Re: [R-pkg-devel] R CMD check errors in Win-Builder
On 26/08/2017 4:42 PM, Alexandra Kuznetsova wrote: Dear R-package-devel community, We are trying to submit our R package lmerTest to CRAN. The Win-Builder gives some errors https://win-builder.r-project.org/wcXr7vXdiRMf/, that we cannot reproduce (by using the same system and the same R devel version ). I get a 404 error on that URL. Perhaps it has expired? I am kindly asking for some hints, how to resolve the problem. Is there a way to know which versions of the packages are used when used in WinBuilder check (or CRAN check)? I believe it uses the latest versions of all packages. So run update.packages(type = "source") and you should get the same versions. Duncan Murdoch __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel