* using log directory ‘/srv/hornik/tmp/CRAN_pretest/wnbaherstory.Rcheck’ * using R Under development (unstable) (2024-12-05 r87423) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.1 (1) Debian flang-new version 19.1.1 (1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘wnbaherstory/DESCRIPTION’ ... OK * this is package ‘wnbaherstory’ version ‘0.0.0.9000’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/5s] NOTE Maintainer: ‘Jane Loo ’ New submission Version contains large components (0.0.0.9000) Possibly misspelled words in DESCRIPTION: WNBA (2:8, 11:14) Authors@R field gives persons with deprecated or bad elements: Warning in person1(given = given[[i]], family = family[[i]], middle = middle[[i]], : Invalid ORCID iD: ‘YOUR-ORCID-ID’. Calls: ... FUN -> with -> with.default -> eval -> eval -> person1 Warning in person1(given = given[[i]], family = family[[i]], middle = middle[[i]], : Invalid ORCID iD: ‘YOUR-ORCID-ID’. Calls: ... FUN -> with -> with.default -> eval -> eval -> person1 Warning in person1(given = given[[i]], family = family[[i]], middle = middle[[i]], : Invalid ORCID iD: ‘YOUR-ORCID-ID’. Calls: ... FUN -> with -> with.default -> eval -> eval -> person1 Found the following (possibly) invalid URLs: URL: https://github.com/sds270-f24/wnbaherstory/actions/workflows/R-CMD-check.yaml From: README.md Status: 404 Message: Not Found * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘wnbaherstory’ can be installed ... [2s/2s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Authors@R field gives persons with invalid ORCID identifiers: Jane Loo [aut, cre] (ORCID: YOUR-ORCID-ID) Ela Sylvester [aut] (ORCID: YOUR-ORCID-ID) Alina Abdulina [aut] (ORCID: YOUR-ORCID-ID) Authors@R field gives persons with duplicated ORCID identifiers: YOUR-ORCID-ID YOUR-ORCID-ID Author field differs from that derived from Authors@R Author: ‘Jane Loo [aut, cre] (YOUR-ORCID-ID), Ela Sylvester [aut] (YOUR-ORCID-ID), Alina Abdulina [aut] (YOUR-ORCID-ID)’ Authors@R: ‘Jane Loo [aut, cre] (ORCID: YOUR-ORCID-ID), Ela Sylvester [aut] (ORCID: YOUR-ORCID-ID), Alina Abdulina [aut] (ORCID: YOUR-ORCID-ID)’ * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [4s/4s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... [0s/0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [3s/18s] ERROR Running examples in ‘wnbaherstory-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: map_WNBA_teams > ### Title: Function shows map of all WNBA teams past and present at any > ### given time > ### Aliases: map_WNBA_teams > > ### ** Examples > > map_WNBA_teams(year_range = 2021:2024) Passing 12 addresses to the Nominatim single address geocoder Query completed in: 12 seconds Error in map_data("state") : The package "maps" is required for `map_data()`. Calls: map_WNBA_teams -> map_data -> check_installed Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [2s/16s] ERROR Running ‘testthat.R’ [2s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(wnbaherstory) > > test_check("wnbaherstory") [ FAIL 1 | WARN 2 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-wnba.R:16:3'): map_WNBA_teams returns a ggplot object ────────── Error in `map_data("state")`: The package "maps" is required for `map_data()`. Backtrace: ▆ 1. └─wnbaherstory::map_WNBA_teams(year_range = 2010:2020) at test-wnba.R:16:3 2. └─ggplot2::map_data("state") 3. └─rlang::check_installed("maps", reason = "for `map_data()`.") [ FAIL 1 | WARN 2 | SKIP 0 | PASS 4 ] Error: Test failures Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 ERRORs, 2 NOTEs