Skip to content

For an R package, find any dependent packages, download them, run R CMD check on them and summarize any ERRORs, WARNINGs or NOTEs.

Notifications You must be signed in to change notification settings

harrysouthworth/checkRdependents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python module for testing an R package prior to submission to CRAN.

The module lets you specify a package name (e.g. 'gbm') and it then obtains
names of dependent packages from CRAN, downloads the latest package sources into
a directory (defaults to "tarballs"), and runs R CMD check on all of them.

This workflow assumes that you've installed the R CMD checked the package you're
considering for CRAN submission. As yet, it does not attempt to install any
further dependencies of the downloaded packages.

About

For an R package, find any dependent packages, download them, run R CMD check on them and summarize any ERRORs, WARNINGs or NOTEs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages