Last updated on 2026-02-03 14:51:28 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.19 | 11.70 | 76.08 | 87.78 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.19 | 8.10 | 55.71 | 63.81 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.19 | 20.00 | 117.95 | 137.95 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.19 | 20.00 | 115.47 | 135.47 | ERROR | |
| r-devel-windows-x86_64 | 0.1.19 | 12.00 | 85.00 | 97.00 | OK | |
| r-patched-linux-x86_64 | 0.1.19 | 10.20 | 72.01 | 82.21 | OK | |
| r-release-linux-x86_64 | 0.1.19 | 11.24 | 71.63 | 82.87 | OK | |
| r-release-macos-arm64 | 0.1.19 | OK | ||||
| r-release-macos-x86_64 | 0.1.19 | 6.00 | 54.00 | 60.00 | OK | |
| r-release-windows-x86_64 | 0.1.19 | 13.00 | 86.00 | 99.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.19 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.19 | 6.00 | 42.00 | 48.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.19 | 17.00 | 106.00 | 123.00 | OK |
Version: 0.1.19
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Torben Tvedebrink <tvede@math.aau.dk>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Torben",
family = "Tvedebrink",
role = c("aut", "cre"),
email = "tvede@math.aau.dk")
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.19
Check: examples
Result: ERROR
Running examples in ‘genogeographer-Ex.R’ failed
The error most likely occurred in:
> ### Name: LR_table
> ### Title: Compute pairwise likelihood ratios
> ### Aliases: LR_table
>
> ### ** Examples
>
> df_ <- simulate_pops(pop_n = 4, aims_n = 50)
> df_db <- pops_to_DB(df_)
Error:
! `select_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `select()` instead.
Backtrace:
▆
1. ├─genogeographer::pops_to_DB(df_)
2. │ └─genogeographer:::score_add_df(db, ...)
3. │ └─db %>% ...
4. └─dplyr::select_(...)
5. └─dplyr:::lazy_defunct("select", hint = FALSE)
6. └─lifecycle::deprecate_stop(...)
7. └─lifecycle:::deprecate_stop0(msg)
8. └─rlang::cnd_signal(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc