diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-05 11:47:12 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-05 11:47:12 +0100 |
| commit | d6c7e8f5a0d0d4b564addf5b447bed6b3ba03b5e (patch) | |
| tree | ef318f32ccc1a434aad0df65490194247eb27658 /log | |
| parent | 4e092707e70adac492b74197e6ceef5cdd09cc8d (diff) | |
Do not depend on RDKit in pai test
This hopefully addresses test failures observed on R-Universe.
Update coverage report.
Diffstat (limited to 'log')
| -rw-r--r-- | log/check.log | 32 | ||||
| -rw-r--r-- | log/test.log | 15 |
2 files changed, 28 insertions, 19 deletions
diff --git a/log/check.log b/log/check.log index 4ae25e6..bd0154d 100644 --- a/log/check.log +++ b/log/check.log @@ -1,15 +1,15 @@ -* using log directory ‘/home/agsad.admin.ch/f80868656/projects/chents/chents.Rcheck’ -* using R version 4.5.1 (2025-06-13) +* using log directory ‘/home/jranke/git/chents/chents.Rcheck’ +* using R version 4.5.2 (2025-10-31) * using platform: x86_64-pc-linux-gnu * R was compiled by - gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 - GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 -* running under: Ubuntu 24.04.3 LTS + gcc (Debian 14.2.0-19) 14.2.0 + GNU Fortran (Debian 14.2.0-19) 14.2.0 +* running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * using options ‘--no-tests --as-cran’ * checking for file ‘chents/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘chents’ version ‘0.4.0’ +* this is package ‘chents’ version ‘0.4.1’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... OK * checking package namespace information ... OK @@ -24,7 +24,8 @@ * checking whether package ‘chents’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK -* checking for future file timestamps ... OK +* checking for future file timestamps ... NOTE +unable to verify current time * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK @@ -44,7 +45,7 @@ * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK -* checking R code for possible problems ... [38s/11s] OK +* checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK @@ -54,20 +55,21 @@ * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK -* checking examples ... [7s/15s] OK +* checking examples ... [3s/21s] NOTE +Examples with CPU (user + system) or elapsed time > 5s + user system elapsed +pai 0.353 0.073 8.080 +plot.chent 0.155 0.021 6.368 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... SKIPPED * checking PDF version of manual ... OK -* checking HTML version of manual ... NOTE -Skipping checking HTML validation: no command 'tidy' found. -Please obtain a recent version of HTML Tidy by downloading a binary -release or compiling the source code from <https://www.html-tidy.org/>. +* checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE -Status: 1 NOTE +Status: 2 NOTEs See - ‘/home/agsad.admin.ch/f80868656/projects/chents/chents.Rcheck/00check.log’ + ‘/home/jranke/git/chents/chents.Rcheck/00check.log’ for details. diff --git a/log/test.log b/log/test.log index f1beae1..0e8fc46 100644 --- a/log/test.log +++ b/log/test.log @@ -8,10 +8,17 @@ The following object is masked from ‘package:devtools’: test_file ✔ | F W S OK | Context -✔ | 8 | Generation of chent objects [5.2s] -✔ | 7 | Generation of pai objects [4.7s] + +⠏ | 0 | chent +⠸ | 4 | chent +⠧ | 8 | chent +✔ | 10 | chent [4.4s] + +⠏ | 0 | pai +⠋ | 1 | pai +✔ | 9 | pai [6.1s] ══ Results ═════════════════════════════════════════════════════════════════════ -Duration: 9.9 s +Duration: 10.6 s -[ FAIL 0 | WARN 0 | SKIP 0 | PASS 15 ] +[ FAIL 0 | WARN 0 | SKIP 0 | PASS 19 ] |
