The Description field contains variables (Micci-Barreca, D. 2001 DOI:10.1145/507533.507538); 2) Please write DOIs as doi:prefix/suffix.
Fixed by replacing DOI:10.1145/507533.507538 with doi:10.1145/507533.507538 in DESCRIPTION.
Ran R CMD check --as-cran collinear_2.0.0.tar.gz:
- checking for future file timestamps ... NOTE unable to verify current time Status: 1 NOTE
Cran incoming pre-checks detected a invalid url in README.md and a mispelled word in DESCRIPTION:
Possibly misspelled words in DESCRIPTION:
VIF (12:602)
Found the following (possibly) invalid URLs:
URL: https://blasbenito.github.io/collinear/articles/how_it_works/how_it_works.html
From: README.md
Status: 404
Message: Not Found
I have fixed these issues as follows:
- Removed the word VIF from DESCRIPTION.
- Replaced the offending URL with the right one: https://blasbenito.github.io/collinear/articles/how_it_works.html
- Local check and tests performed in Ubuntu 20.04.6 LTS (Focal) on R 4.4.1: 0 errors, warnings, and notes.
- Platform checks performed with rhub::rhub_check() for all available setups:
- "linux"
- "macos"
- "macos-arm64"
- "windows"
- "atlas"
- "c23"
- "clang-asan"
- "clang16"
- "clang17"
- "clang18"
- "clang19"
- "gcc13"
- "gcc14"
- "intel"
- "mkl"
- "nold"
- "nosuggests"
- "ubuntu-clang"
- "ubuntu-gcc12"
- "ubuntu-next"
- "ubuntu-release"
- "valgrind"
── R CMD check results ── collinear 2.0.0 ──── Duration: 3m 19.3s
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
==> devtools::test()
ℹ Testing collinear
✔ | F W S OK | Context
✔ | 5 | auc [2.3s]
✔ | 3 | case_weights [1.8s]
✔ | 35 | collinear [56.6s]
✔ | 5 | cor_clusters [3.0s]
✔ | 15 | cor_df [5.5s]
✔ | 4 | cor_matrix [7.3s]
✔ | 23 | cor_select [16.6s]
✔ | 3 | cramer_v [1.2s]
✔ | 8 | identify [4.6s]
✔ | 17 | preference_order_methods [3.3s]
✔ | 28 | preference_order [7.0s]
✔ | 7 | target_encoding_lab [1.1s]
✔ | 7 | target_encoding_methods
✔ | 7 | validate [12.2s]
✔ | 18 | vif_df
✔ | 23 | vif_select
══ Results ═════════════════════════════════════════════ Duration: 124.0 s
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 208 ]
rhub::rhub_check(
platforms = c(
"linux",
"macos",
"macos-arm64",
"windows",
"atlas",
"c23",
"clang-asan",
"clang16",
"clang17",
"clang18",
"clang19",
"gcc13",
"gcc14",
"intel",
"mkl",
"nold",
"nosuggests",
"ubuntu-clang",
"ubuntu-gcc12",
"ubuntu-next",
"ubuntu-release"
)
)