albartcoster / pedigree

1 stars 1 forks source link

The package does not meet CRAN requirements #2

Open courtiol opened 8 months ago

courtiol commented 8 months ago

Running the R CMD checks on the package suggests there are issues with it:

tempdir <- tempdir()

download.file("https://github.com/albartcoster/pedigree/archive/refs/heads/main.zip",
              destfile = paste0(tempdir, "/pedigree.zip"))

unzip(zipfile = paste0(tempdir, "/pedigree.zip"), exdir = tempdir)

devtools::check_built(path = paste0(tempdir, "/pedigree-main"))

0 errors ✔ | 1 warning ✖ | 3 notes ✖

courtiol commented 8 months ago

Fixing this would allow me to push a clean Pull Request.