-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
22144c7
commit 75f94d1
Showing
7 changed files
with
104 additions
and
46 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
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
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
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
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,18 @@ | ||
## revdepcheck results | ||
|
||
We checked 23 reverse dependencies (0 from CRAN + 23 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 23 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 saw 1 new problems | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* ebvcube | ||
checking tests ... | ||
|
||
### Failed to check | ||
|
||
* disaggregation (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,33 +1,26 @@ | ||
# ebvcube | ||
# disaggregation | ||
|
||
<details> | ||
|
||
* Version: | ||
* GitHub: https://github.com/dieghernan/tidyterra | ||
* Source code: NA | ||
* Number of recursive dependencies: 0 | ||
|
||
</details> | ||
|
||
## Error before installation | ||
|
||
### Devel | ||
|
||
``` | ||
``` | ||
### CRAN | ||
|
||
``` | ||
* Version: 0.4.0 | ||
* GitHub: NA | ||
* Source code: https://github.com/cran/disaggregation | ||
* Date/Publication: 2024-10-02 20:40:03 UTC | ||
* Number of recursive dependencies: 100 | ||
|
||
Run `revdepcheck::revdep_details(, "disaggregation")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
|
||
* R CMD check timed out | ||
|
||
|
||
* checking installed package size ... NOTE | ||
``` | ||
installed size is 13.4Mb | ||
sub-directories of 1Mb or more: | ||
libs 12.8Mb | ||
``` | ||
``` |
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,46 @@ | ||
*Wow, no problems at all. :)* | ||
# ebvcube | ||
|
||
<details> | ||
|
||
* Version: 0.3.3 | ||
* GitHub: https://github.com/EBVcube/ebvcube | ||
* Source code: https://github.com/cran/ebvcube | ||
* Date/Publication: 2024-12-17 10:20:06 UTC | ||
* Number of recursive dependencies: 121 | ||
|
||
Run `revdepcheck::revdep_details(, "ebvcube")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking tests ... | ||
``` | ||
Running 'testthat.R' | ||
ERROR | ||
Running the tests in 'tests/testthat.R' failed. | ||
Last 13 lines of output: | ||
> test_check("ebvcube") | ||
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 225 ] | ||
══ Failed tests ════════════════════════════════════════════════════════════════ | ||
── Error ('test-analyse.R:22:3'): test ebv_analyse bb ────────────────────────── | ||
Error in `ebv_i_check_ram(c(ncol, nrow), timestep, entity, prop@ebv_cube$type)`: Reading that data into memory will significantly slow down your PC. If you still want to go on, set ignore_RAM = TRUE. | ||
Backtrace: | ||
▆ | ||
1. └─ebvcube::ebv_analyse(...) at test-analyse.R:22:3 | ||
2. └─ebvcube::ebv_read_bb(...) | ||
3. └─ebvcube:::ebv_i_check_ram(c(ncol, nrow), timestep, entity, prop@ebv_cube$type) | ||
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 225 ] | ||
Error: Test failures | ||
Execution halted | ||
``` | ||
## In both | ||
* checking data for non-ASCII characters ... NOTE | ||
``` | ||
Note: found 2 marked UTF-8 strings | ||
``` | ||