CRAN Package Check Results for Maintainer ‘Dirk Eddelbuettel <edd at debian.org>’

Last updated on 2026-04-26 03:50:07 CEST.

Package ERROR WARN NOTE OK
anytime 12
AsioHeaders 12
BH 12
binb 2 10
chronometre 12
ciw 12
corels 12
crc32c 12
dang 12
digest 12
drat 12
dtts 1 11
gaussfacts 2 10
gcbd 10
gettz 2 10
gunsales 12
inline 12
linl 2 10
littler 8
nanotime 1 1 10
pinp 12
pkgKitten 12
prrd 2 10
qlcal 12
random 2 10
RApiDatetime 10
RApiSerialize 12
Rblpapi 12
Rcpp 1 2 9
RcppAnnoy 12
RcppAPT 10
RcppArmadillo 12
RcppBDT 1 11
RcppCCTZ 12
RcppClassic 12
RcppClassicExamples 12
RcppCNPy 1 11
RcppDate 12
RcppDE 12
RcppEigen 12
RcppExamples 12
RcppFarmHash 2 10
RcppFastAD 12
RcppFastFloat 12
RcppGetconf 10
RcppGSL 12
RcppInt64 12
RcppMagicEnum 12
rcppmlpackexamples 12
RcppMsgPack 12
RcppNLoptExample 12
RcppQuantuccia 12
RcppRedis 12
RcppSimdJson 1 11
RcppSMC 12
RcppSpdlog 12
RcppTOML 12
RcppUUID 12
RcppXts 3 9
RcppZiggurat 12
RDieHarder 2 10
rfoaas 12
RInside 12
rmsfact 2 10
RProtoBuf 1 11
RPushbullet 12
RQuantLib 1 10
sanitizers 2 10
spdl 12
td 2 10
tidyCpp 12
tint 12
tinythemes 12
ttdo 12
ulid 12
x13binary 12
xptr 12
zigg 12

Package anytime

Current CRAN status: OK: 12

Package AsioHeaders

Current CRAN status: OK: 12

Package BH

Current CRAN status: OK: 12

Package binb

Current CRAN status: NOTE: 2, OK: 10

Version: 0.0.7
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org"), person(given = "Ista", family = "Zahn", role = "aut"), person(given = "Rob", family = "Hyndman", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package chronometre

Current CRAN status: OK: 12

Package ciw

Current CRAN status: OK: 12

Package corels

Current CRAN status: OK: 12

Package crc32c

Current CRAN status: OK: 12

Package dang

Current CRAN status: OK: 12

Package digest

Current CRAN status: OK: 12

Package drat

Current CRAN status: OK: 12

Package dtts

Current CRAN status: NOTE: 1, OK: 11

Version: 0.1.3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org"), person(given = "Leonardo", family = "Silvestri", role = "aut")) as necessary. Flavor: r-devel-linux-x86_64-debian-clang

Package gaussfacts

Current CRAN status: NOTE: 2, OK: 10

Version: 0.0.2
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package gcbd

Current CRAN status: OK: 10

Package gettz

Current CRAN status: NOTE: 2, OK: 10

Version: 0.0.5
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package gunsales

Current CRAN status: OK: 12

Package inline

Current CRAN status: OK: 12

Package linl

Current CRAN status: NOTE: 2, OK: 10

Version: 0.0.5
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org"), person(given = "Aaron", family = "Wolen", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package littler

Current CRAN status: OK: 8

Package nanotime

Current CRAN status: ERROR: 1, WARN: 1, OK: 10

