Last updated on 2022-08-15 08:50:18 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
and | 1 | 6 | 6 |
crossmap | 7 | 6 | |
fauxnaif | 1 | 12 | |
fracture | 13 | ||
incase | 13 | ||
ipa | 13 | ||
nombre | 13 | ||
plu | 1 | 12 | |
twenty48 | 4 | 9 |
Current CRAN status: ERROR: 1, NOTE: 6, OK: 6
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [7s/9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(and)
>
> test_check("and")
[ FAIL 48 | WARN 0 | SKIP 0 | PASS 225 ]
== Failed tests ================================================================
-- Failure (test-utils.R:74:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*e", normalize("é")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:75:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*e", normalize("è")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:76:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*e", normalize("ê")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:77:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*e", normalize("ë")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:78:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*i", normalize("í")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:79:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*i", normalize("ì")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:80:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*i", normalize("î")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:81:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*i", normalize("ï")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:82:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*o", normalize("ó")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:83:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*o", normalize("ò")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:84:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*o", normalize("ô")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:85:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*o", normalize("ö")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:86:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*u", normalize("ú")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:87:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*u", normalize("ù")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:88:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*u", normalize("û")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:89:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*u", normalize("ü")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:90:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*w", normalize("<U+1E83>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:91:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*w", normalize("<U+1E81>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:92:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*w", normalize("<U+0175>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:93:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*w", normalize("<U+1E85>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:94:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*y", normalize("ý")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:95:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*y", normalize("<U+1EF3>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:96:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*y", normalize("<U+0177>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:97:3): handling accents without stringi ---------------
grepl("^[^A-Za-z]*y", normalize("ÿ")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:103:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*e", normalize("É")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:104:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*e", normalize("È")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:105:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*e", normalize("Ê")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:106:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*e", normalize("Ë")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:107:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*i", normalize("Í")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:108:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*i", normalize("Ì")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:109:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*i", normalize("Î")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:110:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*i", normalize("Ï")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:111:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*o", normalize("Ó")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:112:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*o", normalize("Ò")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:113:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*o", normalize("Ô")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:114:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*o", normalize("Ö")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:115:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*u", normalize("Ú")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:116:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*u", normalize("Ù")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:117:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*u", normalize("Û")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:118:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*u", normalize("Ü")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:119:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*w", normalize("<U+1E82>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:120:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*w", normalize("<U+1E80>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:121:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*w", normalize("<U+0174>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:122:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*w", normalize("<U+1E84>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:123:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*y", normalize("Ý")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:124:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*y", normalize("<U+1EF2>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:125:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*y", normalize("<U+0176>")) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-utils.R:126:3): handling accents without stringi --------------
grepl("^[^A-Za-z]*y", normalize("Ÿ")) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 48 | WARN 0 | SKIP 0 | PASS 225 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.1
Check: data for non-ASCII characters
Result: NOTE
Note: found 175 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 7, OK: 6
Version: 0.3.0
Check: HTML version of manual
Result: NOTE
Found the following HTML validation problems:
crossmap-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
crossmap-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.3
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 1, OK: 12
Version: 0.7.0
Check: HTML version of manual
Result: NOTE
Found the following HTML validation problems:
fauxnaif-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
fauxnaif-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
Flavor: r-devel-linux-x86_64-debian-clang
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 13
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 1, OK: 12
Version: 0.2.2
Check: HTML version of manual
Result: NOTE
Found the following HTML validation problems:
plu-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
plu-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
Flavor: r-devel-linux-x86_64-debian-clang
Current CRAN status: NOTE: 4, OK: 9
Version: 0.2.0
Check: HTML version of manual
Result: NOTE
Found the following HTML validation problems:
twenty48-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
twenty48-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: HTML version of manual
Result: NOTE
Found the following HTML validation problems:
twenty48-package.html:23:4: Warning: <img> attribute "align" not allowed for HTML5
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc