Last updated on 2025-04-30 04:50:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.40 | 5.34 | 71.39 | 76.73 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.40 | 3.53 | 53.60 | 57.13 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.40 | 117.33 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.40 | 126.24 | OK | |||
r-devel-windows-x86_64 | 1.40 | 8.00 | 90.00 | 98.00 | ERROR | |
r-patched-linux-x86_64 | 1.40 | 5.85 | 67.79 | 73.64 | OK | |
r-release-linux-x86_64 | 1.40 | 5.04 | 68.38 | 73.42 | OK | |
r-release-macos-arm64 | 1.40 | 49.00 | OK | |||
r-release-macos-x86_64 | 1.40 | 75.00 | OK | |||
r-release-windows-x86_64 | 1.40 | 10.00 | 104.00 | 114.00 | OK | |
r-oldrel-macos-arm64 | 1.40 | 48.00 | OK | |||
r-oldrel-macos-x86_64 | 1.40 | 72.00 | OK | |||
r-oldrel-windows-x86_64 | 1.40 | 9.00 | 115.00 | 124.00 | OK |
Version: 1.40
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Apostolos Dimitromanolakis <apostolis@live.ca>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Apostolos",
family = "Dimitromanolakis",
role = c("aut", "cre"),
email = "apostolis@live.ca"),
person(given = "Jingxiong",
family = "Xu",
role = "aut",
email = "jingxiong.xu@mail.utoronto.ca"),
person(given = "Agnieszka",
family = "Krol",
role = "aut",
email = "krol@lunenfeld.ca"),
person(given = "Laurent",
family = "Briollais",
role = "aut",
email = "laurent@lunenfeld.ca"))
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: 1.40
Check: examples
Result: ERROR
Running examples in 'sim1000G-Ex.R' failed
The error most likely occurred in:
> ### Name: downloadGeneticMap
> ### Title: Downloads a genetic map for a particular chromosome under GRCh37
> ### coordinates for use with sim1000G.
> ### Aliases: downloadGeneticMap
>
> ### ** Examples
>
>
>
>
> downloadGeneticMap(22, dir=tempdir() )
-> Downloading genetic map from: https://github.com/adimitromanolakis/geneticMap-GRCh37/raw/master/genetic_map_GRCh37_chr22.txt.gz
-> Saving genetic map to: D:\temp\2025_04_29_01_50_00_18889\RtmpM5Cvfq/genetic_map_GRCh37_chr22.txt.gz
Warning in download.file(url, destfile = dest_path, quiet = TRUE) :
cannot open URL 'https://raw.githubusercontent.com/adimitromanolakis/geneticMap-GRCh37/master/genetic_map_GRCh37_chr22.txt.gz': HTTP status was '429 Unknown Error'
Error in download.file(url, destfile = dest_path, quiet = TRUE) :
cannot open URL 'https://github.com/adimitromanolakis/geneticMap-GRCh37/raw/master/genetic_map_GRCh37_chr22.txt.gz'
Calls: downloadGeneticMap -> download.file
Execution halted
Flavor: r-devel-windows-x86_64