Version: 0.3.13
Check: tests
Result: ERROR Running ‘POSIXt.R’ [1s/2s] Running ‘data.frame.R’ [1s/2s] Running ‘simpleTests.R’ [1s/2s] Running ‘tinytest.R’ [2s/3s] Running ‘zooTests.R’ [1s/2s] Running the tests in ‘tests/tinytest.R’ failed. Complete output: > > if (requireNamespace("tinytest", quietly=TRUE) && + utils::packageVersion("tinytest") >= "1.0.0") { + + ## Set a seed to make the test deterministic + set.seed(42) + + ## R makes us to this + Sys.setenv("R_TESTS"="") + + ## there are several more granular ways to test files in a tinytest directory, + ## see its package vignette; tests can also run once the package is installed + ## using the same command `test_package(pkgName)`, or by director or file + tinytest::test_package("nanotime") + } test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 1 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 5 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 9 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 13 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 16 tests OK 0.4s test_data.table.R............. 0 tests test_data.table.R............. 0 tests Attaching package: 'data.table' The following object is masked from 'package:base': %notin% test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 1 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 5 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 9 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 13 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 16 tests OK 0.2s test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 1 tests OK test_nanoduration.R........... 2 tests OK test_nanoduration.R........... 3 tests OK test_nanoduration.R........... 4 tests OK test_nanoduration.R........... 5 tests OK test_nanoduration.R........... 6 tests OK test_nanoduration.R........... 7 tests OK test_nanoduration.R........... 8 tests OK test_nanoduration.R........... 9 tests OK test_nanoduration.R........... 10 tests OK test_nanoduration.R........... 11 tests OK test_nanoduration.R........... 12 tests OK test_nanoduration.R........... 13 tests OK test_nanoduration.R........... 13 tests OK test_nanoduration.R........... 13 tests OK test_nanoduration.R........... 14 tests OK test_nanoduration.R........... 15 tests OK test_nanoduration.R........... 16 tests OK test_nanoduration.R........... 17 tests OK test_nanoduration.R........... 18 tests OK test_nanoduration.R........... 19 tests OK test_nanoduration.R........... 20 tests OK test_nanoduration.R........... 21 tests OK test_nanoduration.R........... 22 tests OK test_nanoduration.R........... 23 tests OK test_nanoduration.R........... 24 tests OK test_nanoduration.R........... 25 tests OK test_nanoduration.R........... 25 tests OK test_nanoduration.R........... 26 tests OK test_nanoduration.R........... 27 tests OK test_nanoduration.R........... 28 tests OK test_nanoduration.R........... 29 tests OK test_nanoduration.R........... 30 tests OK test_nanoduration.R........... 31 tests OK test_nanoduration.R........... 32 tests OK test_nanoduration.R........... 33 tests OK test_nanoduration.R........... 34 tests OK test_nanoduration.R........... 34 tests OK test_nanoduration.R........... 35 tests OK test_nanoduration.R........... 36 tests OK test_nanoduration.R........... 36 tests OK test_nanoduration.R........... 36 tests OK test_nanoduration.R........... 37 tests OK test_nanoduration.R........... 38 tests OK test_nanoduration.R........... 38 tests OK test_nanoduration.R........... 39 tests OK test_nanoduration.R........... 39 tests OK test_nanoduration.R........... 40 tests OK test_nanoduration.R........... 41 tests OK test_nanoduration.R........... 42 tests OK test_nanoduration.R........... 43 tests OK test_nanoduration.R........... 43 tests OK test_nanoduration.R........... 44 tests OK test_nanoduration.R........... 45 tests OK test_nanoduration.R........... 46 tests OK test_nanoduration.R........... 47 tests OK test_nanoduration.R........... 48 tests OK test_nanoduration.R........... 49 tests OK test_nanoduration.R........... 50 tests OK test_nanoduration.R........... 51 tests OK test_nanoduration.R........... 51 tests OK test_nanoduration.R........... 52 tests OK test_nanoduration.R........... 53 tests OK test_nanoduration.R........... 54 tests OK test_nanoduration.R........... 54 tests OK test_nanoduration.R........... 54 tests OK test_nanoduration.R........... 55 tests OK test_nanoduration.R........... 56 tests OK test_nanoduration.R........... 57 tests OK test_nanoduration.R........... 57 tests OK test_nanoduration.R........... 57 tests OK test_nanoduration.R........... 58 tests OK test_nanoduration.R........... 58 tests OK test_nanoduration.R........... 58 tests OK test_nanoduration.R........... 58 tests OK test_nanoduration.R........... 59 tests OK test_nanoduration.R........... 59 tests OK test_nanoduration.R........... 59 tests OK test_nanoduration.R........... 59 tests OK test_nanoduration.R........... 60 tests OK test_nanoduration.R........... 60 tests OK test_nanoduration.R........... 60 tests OK test_nanoduration.R........... 61 tests OK test_nanoduration.R........... 62 tests OK test_nanoduration.R........... 63 tests OK test_nanoduration.R........... 63 tests OK test_nanoduration.R........... 64 tests OK test_nanoduration.R........... 64 tests OK test_nanoduration.R........... 64 tests OK test_nanoduration.R........... 64 tests OK test_nanoduration.R........... 65 tests OK test_nanoduration.R........... 65 tests OK test_nanoduration.R........... 66 tests OK test_nanoduration.R........... 67 tests OK test_nanoduration.R........... 68 tests OK test_nanoduration.R........... 69 tests OK test_nanoduration.R........... 70 tests OK test_nanoduration.R........... 71 tests OK test_nanoduration.R........... 72 tests OK test_nanoduration.R........... 73 tests OK test_nanoduration.R........... 74 tests OK test_nanoduration.R........... 75 tests OK test_nanoduration.R........... 76 tests OK test_nanoduration.R........... 77 tests OK test_nanoduration.R........... 78 tests OK test_nanoduration.R........... 79 tests OK test_nanoduration.R........... 80 tests OK test_nanoduration.R........... 81 tests OK test_nanoduration.R........... 82 tests OK test_nanoduration.R........... 83 tests OK test_nanoduration.R........... 84 tests OK test_nanoduration.R........... 85 tests OK test_nanoduration.R........... 86 tests OK test_nanoduration.R........... 87 tests OK test_nanoduration.R........... 88 tests OK test_nanoduration.R........... 89 tests OK test_nanoduration.R........... 90 tests OK test_nanoduration.R........... 91 tests OK test_nanoduration.R........... 92 tests OK test_nanoduration.R........... 93 tests OK test_nanoduration.R........... 94 tests OK test_nanoduration.R........... 95 tests OK test_nanoduration.R........... 96 tests OK test_nanoduration.R........... 97 tests OK test_nanoduration.R........... 98 tests OK test_nanoduration.R........... 99 tests OK test_nanoduration.R........... 100 tests OK test_nanoduration.R........... 101 tests OK test_nanoduration.R........... 102 tests OK test_nanoduration.R........... 103 tests OK test_nanoduration.R........... 104 tests OK test_nanoduration.R........... 105 tests OK test_nanoduration.R........... 106 tests OK test_nanoduration.R........... 107 tests OK test_nanoduration.R........... 108 tests OK test_nanoduration.R........... 109 tests OK test_nanoduration.R........... 110 tests OK test_nanoduration.R........... 111 tests OK test_nanoduration.R........... 112 tests OK test_nanoduration.R........... 113 tests OK test_nanoduration.R........... 114 tests OK test_nanoduration.R........... 115 tests OK test_nanoduration.R........... 116 tests OK test_nanoduration.R........... 117 tests OK test_nanoduration.R........... 118 tests OK test_nanoduration.R........... 119 tests OK test_nanoduration.R........... 120 tests OK test_nanoduration.R........... 121 tests OK test_nanoduration.R........... 122 tests OK test_nanoduration.R........... 123 tests OK test_nanoduration.R........... 124 tests OK test_nanoduration.R........... 125 tests OK test_nanoduration.R........... 126 tests OK test_nanoduration.R........... 127 tests OK test_nanoduration.R........... 128 tests OK test_nanoduration.R........... 129 tests OK test_nanoduration.R........... 130 tests OK test_nanoduration.R........... 131 tests OK test_nanoduration.R........... 132 tests OK test_nanoduration.R........... 133 tests OK test_nanoduration.R........... 134 tests OK test_nanoduration.R........... 135 tests OK test_nanoduration.R........... 136 tests OK test_nanoduration.R........... 137 tests OK test_nanoduration.R........... 138 tests OK test_nanoduration.R........... 139 tests OK test_nanoduration.R........... 140 tests OK test_nanoduration.R........... 141 tests OK test_nanoduration.R........... 142 tests OK test_nanoduration.R........... 143 tests OK test_nanoduration.R........... 144 tests OK test_nanoduration.R........... 145 tests OK test_nanoduration.R........... 146 tests OK test_nanoduration.R........... 147 tests OK test_nanoduration.R........... 148 tests OK test_nanoduration.R........... 149 tests OK test_nanoduration.R........... 150 tests OK test_nanoduration.R........... 151 tests OK test_nanoduration.R........... 152 tests OK test_nanoduration.R........... 153 tests OK test_nanoduration.R........... 154 tests OK test_nanoduration.R........... 155 tests OK test_nanoduration.R........... 156 tests OK test_nanoduration.R........... 157 tests OK test_nanoduration.R........... 158 tests OK test_nanoduration.R........... 159 tests OK test_nanoduration.R........... 160 tests OK test_nanoduration.R........... 161 tests OK test_nanoduration.R........... 162 tests OK test_nanoduration.R........... 163 tests OK test_nanoduration.R........... 163 tests OK test_nanoduration.R........... 163 tests OK test_nanoduration.R........... 164 tests OK test_nanoduration.R........... 165 tests OK test_nanoduration.R........... 166 tests OK test_nanoduration.R........... 167 tests OK test_nanoduration.R........... 168 tests OK test_nanoduration.R........... 169 tests OK test_nanoduration.R........... 170 tests OK test_nanoduration.R........... 171 tests OK Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'as.nanoduration': too many arguments Calls: <Anonymous> ... seq.nanoduration -> as.nanoduration -> seq -> seq -> seq.integer64 In addition: Warning messages: 1: In as.integer64.character("-9223372036854775808") : NAs introduced by coercion to integer64 range 2: In as.integer64.character("-9223372036854775808") : NAs introduced by coercion to integer64 range 3: In as.integer64.character("-9223372036854775808") : NAs introduced by coercion to integer64 range 4: In as.integer64.character("-9223372036854775808") : NAs introduced by coercion to integer64 range Execution halted Flavor: r-patched-linux-x86_64

Version: 0.3.14
Check: whether package can be installed
Result: WARN Found the following significant warnings: rounding.cpp:216:11: warning: ISO C++20 considers use of overloaded operator '==' (with operand types 'nanotime::period' and 'nanotime::period') to be ambiguous despite there being a unique best viable function [-Wambiguous-reversed-operator] rounding.cpp:295:11: warning: ISO C++20 considers use of overloaded operator '==' (with operand types 'nanotime::period' and 'nanotime::period') to be ambiguous despite there being a unique best viable function [-Wambiguous-reversed-operator] See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.6/nanotime.Rcheck/00install.out’ for details. * used C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ * used SDK: ‘NA’ Flavor: r-release-macos-x86_64

Package pinp

Current CRAN status: OK: 12

Package pkgKitten

Current CRAN status: OK: 12

Package prrd

Current CRAN status: NOTE: 2, OK: 10

Version: 0.0.6
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package qlcal

Current CRAN status: OK: 12

Package random

Current CRAN status: NOTE: 2, OK: 10

Version: 0.2.6
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package RApiDatetime

Current CRAN status: OK: 10

Package RApiSerialize

Current CRAN status: OK: 12

Package Rblpapi

Current CRAN status: OK: 12

Package Rcpp

Current CRAN status: ERROR: 1, NOTE: 2, OK: 9

Version: 1.1.1-1.1
Check: foreign function calls
Result: NOTE Registration problem: symbol ‘symbol’ in the local frame: .Call(symbol) See chapter ‘System and foreign language interfaces’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.1-1.1
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-release-macos-x86_64

Package RcppAnnoy

Current CRAN status: OK: 12

Package RcppAPT

Current CRAN status: OK: 10

Package RcppArmadillo

Current CRAN status: OK: 12

Package RcppBDT

Current CRAN status: NOTE: 1, OK: 11

Version: 0.2.8
Check: compiled code
Result: NOTE File ‘RcppBDT/libs/RcppBDT.so’: Found non-API call to R: ‘R_UnboundValue’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavor: r-release-macos-x86_64

Package RcppCCTZ

Current CRAN status: OK: 12

Package RcppClassic

Current CRAN status: OK: 12

Package RcppClassicExamples

Current CRAN status: OK: 12

Package RcppCNPy

Current CRAN status: NOTE: 1, OK: 11

Version: 0.2.15
Check: compiled code
Result: NOTE File ‘RcppCNPy/libs/RcppCNPy.so’: Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavor: r-release-macos-x86_64

Package RcppDate

Current CRAN status: OK: 12

Package RcppDE

Current CRAN status: OK: 12

Package RcppEigen

Current CRAN status: OK: 12

Package RcppExamples

Current CRAN status: OK: 12

Package RcppFarmHash

Current CRAN status: NOTE: 2, OK: 10

Version: 0.0.3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package RcppFastAD

Current CRAN status: OK: 12

Package RcppFastFloat

Current CRAN status: OK: 12

Package RcppGetconf

Current CRAN status: OK: 10

Package RcppGSL

Current CRAN status: OK: 12

Package RcppInt64

Current CRAN status: OK: 12

Package RcppMagicEnum

Current CRAN status: OK: 12

Package rcppmlpackexamples

Current CRAN status: OK: 12

Package RcppMsgPack

Current CRAN status: OK: 12

Package RcppNLoptExample

Current CRAN status: OK: 12

Package RcppQuantuccia

Current CRAN status: OK: 12

Package RcppRedis

Current CRAN status: OK: 12

Package RcppSimdJson

Current CRAN status: ERROR: 1, OK: 11

Version: 0.1.15
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-release-macos-x86_64

Package RcppSMC

Current CRAN status: OK: 12

Package RcppSpdlog

Current CRAN status: OK: 12

Package RcppTOML

Current CRAN status: OK: 12

Package RcppUUID

Current CRAN status: OK: 12

Package RcppXts

Current CRAN status: NOTE: 3, OK: 9

Version: 0.0.6
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.0.6
Check: compiled code
Result: NOTE File ‘RcppXts/libs/RcppXts.so’: Found non-API call to R: ‘R_MissingArg’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavor: r-release-macos-x86_64

Package RcppZiggurat

Current CRAN status: OK: 12

Package RDieHarder

Current CRAN status: NOTE: 2, OK: 10

Version: 0.2.7
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ Found the following (possibly) invalid file URIs: URI: edd@debian.org From: inst/doc/RDieHarder.pdf URI: rgb@phy.duke.edu From: inst/doc/RDieHarder.pdf Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package rfoaas

Current CRAN status: OK: 12

Package RInside

Current CRAN status: NOTE: 12

Version: 0.2.19
Check: compiled code
Result: NOTE File ‘RInside/libs/RInside.so’: Found ‘srand’, possibly from ‘srand’ (C) Object: ‘RInside.o’ File ‘RInside/libs/RInside.so’: Found non-API calls to R: ‘R_CStackLimit’, ‘R_CleanTempDir’, ‘R_DefParams’, ‘R_ReplDLLinit’, ‘R_RunExitFinalizers’, ‘R_SetParams’, ‘R_SignalHandlers’, ‘R_TempDir’, ‘Rf_endEmbeddedR’, ‘Rf_initEmbeddedR’, ‘run_Rmainloop’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.19
Check: compiled code
Result: NOTE File ‘RInside/libs/RInside.so’: Found ‘_srand’, possibly from ‘srand’ (C) Object: ‘RInside.o’ File ‘RInside/libs/RInside.so’: Found non-API calls to R: ‘R_CStackLimit’, ‘R_CleanTempDir’, ‘R_DefParams’, ‘R_ReplDLLinit’, ‘R_RunExitFinalizers’, ‘R_SetParams’, ‘R_SignalHandlers’, ‘R_TempDir’, ‘Rf_endEmbeddedR’, ‘Rf_initEmbeddedR’, ‘run_Rmainloop’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.2.19
Check: compiled code
Result: NOTE File ‘RInside/libs/RInside.so’: Found ‘_srand’, possibly from ‘srand’ (C) Object: ‘RInside.o’ File ‘RInside/libs/RInside.so’: Found non-API calls to R: ‘R_CStackLimit’, ‘R_CleanTempDir’, ‘R_DefParams’, ‘R_ReplDLLinit’, ‘R_RunExitFinalizers’, ‘R_SetParams’, ‘R_SignalHandlers’, ‘R_TempDir’, ‘R_UnboundValue’, ‘Rf_endEmbeddedR’, ‘Rf_initEmbeddedR’, ‘run_Rmainloop’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavor: r-release-macos-x86_64

Version: 0.2.19
Check: compiled code
Result: NOTE File 'RInside/libs/x64/RInside.dll': Found 'srand', possibly from 'srand' (C) Object: 'RInside.o' File 'RInside/libs/x64/libRInside.dll': Found 'srand', possibly from 'srand' (C) Object: 'RInside.o' File 'RInside/libs/x64/RInside.dll': Found non-API calls to R: 'R_CleanTempDir', 'R_DefParams', 'R_ReplDLLinit', 'R_RunExitFinalizers', 'R_SetParams', 'R_TempDir', 'Rf_endEmbeddedR', 'Rf_initEmbeddedR', 'getRUser', 'get_R_HOME', 'run_Rmainloop' File 'RInside/libs/x64/libRInside.dll': Found non-API calls to R: 'R_CleanTempDir', 'R_DefParams', 'R_ReplDLLinit', 'R_RunExitFinalizers', 'R_SetParams', 'R_TempDir', 'Rf_endEmbeddedR', 'Rf_initEmbeddedR', 'getRUser', 'get_R_HOME', 'run_Rmainloop' Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64

Package rmsfact

Current CRAN status: NOTE: 2, OK: 10

Version: 0.0.3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package RProtoBuf

Current CRAN status: NOTE: 1, OK: 11

Version: 0.4.26
Check: compiled code
Result: NOTE File ‘RProtoBuf/libs/RProtoBuf.so’: Found non-API call to R: ‘R_UnboundValue’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavor: r-release-macos-x86_64

Package RPushbullet

Current CRAN status: OK: 12

Package RQuantLib

Current CRAN status: ERROR: 1, OK: 10

Version: 0.4.26
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-release-macos-x86_64

Package sanitizers

Current CRAN status: NOTE: 2, OK: 10

Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package spdl

Current CRAN status: OK: 12

Package td

Current CRAN status: NOTE: 2, OK: 10

Version: 0.0.6
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dirk Eddelbuettel <edd@debian.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org"), person(given = "Kenneth", family = "Rose", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package tidyCpp

Current CRAN status: OK: 12

Package tint

Current CRAN status: OK: 12

Package tinythemes

Current CRAN status: OK: 12

Package ttdo

Current CRAN status: OK: 12

Package ulid

Current CRAN status: OK: 12

Package x13binary

Current CRAN status: OK: 12

Package xptr

Current CRAN status: OK: 12

Package zigg

Current CRAN status: OK: 12