[R-pkg-devel] Package suggested but not available for checking: 'rPeaks'; Additional_repositories
On Tue, 16 Apr 2019 at 20:54, Tan Zhou <tankchow12 at gmail.com> wrote:
Hi I?aki and Ralf, Thank you very much for your help and suggestions. Yes, I followed instruction and did that. Now I have the https://tankwin08.github.io/drat. But I test install.packages("rPeaks") Installing package into ?C:/Users/tank/Documents/R/win-library/3.4? (as ?lib? is unspecified) Warning in install.packages : unable to access index for repository https://tankwin08.github.io/drat/bin/windows/contrib/3.4: cannot open URL 'https://tankwin08.github.io/drat/bin/windows/contrib/3.4/PACKAGES' Package which is only available in source form, and may need compilation of C/C++/Fortran: ?rPeaks? Do you want to attempt to install these from sources? I can install it by typing y. For check my package, I changed it like this: Suggests: knitr, rPeaks Additional_repositories: https://tankwin08.github.io/drat But I conduct check, it still gives me a note: R CMD check results 0 errors | 0 warnings | 1 note checking package dependencies ... NOTE Package suggested but not available for checking: 'rPeaks'
You still need to install it in your computer to check it locally, as with any other dependency.
I?aki ?car