Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.55 KB

cran-comments.md

File metadata and controls

52 lines (34 loc) · 2.55 KB

Dear CRAN volunteers,

Thank you for reviewing this submission. This submission contains updates for the raptr package. Specifically, these updates include documentation fixes to address the NOTEs on CRAN's checks and the aliasing for the package overview help file.

Cheers,

Jeff

Test environments

R CMD check results

0 errors | 0 warnings | 3 notes

Notes

  • checking package dependencies ... NOTE package suggested but not available for checking: 'gurobi'

    This package depends heavily on the Gurobi software platform and the gurobi R package distributed with it. Instructions for installing the gurobi R package are contained in the package's description and README files. The 'gurobi' R package is an R package that is distributed along with the gurobi program. It would not be practical to use another R package (eg. lpSolveAPI) because non-commercial exact algorithm solvers cannot solve even moderately sized problems in a feasible amount of time. Several existing R packages on CRAN use the gurobi R package (eg. cherry, DESP).

  • checking installed package size ... NOTE installed size is 18.6Mb sub-directories of 1Mb or more: data 3.6Mb doc 1.4Mb libs 13.0Mb

    data: The data directory contains case-study data for a vignette. Although a separate package could be created to store the case-study data, this seems unnecessary because the data sets are used in both package testing in the vignette. I would prefer to keep the data sets in this package for simplicity.

    libs: The package makes extensive use of C++ code to reduce run time.

  • checking CRAN incoming feasibility ... NOTE

    Possibly mis-spelled words in DESCRIPTION: al (19:33) et (19:30) prioritizations (15:6)

    I can confirm that these words are spelled correctly.

Downstream dependencies

There are no existing packages that depend on this package.