CRAN Package Check Results for Package simfinapi

Last updated on 2025-02-07 08:51:35 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 4.40 38.04 42.44 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.0 3.03 28.02 31.05 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.0 69.23 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.0 77.09 NOTE
r-devel-windows-x86_64 1.0.0 6.00 0.00 6.00 FAIL
r-patched-linux-x86_64 1.0.0 6.27 35.30 41.57 OK
r-release-linux-x86_64 1.0.0 2.74 35.43 38.17 OK
r-release-macos-arm64 1.0.0 30.00 OK
r-release-macos-x86_64 1.0.0 46.00 OK
r-release-windows-x86_64 1.0.0 5.00 58.00 63.00 OK
r-oldrel-macos-arm64 1.0.0 34.00 OK
r-oldrel-macos-x86_64 1.0.0 71.00 OK
r-oldrel-windows-x86_64 1.0.0 7.00 62.00 69.00 OK

Check Details

Version: 1.0.0
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘call_api.R’ ‘sfa_load__shares_outstanding.R’ ‘sfa_load_companies.R’ ‘sfa_load_shareprices.R’ ‘sfa_load_statement.R’ 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

Version: 1.0.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: sfa_load_common_shares_outstanding.Rd: data.table sfa_load_shareprices.Rd: data.table sfa_load_statements.Rd: data.table sfa_load_weighted_shares_outstanding.Rd: data.table Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 1.0.0
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > > ### ** Examples > > ## Not run: > ##D # set API key directly > ##D sfa_set_api_key(api_key = 'YourApiKey') > ##D > ##D # set API key via environment variable > ##D # (this assumes you already created an environment variable called > ##D # 'SIMFIN_API_KEY' which contains you API key) > ##D sfa_set_api_key(env_var = 'SIMFIN_API_KEY') > ## End(Not run) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.68 0.13 0.83 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64