Last updated on 2023-12-02 21:40:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 1.81 | 27.63 | 29.44 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 1.89 | 21.69 | 23.58 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 39.96 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 47.67 | NOTE | |||
r-devel-windows-x86_64 | 0.9 | 3.00 | 45.00 | 48.00 | ERROR | |
r-patched-linux-x86_64 | 0.9 | 2.42 | 27.73 | 30.15 | NOTE | |
r-release-linux-x86_64 | 0.9 | 2.21 | 27.43 | 29.64 | NOTE | |
r-release-macos-arm64 | 0.9 | 31.00 | NOTE | |||
r-release-macos-x86_64 | 0.9 | 40.00 | NOTE | |||
r-release-windows-x86_64 | 0.9 | 5.00 | 45.00 | 50.00 | ERROR | |
r-oldrel-macos-arm64 | 0.9 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.9 | 37.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.9 | 4.00 | 50.00 | 54.00 | ERROR |
Version: 0.9
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.9
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘plyr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.9
Check: examples
Result: ERROR
Running examples in 'sgat-Ex.R' failed
The error most likely occurred in:
> ### Name: ushuaia_restaurants
> ### Title: Retrieves a vector of Ushuaian's restaurants and bar's names and
> ### adresses, ready for unambiguous Google searches.
> ### Aliases: ushuaia_restaurants
>
> ### ** Examples
>
> restaurants <- ushuaia_restaurants()
Error in function (type, msg, asError = TRUE) :
schannel: CertGetCertificateChain trust error CERT_TRUST_IS_NOT_TIME_VALID
Calls: ushuaia_restaurants -> <Anonymous> -> curlPerform -> <Anonymous> -> fun
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.9
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(sgat)
>
> test_check("sgat")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 0 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-initialization_sgat.R:1:1', 'test-sgat.R:1:1',
'test-sgat_day.R:1:1', 'test-tripadvisor_places.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ushuaia_restaurants.R:2:3'): gives vector ──────────────────────
<SSL_CACERT/GenericCurlError/error/condition>
Error in `function (type, msg, asError = TRUE)
{
if (!is.character(type)) {
i = match(type, CURLcodeValues)
typeName = if (is.na(i))
character()
else names(CURLcodeValues)[i]
}
typeName = gsub("^CURLE_", "", typeName)
fun = (if (asError)
stop
else warning)
fun(structure(list(message = msg, call = sys.call()), class = c(typeName,
"GenericCurlError", "error", "condition")))
}(60L, "schannel: CertGetCertificateChain trust error CERT_TRUST_IS_NOT_TIME_VALID",
TRUE)`: schannel: CertGetCertificateChain trust error CERT_TRUST_IS_NOT_TIME_VALID
Backtrace:
▆
1. ├─testthat::expect_type(restaurants <- ushuaia_restaurants(), "character") at test-ushuaia_restaurants.R:2:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─sgat::ushuaia_restaurants()
5. │ └─RCurl::getURL(address)
6. │ └─RCurl::curlPerform(curl = curl, .opts = opts, .encoding = .encoding)
7. └─RCurl (local) `<fn>`(...)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 0 ]
Error: Test failures
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64