CRAN Package Check Results for Maintainer ‘Pedro J. Aphalo <pedro.aphalo at helsinki.fi>’

Last updated on 2026-02-11 07:51:16 CET.

Package ERROR NOTE OK
gginnards 13
ggpmisc 13
ggpp 1 12
ggspectra 13
learnrbook 13
photobiology 1 12
photobiologyFilters 13
photobiologyInOut 13
photobiologyLamps 13
photobiologyLEDs 13
photobiologyPlants 13
photobiologySensors 13
photobiologySun 1 12
photobiologyWavebands 13
SunCalcMeeus 13

Package gginnards

Current CRAN status: OK: 13

Package ggpmisc

Current CRAN status: OK: 13

Package ggpp

Current CRAN status: ERROR: 1, OK: 12

Version: 0.6.0
Check: tests
Result: ERROR Running ‘testthat.R’ [178s/200s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ggpp) Loading required package: ggplot2 Registered S3 methods overwritten by 'ggpp': method from heightDetails.titleGrob ggplot2 widthDetails.titleGrob ggplot2 Attaching package: 'ggpp' The following object is masked from 'package:ggplot2': annotate > > # keep error messages as ASCII > options(cli.condition_unicode_bullets = FALSE) > > test_check("ggpp") Saving _problems/test-try_tibble-42.R Saving _problems/test-try_tibble-55.R [ FAIL 2 | WARN 0 | SKIP 71 | PASS 1242 ] ══ Skipped tests (71) ══════════════════════════════════════════════════════════ • Not yet implemented (18): 'test-position_dodge2_keep.R:48:3', 'test-position_dodge2_keep.R:71:3', 'test-position_dodge2nudge.R:56:3', 'test-position_dodge2nudge.R:79:3', 'test-position_dodge2nudge.R:102:3', 'test-position_dodge2nudge.R:124:3', 'test-position_dodge2nudge.R:147:3', 'test-position_dodge2nudge.R:170:3', 'test-position_dodge2nudge_to.R:93:3', 'test-position_dodge2nudge_to.R:120:3', 'test-position_dodge2nudge_to.R:147:3', 'test-position_dodge_keep.R:65:3', 'test-position_dodgenudge.R:40:3', 'test-position_dodgenudge.R:61:3', 'test-position_dodgenudge.R:82:3', 'test-position_dodgenudge.R:103:3', 'test-position_dodgenudge.R:124:3', 'test-position_dodgenudge.R:145:3' • On CRAN (52): 'test-annotate.R:23:1', 'test-annotate.R:47:1', 'test-annotate.R:80:1', 'test-geom-label-pairwise.R:3:1', 'test-geom-label-pairwise.R:65:1', 'test-geom-label-pairwise.R:173:1', 'test-geom-label.R:3:1', 'test-geom-plot.R:57:1', 'test-geom-plot.R:82:1', 'test-geom-quadrant-lines.R:58:1', 'test-geom-table.R:90:1', 'test-geom-table.R:103:1', 'test-geom-table.R:150:1', 'test-geom-table.R:254:1', 'test-geom-table.R:379:1', 'test-geom-table.R:528:1', 'test-geom-table.R:629:1', 'test-geom-table.R:722:1', 'test-geom-table.R:732:1', 'test-geom-text-pairwise.R:3:1', 'test-geom-text-pairwise.R:74:1', 'test-geom-text-pairwise.R:149:1', 'test-geom-text.R:3:1', 'test-geom-text_linked.R:6:1', 'test-geom-text_linked.R:189:1', 'test-geom-text_linked.R:204:1', 'test-geom-text_linked.R:233:1', 'test-position-nudge.R:3:1', 'test-position-nudge.R:66:1', 'test-position-nudge.R:122:1', 'test-position-nudge.R:187:1', 'test-position-nudge.R:239:1', 'test-position-nudge.R:264:1', 'test-position-nudge.R:371:1', 'test-position-nudge.R:396:1', 'test-position-nudge.R:498:1', 'test-position_dodge2nudge.R:174:1', 'test-position_dodge2nudge_to.R:151:1', 'test-position_dodgenudge.R:149:1', 'test-stat-d1d-flt.R:184:1', 'test-stat-d1d-flt.R:308:1', 'test-stat-d1d-flt.R:443:1', 'test-stat-d1d-flt.R:672:1', 'test-stat-d1d-flt.R:806:1', 'test-stat-d1d-flt.R:935:1', 'test-stat-d2d-flt.R:292:1', 'test-stat-d2d-flt.R:431:1', 'test-stat-d2d-flt.R:661:1', 'test-stat_fmt_tb.R:3:1', 'test-stat_panel_counts.R:3:1', 'test-stat_panel_counts.R:59:1', 'test-stat_quadrant_counts.R:5:1' • On Linux (1): 'test-position-nudge.R:438:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-try_tibble.R:41:3'): try_tibble, with xts object with daily data ── Error in `xts(x, order.by = order_by_, frequency = frequency, ...)`: 'order.by' cannot contain 'NA', 'NaN', or 'Inf' Backtrace: ▆ 1. ├─xts::as.xts(data.frame(a = 1:50, t = lubridate::now() + lubridate::days(1:50))) at test-try_tibble.R:41:3 2. └─xts:::as.xts.data.frame(...) 3. └─xts::xts(x, order.by = order_by_, frequency = frequency, ...) ── Error ('test-try_tibble.R:52:3'): try_tibble, with xts object with daily data as Dates ── Error in `xts(x, order.by = order_by_, frequency = frequency, ...)`: 'order.by' cannot contain 'NA', 'NaN', or 'Inf' Backtrace: ▆ 1. ├─xts::as.xts(...) at test-try_tibble.R:52:3 2. └─xts:::as.xts.data.frame(...) 3. └─xts::xts(x, order.by = order_by_, frequency = frequency, ...) [ FAIL 2 | WARN 0 | SKIP 71 | PASS 1242 ] Deleting unused snapshots: 'position-nudge/nudge-line1.svg', 'position-nudge/nudge-line2.svg', 'position-nudge/nudge-line3.svg', 'position-nudge/nudge-line3a.svg', 'position-nudge/nudge-line4.svg', 'position-nudge/nudge-line5.svg', 'position-nudge/nudge-line6.svg', and 'position-nudge/nudge-line7.svg' Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Package ggspectra

Current CRAN status: OK: 13

Package learnrbook

Current CRAN status: OK: 13

Package photobiology

Current CRAN status: NOTE: 1, OK: 12

Version: 0.14.1
Check: installed package size
Result: NOTE installed size is 5.8Mb sub-directories of 1Mb or more: R 2.1Mb help 2.1Mb Flavor: r-oldrel-macos-x86_64

Package photobiologyFilters

Current CRAN status: OK: 13

Package photobiologyInOut

Current CRAN status: OK: 13

Package photobiologyLamps

Current CRAN status: OK: 13

Package photobiologyLEDs

Current CRAN status: OK: 13

Package photobiologyPlants

Current CRAN status: OK: 13

Package photobiologySensors

Current CRAN status: OK: 13

Package photobiologySun

Current CRAN status: NOTE: 1, OK: 12

Version: 0.5.1
Check: installed package size
Result: NOTE installed size is 5.1Mb sub-directories of 1Mb or more: data 4.8Mb Flavor: r-oldrel-macos-x86_64

Package photobiologyWavebands

Current CRAN status: OK: 13

Package SunCalcMeeus

Current CRAN status: OK: 13