You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* using R Under development (unstable) (2021-07-28 r80671)
* using platform: x86_64-pc-linux-gnu (64-bit)
...
* checking examples ... ERROR
Running examples in ‘r2dii.analysis-Ex.R’ failed
The error most likely occurred in:
> ### Name: join_ald_scenario
> ### Title: Join a data-loanbook object to the ald and scenario
> ### Aliases: join_ald_scenario
>
> ### ** Examples
>
> installed <- requireNamespace("r2dii.data", quietly = TRUE) &&
+ requireNamespace("r2dii.match", quietly = TRUE)
> if (!installed) stop("Please install r2dii.match and r2dii.data")
Error: Please install r2dii.match and r2dii.data
...
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘spelling.R’
Running ‘testthat.R’ [18s/19s]
[19s/19s] ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(r2dii.analysis)
>
> test_check("r2dii.analysis")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-join_ald_scenario.R:3:1): (code run outside of `test_that()`) ───
Error: there is no package called 'r2dii.match'
CRAN's email:
From: Prof Brian Ripley <[email protected]>
Date: Thu 29. Jul 2021 at 11:06
Subject: CRAN packages with reports of unconditional use of Suggests
...
There is now a directory of check results using _R_DEPENDS_ONLY=true at
https://www.stats.ox.ac.uk/pub/bdr/noSuggests/ which will show what the
issues currently are. It includes a README.txt.
The text was updated successfully, but these errors were encountered:
tl;dr the problem relates to #351
CRAN reports problems in examples and tests caused because r2dii.match can't be installed, in turn because stringdist can't be installed.
We could fix this problem by managing the dependency with r2dii.match in a better way (see #351).
ERROR in examples and tests
From https://www.stats.ox.ac.uk/pub/bdr/noSuggests/r2dii.analysis.out
CRAN's email:
The text was updated successfully, but these errors were encountered: