[R-pkg-devel] R CMD Check: package dependencies

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Jan 18 16:23:39 CET 2017



On 18.01.2017 13:04, Kate Hartmann wrote:
> Hello:
>
>
>
> I am working on uploading my first R package to CRAN and running into a
> problem with package dependencies with R CMD check using win-builder (I am
> not having this problem on my mac).  I am getting:
>
>
>
> “Package required but not available: ‘grasp2db’”
>
>
>
> Best I can tell this is because ‘grasp2b’ is an ‘annotation package’ and
> although win-builder includes all CRAN packages it only includes
> Bioconductor ‘software’ packages.  One of the functions in my package
> requires ‘grasp2db’ otherwise I would do my best to move it to ‘suggests’
> rather than ‘imports’.
>
>
>
> Any advice you might have would be very much appreciated.


I think moving it to suggests is a good idea if only a very small part 
of your package needs it. But as it is small in size, I have no problem 
on installing it on winbuilder.

Best,
Uwe Ligges


>
>
> Thanks,
>
>
>
> Kate
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-package-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>



More information about the R-package-devel mailing list