CRAN Package Check Results for Package suncalc

Last updated on 2026-09-21 11:51:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.3 3.74 34.61 38.35 OK
r-devel-linux-x86_64-debian-gcc 0.5.3 2.77 25.94 28.71 OK
r-devel-linux-x86_64-fedora-clang 0.5.3 24.37 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.3 23.06 ERROR
r-devel-windows-x86_64 0.5.3 5.00 61.00 66.00 OK
r-patched-linux-x86_64 0.5.3 4.15 31.40 35.55 OK
r-release-linux-x86_64 0.5.3 3.82 31.18 35.00 OK
r-release-macos-arm64 0.5.3 1.00 12.00 13.00 OK
r-release-macos-x86_64 0.5.3 3.00 71.00 74.00 OK
r-release-windows-x86_64 0.5.3 5.00 57.00 62.00 OK
r-oldrel-macos-arm64 0.5.3 1.00 16.00 17.00 OK
r-oldrel-macos-x86_64 0.5.3 3.00 49.00 52.00 OK
r-oldrel-windows-x86_64 0.5.3 7.00 59.00 66.00 OK

Check Details

Version: 0.5.3
Check: examples
Result: ERROR Running examples in ‘suncalc-Ex.R’ failed The error most likely occurred in: > ### Name: getMoonTimes > ### Title: Get Moon times > ### Aliases: getMoonTimes > > ### ** Examples > > > # one date > getMoonTimes(date = Sys.Date(), lat = 47.21, lon = -1.557, tz = "CET") Warning in `[.data.table`(data, is_sup[col == x, row], `:=`(c(col_names), : 1789947792.000000 (type 'double') at RHS position 1 taken as TRUE when assigning to type 'logical' (column 5 named 'set') Error in as.Date.default(get(col_names), tz = tz) : do not know how to convert 'get(col_names)' to class “Date” Calls: getMoonTimes ... tryCatchList -> tryCatchOne -> <Anonymous> -> .checkTypos Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc