-
Notifications
You must be signed in to change notification settings - Fork 39
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
5 changed files
with
46 additions
and
205 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,5 +1,9 @@ | ||
Fixes the r-devel issue. | ||
Fixes the failures with rlang 1.0.0. | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
We checked 275 reverse dependencies (273 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|
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,16 +1,9 @@ | ||
# Revdeps | ||
|
||
## Failed to check (3) | ||
## Failed to check (2) | ||
|
||
|package |version |error |warning |note | | ||
|:-----------------|:-------|:-----|:-------|:----| | ||
|bcdata |0.1.2 |1 | | | | ||
|CoordinateCleaner |2.0-11 |1 | | | | ||
|eechidna |1.4.0 |1 | | | | ||
|
||
## New problems (1) | ||
|
||
|package |version |error |warning |note | | ||
|:----------------------------------|:-------|:-----|:-------|:----| | ||
|[tidytable](problems.md#tidytable) |0.4.1 | |__+1__ | | | ||
|package |version |error |warning |note | | ||
|:-------|:-------|:-----|:-------|:----| | ||
|NA |? | | | | | ||
|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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## revdepcheck results | ||
|
||
We checked 275 reverse dependencies (273 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|
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,191 +1,70 @@ | ||
# bcdata | ||
# NA | ||
|
||
<details> | ||
|
||
* Version: 0.1.2 | ||
* Source code: https://github.com/cran/bcdata | ||
* URL: https://bcgov.github.io/bcdata/, https://catalogue.data.gov.bc.ca/, https://github.com/bcgov/bcdata | ||
* BugReports: https://github.com/bcgov/bcdata/issues | ||
* Date/Publication: 2019-12-17 06:30:03 UTC | ||
* Number of recursive dependencies: 102 | ||
* Version: NA | ||
* GitHub: NA | ||
* Source code: https://github.com/cran/NA | ||
* Number of recursive dependencies: 0 | ||
|
||
Run `revdep_details(,"bcdata")` for more info | ||
Run `cloud_details(, "NA")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
|
||
* checking whether package ‘bcdata’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/tmp/workdir/bcdata/new/bcdata.Rcheck/00install.out’ for details. | ||
``` | ||
## Installation | ||
## Error before installation | ||
|
||
### Devel | ||
|
||
``` | ||
* installing *source* package ‘bcdata’ ... | ||
** package ‘bcdata’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error in dyn.load(file, DLLpath = DLLpath, ...) : | ||
unable to load shared object '/opt/R/3.6.3/lib/R/library/sf/libs/sf.so': | ||
libproj.so.12: cannot open shared object file: No such file or directory | ||
Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load | ||
Execution halted | ||
ERROR: lazy loading failed for package ‘bcdata’ | ||
* removing ‘/tmp/workdir/bcdata/new/bcdata.Rcheck/bcdata’ | ||
|
||
``` | ||
### CRAN | ||
``` | ||
* installing *source* package ‘bcdata’ ... | ||
** package ‘bcdata’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error in dyn.load(file, DLLpath = DLLpath, ...) : | ||
unable to load shared object '/opt/R/3.6.3/lib/R/library/sf/libs/sf.so': | ||
libproj.so.12: cannot open shared object file: No such file or directory | ||
Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load | ||
Execution halted | ||
ERROR: lazy loading failed for package ‘bcdata’ | ||
* removing ‘/tmp/workdir/bcdata/old/bcdata.Rcheck/bcdata’ | ||
``` | ||
# CoordinateCleaner | ||
<details> | ||
* Version: 2.0-11 | ||
* Source code: https://github.com/cran/CoordinateCleaner | ||
* URL: https://ropensci.github.io/CoordinateCleaner/ | ||
* BugReports: https://github.com/ropensci/CoordinateCleaner/issues | ||
* Date/Publication: 2019-04-24 09:10:07 UTC | ||
* Number of recursive dependencies: 98 | ||
Run `revdep_details(,"CoordinateCleaner")` for more info | ||
</details> | ||
## In both | ||
``` | ||
### CRAN | ||
|
||
* checking whether package ‘CoordinateCleaner’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/tmp/workdir/CoordinateCleaner/new/CoordinateCleaner.Rcheck/00install.out’ for details. | ||
``` | ||
``` | ||
## Installation | ||
### Devel | ||
``` | ||
* installing *source* package ‘CoordinateCleaner’ ... | ||
** package ‘CoordinateCleaner’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** data | ||
*** moving datasets to lazyload DB | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error in dyn.load(file, DLLpath = DLLpath, ...) : | ||
unable to load shared object '/opt/R/3.6.3/lib/R/library/rgdal/libs/rgdal.so': | ||
libproj.so.12: cannot open shared object file: No such file or directory | ||
Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load | ||
Execution halted | ||
ERROR: lazy loading failed for package ‘CoordinateCleaner’ | ||
* removing ‘/tmp/workdir/CoordinateCleaner/new/CoordinateCleaner.Rcheck/CoordinateCleaner’ | ||
``` | ||
### CRAN | ||
``` | ||
* installing *source* package ‘CoordinateCleaner’ ... | ||
** package ‘CoordinateCleaner’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** data | ||
*** moving datasets to lazyload DB | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error in dyn.load(file, DLLpath = DLLpath, ...) : | ||
unable to load shared object '/opt/R/3.6.3/lib/R/library/rgdal/libs/rgdal.so': | ||
libproj.so.12: cannot open shared object file: No such file or directory | ||
Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load | ||
Execution halted | ||
ERROR: lazy loading failed for package ‘CoordinateCleaner’ | ||
* removing ‘/tmp/workdir/CoordinateCleaner/old/CoordinateCleaner.Rcheck/CoordinateCleaner’ | ||
``` | ||
# eechidna | ||
# NA | ||
|
||
<details> | ||
|
||
* Version: 1.4.0 | ||
* Source code: https://github.com/cran/eechidna | ||
* URL: https://github.com/ropenscilabs/eechidna | ||
* BugReports: https://github.com/ropenscilabs/eechidna/issues | ||
* Date/Publication: 2019-11-08 12:10:02 UTC | ||
* Number of recursive dependencies: 124 | ||
* Version: NA | ||
* GitHub: NA | ||
* Source code: https://github.com/cran/NA | ||
* Number of recursive dependencies: 0 | ||
|
||
Run `revdep_details(,"eechidna")` for more info | ||
Run `cloud_details(, "NA")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
* checking whether package ‘eechidna’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/tmp/workdir/eechidna/new/eechidna.Rcheck/00install.out’ for details. | ||
``` | ||
## Installation | ||
## Error before installation | ||
|
||
### Devel | ||
|
||
``` | ||
* installing *source* package ‘eechidna’ ... | ||
** package ‘eechidna’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** data | ||
*** moving datasets to lazyload DB | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error in dyn.load(file, DLLpath = DLLpath, ...) : | ||
unable to load shared object '/opt/R/3.6.3/lib/R/library/rgdal/libs/rgdal.so': | ||
libproj.so.12: cannot open shared object file: No such file or directory | ||
Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load | ||
Execution halted | ||
ERROR: lazy loading failed for package ‘eechidna’ | ||
* removing ‘/tmp/workdir/eechidna/new/eechidna.Rcheck/eechidna’ | ||
``` | ||
### CRAN | ||
|
||
``` | ||
* installing *source* package ‘eechidna’ ... | ||
** package ‘eechidna’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** data | ||
*** moving datasets to lazyload DB | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error in dyn.load(file, DLLpath = DLLpath, ...) : | ||
unable to load shared object '/opt/R/3.6.3/lib/R/library/rgdal/libs/rgdal.so': | ||
libproj.so.12: cannot open shared object file: No such file or directory | ||
Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load | ||
Execution halted | ||
ERROR: lazy loading failed for package ‘eechidna’ | ||
* removing ‘/tmp/workdir/eechidna/old/eechidna.Rcheck/eechidna’ | ||
``` |
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,43 +1 @@ | ||
# tidytable | ||
|
||
<details> | ||
|
||
* Version: 0.4.1 | ||
* Source code: https://github.com/cran/tidytable | ||
* URL: https://github.com/markfairbanks/tidytable | ||
* BugReports: https://github.com/markfairbanks/tidytable/issues | ||
* Date/Publication: 2020-04-30 12:50:02 UTC | ||
* Number of recursive dependencies: 38 | ||
|
||
Run `revdep_details(,"tidytable")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking for code/documentation mismatches ... WARNING | ||
``` | ||
... | ||
Name: 'vars' Code: NULL Docs: peek_vars(fn = "ends_with") | ||
everything. | ||
Code: function(vars = NULL) | ||
Docs: function(vars = peek_vars(fn = "everything")) | ||
Mismatches in argument default values: | ||
Name: 'vars' Code: NULL Docs: peek_vars(fn = "everything") | ||
dt_everything | ||
Code: function(vars = NULL) | ||
Docs: function(vars = peek_vars(fn = "everything")) | ||
Mismatches in argument default values: | ||
Name: 'vars' Code: NULL Docs: peek_vars(fn = "everything") | ||
any_of. | ||
Code: function(x, ..., vars = NULL) | ||
Docs: function(x, ..., vars = peek_vars(fn = "any_of")) | ||
Mismatches in argument default values: | ||
Name: 'vars' Code: NULL Docs: peek_vars(fn = "any_of") | ||
dt_any_of | ||
Code: function(x, ..., vars = NULL) | ||
Docs: function(x, ..., vars = peek_vars(fn = "any_of")) | ||
Mismatches in argument default values: | ||
Name: 'vars' Code: NULL Docs: peek_vars(fn = "any_of") | ||
``` | ||
*Wow, no problems at all. :)* |