ParallelLogger is now being used in other CRAN packages. Before releasing a new version, we're obligated to run R check on these packages. I can't find an easy way to do this. For each reverse dependency, you need to
- Download the source package
- Decompress the source package
- Install all dependencies listed in the DESCRIPTION file (including 'suggests')
- Run R check
There is a revdepcheck, but it currently is not released to CRAN, and fails its build.
ParallelLogger is now being used in other CRAN packages. Before releasing a new version, we're obligated to run R check on these packages. I can't find an easy way to do this. For each reverse dependency, you need to
There is a revdepcheck, but it currently is not released to CRAN, and fails its build.