Last updated on 2025-06-15 03:49:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 2.98 | 172.83 | 175.81 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 2.38 | 117.02 | 119.40 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 277.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 331.54 | OK | |||
r-devel-windows-x86_64 | 0.5.0 | 7.00 | 211.00 | 218.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 4.55 | 158.61 | 163.16 | OK | |
r-release-linux-x86_64 | 0.5.0 | 3.20 | 158.58 | 161.78 | OK | |
r-release-macos-arm64 | 0.5.0 | 176.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 332.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 7.00 | 0.00 | 7.00 | FAIL | |
r-oldrel-macos-arm64 | 0.5.0 | 155.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 312.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.0 | 8.00 | 271.00 | 279.00 | OK |
Version: 0.5.0
Check: DESCRIPTION meta-information
Result: NOTE
Author field differs from that derived from Authors@R
Author: ‘Joshua W. Lambert [aut, cre, cph] (<https://orcid.org/0000-0001-5218-3046>), Carmen Tamayo [aut] (<https://orcid.org/0000-0003-4184-2864>), Hugo Gruson [ctb, rev] (<https://orcid.org/0000-0002-4094-1476>), Pratik R. Gupte [ctb, rev] (<https://orcid.org/0000-0001-5294-7819>), Adam Kucharski [rev] (<https://orcid.org/0000-0001-8814-9421>), Chris Hartgerink [rev] (<https://orcid.org/0000-0003-1050-6809>), Sebastian Funk [ctb] (<https://orcid.org/0000-0002-2842-3406>), London School of Hygiene and Tropical Medicine, LSHTM [cph] (00a0jsq62)’
Authors@R: ‘Joshua W. Lambert [aut, cre, cph] (ORCID: <https://orcid.org/0000-0001-5218-3046>), Carmen Tamayo [aut] (ORCID: <https://orcid.org/0000-0003-4184-2864>), Hugo Gruson [ctb, rev] (ORCID: <https://orcid.org/0000-0002-4094-1476>), Pratik R. Gupte [ctb, rev] (ORCID: <https://orcid.org/0000-0001-5294-7819>), Adam Kucharski [rev] (ORCID: <https://orcid.org/0000-0001-8814-9421>), Chris Hartgerink [rev] (ORCID: <https://orcid.org/0000-0003-1050-6809>), Sebastian Funk [ctb] (ORCID: <https://orcid.org/0000-0002-2842-3406>), London School of Hygiene and Tropical Medicine, LSHTM [cph] (ROR: <https://ror.org/00a0jsq62>)’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.5.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:
> linelist_trunc <- truncate_linelist(
+ linelist,
+ truncation_day = 2,
+ unit = "months",
+ direction = "forwards"
+ )
>
> # set truncation point to 2023-03-01
> linelist_trunc <- truncate_linelist(
+ linelist,
+ truncation_day = as.Date("2023-03-01")
+ )
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 10.62 0.74 11.36 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-release-windows-x86_64