CRAN Package Check Results for Package suncalc

Last updated on 2026-07-25 12:51:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.3 3.95 34.49 38.44 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.3 3.00 25.23 28.23 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.3 7.00 53.63 60.63 OK
r-devel-linux-x86_64-fedora-gcc 0.5.3 25.27 OK
r-devel-windows-x86_64 0.5.3 4.00 56.00 60.00 OK
r-patched-linux-x86_64 0.5.3 3.89 31.33 35.22 OK
r-release-linux-x86_64 0.5.3 3.01 31.74 34.75 OK
r-release-macos-arm64 0.5.3 OK
r-release-macos-x86_64 0.5.3 3.00 71.00 74.00 OK
r-release-windows-x86_64 0.5.3 4.00 56.00 60.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 6.00 59.00 65.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: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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), : 1784850272.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-debian-clang, r-devel-linux-x86_64-debian-gcc