-
Notifications
You must be signed in to change notification settings - Fork 0
harrysouthworth/checkRdependents
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published