-
Notifications
You must be signed in to change notification settings - Fork 5
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
536990c
commit 81c36eb
Showing
3 changed files
with
59 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,44 @@ | ||
*Wow, no problems at all. :)* | ||
# biodbKegg | ||
|
||
<details> | ||
|
||
* Version: 1.6.1 | ||
* GitHub: https://github.com/pkrog/biodbKegg | ||
* Source code: https://github.com/cran/biodbKegg | ||
* Date/Publication: 2023-08-02 | ||
* Number of recursive dependencies: 125 | ||
|
||
Run `revdepcheck::revdep_details(, "biodbKegg")` 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: | ||
── Failure ('test_700_reaction.R:16:1'): We can search for an entry by name. ─── | ||
id %in% ids is not TRUE | ||
`actual`: FALSE | ||
`expected`: TRUE | ||
While searching for entry R00105 by name "ATP:NADH 2'-phosphotransferase". | ||
Backtrace: | ||
▆ | ||
1. ├─base::do.call(fct, params) | ||
2. └─biodb (local) `<fn>`(conn = `<KggRctnC>`, opt = `<named list>`) | ||
3. └─testthat::expect_true(id %in% ids, msg) | ||
[ FAIL 12 | WARN 0 | SKIP 0 | PASS 1336 ] | ||
Error: Test failures | ||
Execution halted | ||
``` | ||
## Newly fixed | ||
* R CMD check timed out | ||