Re: [R-pkg-devel] error when submit a package

2020-06-26 Thread Guo, Wei (NIH/NIMH) [C] via R-package-devel
Thank you all for the help. I do ask a question about a package _outside of CRAN yesterday. But I have new questions today about the global variable undefined, which was read from an Rdata object. Thank you for your kind help again. Best, Wei -Original Message- From: Dirk Eddelbuettel

Re: [R-pkg-devel] error when submit a package

2020-06-26 Thread Dirk Eddelbuettel
On 26 June 2020 at 19:16, Zehao Xu wrote: | Package suggested but not available for checking: 'actigraphy' | | ``` | | This stackoverflow https://stackoverflow.com/questions/51453717/issue-with-r-package-check-on-windows-package-suggested-but-not-available-str can solve you problem No, wrong

Re: [R-pkg-devel] error when submit a package

2020-06-26 Thread Paul Hibbing
* The fourth can likely be addressed by if(getRversion() >= "2.15.1") utils::globalVariables(c("IV", "M", "filename2id", "wear_flag")) See https://github.com/tidyverse/magrittr/issues/29 * The fifth suggests you need to replace the default vignette title with something specific to your package.

Re: [R-pkg-devel] error when submit a package

2020-06-26 Thread Zehao Xu
Well, The first note can be ignored (Note that you are the maintainer), the second one ``` Maintainer: 'Wei Guoi ' Authors@R: 'Wei Guo ' ``` clearly, you miss spelled your name... the third one, ``` checking package dependencies ... NOTE Package suggested but not available for checki

Re: [R-pkg-devel] error when submit a package

2020-06-26 Thread Bert Gunter
Did you not post this before and receive answers? Please explain why the previous answers were insufficient. "Some notes are not fixable" is not a satisfactory response. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka

[R-pkg-devel] error when submit a package

2020-06-26 Thread Guo, Wei (NIH/NIMH) [C] via R-package-devel
Good afternoon, I am trying to submit my package to CRAN, and it failed to pass the checks due to 5 notes. I am wondering how to fix it. Within the 5 notes, some are not fixable. Thanks. Best, Wei Dear maintainer, package postGGIR_2.0.0.tar.gz does not pass the incoming checks automatically,