forked from tidyverse/haven
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
79 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# Revdeps | ||
|
||
## Failed to check (1) | ||
|
||
|package |version |error |warning |note | | ||
|:-------|:-------|:-----|:-------|:----| | ||
|RVA |? | | | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
## revdepcheck results | ||
|
||
We checked 117 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 129 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### Failed to check | ||
|
||
* RVA (NA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,66 @@ | ||
*Wow, no problems at all. :)* | ||
# RVA | ||
|
||
<details> | ||
|
||
* Version: 0.0.5 | ||
* GitHub: https://github.com/THERMOSTATS/RVA | ||
* Source code: https://github.com/cran/RVA | ||
* Date/Publication: 2021-11-01 21:40:02 UTC | ||
* Number of recursive dependencies: 208 | ||
|
||
Run `revdepcheck::cloud_details(, "RVA")` for more info | ||
|
||
</details> | ||
|
||
## Error before installation | ||
|
||
### Devel | ||
|
||
``` | ||
* using log directory ‘/tmp/workdir/RVA/new/RVA.Rcheck’ | ||
* using R version 4.1.1 (2021-08-10) | ||
* using platform: x86_64-pc-linux-gnu (64-bit) | ||
* using session charset: UTF-8 | ||
* using option ‘--no-manual’ | ||
* checking for file ‘RVA/DESCRIPTION’ ... OK | ||
* this is package ‘RVA’ version ‘0.0.5’ | ||
* package encoding: UTF-8 | ||
* checking package namespace information ... OK | ||
* checking package dependencies ... ERROR | ||
Package required but not available: ‘clusterProfiler’ | ||
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ | ||
manual. | ||
* DONE | ||
Status: 1 ERROR | ||
``` | ||
### CRAN | ||
|
||
``` | ||
* using log directory ‘/tmp/workdir/RVA/old/RVA.Rcheck’ | ||
* using R version 4.1.1 (2021-08-10) | ||
* using platform: x86_64-pc-linux-gnu (64-bit) | ||
* using session charset: UTF-8 | ||
* using option ‘--no-manual’ | ||
* checking for file ‘RVA/DESCRIPTION’ ... OK | ||
* this is package ‘RVA’ version ‘0.0.5’ | ||
* package encoding: UTF-8 | ||
* checking package namespace information ... OK | ||
* checking package dependencies ... ERROR | ||
Package required but not available: ‘clusterProfiler’ | ||
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ | ||
manual. | ||
* DONE | ||
Status: 1 ERROR | ||
``` |