- using R Under development (unstable) (2026-06-04 r90104 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
* current time: 2026-06-05 09:44:23 UTC
- checking for file 'Rapp/DESCRIPTION' ... OK
- this is package 'Rapp' version '0.3.0'
- package encoding: UTF-8
- 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 hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'Rapp' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- 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 ... [0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s] OK
- checking whether the package can be unloaded cleanly ... [0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s] OK
- checking loading without being on the library search path ... [0s] 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] OK
- checking Rd files ... [0s] OK
- checking Rd metadata ... 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 examples ... [1s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [16s] ERROR
Running 'testthat.R' [15s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(Rapp)
>
> test_check("Rapp")
Starting 2 test processes.
> test-basics.R: Der Befehl "where" ist entweder falsch geschrieben oder
> test-basics.R: konnte nicht gefunden werden.
> test-basics.R: Der Befehl "where" ist entweder falsch geschrieben oder
> test-basics.R: konnte nicht gefunden werden.
> test-basics.R: Der Befehl "where" ist entweder falsch geschrieben oder
> test-basics.R: konnte nicht gefunden werden.
> test-basics.R: Der Befehl "where" ist entweder falsch geschrieben oder
> test-basics.R: konnte nicht gefunden werden.
> test-basics.R: Der Befehl "where" ist entweder falsch geschrieben oder
> test-basics.R: konnte nicht gefunden werden.
> test-basics.R: Der Befehl "where" ist entweder falsch geschrieben oder
> test-basics.R: konnte nicht gefunden werden.
> test-basics.R: Der Befehl "where" ist entweder falsch geschrieben oder
> test-basics.R: konnte nicht gefunden werden.
> test-basics.R: Der Befehl "where" ist entweder falsch geschrieben oder
> test-basics.R: konnte nicht gefunden werden.
> test-basics.R: Der Befehl "where" ist entweder falsch geschrieben oder
> test-basics.R: konnte nicht gefunden werden.
Saving _problems/test-basics-27.R
Saving _problems/test-basics-32.R
Saving _problems/test-basics-40.R
Saving _problems/test-basics-45.R
Saving _problems/test-basics-52.R
Saving _problems/test-basics-52.R
Saving _problems/test-basics-52.R
Saving _problems/test-basics-52.R
> test-install.R: Added D:\temp\2026_06_05_01_50_00_31551\RtmpycsJpZ\rapp-bin-frontmatter198b14181b41cc to your user-level PATH
[ FAIL 8 | WARN 8 | SKIP 11 | PASS 150 ]
══ Skipped tests (11) ══════════════════════════════════════════════════════════
• On CRAN (10): 'test-basics.R:1:1', 'test-multi-options.R:7:1',
'test-required.R:1:1', 'test-required.R:20:1', 'test-run.R:16:1',
'test-run.R:22:1', 'test-todo.R:14:1', 'test-help-snapshots.R:91:1',
'test-help-snapshots.R:97:1', 'test-help-snapshots.R:117:1'
• On Windows (1): 'test-regressions.R:16:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-basics.R:24:3'): examples work ───────────────────────────────
Expected `run_app("unique.R", input = c("a", "b", "c", "c", "b", "a"))` to equal `c("a", "b", "c")`.
Differences:
`attr(actual, 'status')` is an integer vector (1)
`attr(expected, 'status')` is absent
actual vs expected
- "!ExitCode=00000000"
- "ALLUSERSPROFILE=C:\\ProgramData"
- "APPDATA=C:\\Users\\CRAN\\AppData\\Roaming"
- "BIBINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;"
- "BINDIR=bin/x64"
- "BSTINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;"
- "CALLR_IS_RUNNING=true"
- "COMMONPROGRAMFILES=C:\\Program Files\\Common Files"
- "COMPUTERNAME=CRANWIN3"
- "COMSPEC=C:\\Windows\\system32\\cmd.exe"
+ "a"
+ "b"
+ "c"
and 147 more ...
── Failure ('test-basics.R:29:3'): examples work ───────────────────────────────
Expected `run_app(...)` to equal `c("c", "b", "a")`.
Differences:
`attr(actual, 'status')` is an integer vector (1)
`attr(expected, 'status')` is absent
actual vs expected
- "!ExitCode=00000000"
- "ALLUSERSPROFILE=C:\\ProgramData"
- "APPDATA=C:\\Users\\CRAN\\AppData\\Roaming"
- "BIBINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;"
- "BINDIR=bin/x64"
- "BSTINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;"
- "CALLR_IS_RUNNING=true"
- "COMMONPROGRAMFILES=C:\\Program Files\\Common Files"
- "COMPUTERNAME=CRANWIN3"
- "COMSPEC=C:\\Windows\\system32\\cmd.exe"
+ "c"
+ "b"
+ "a"
and 147 more ...
── Failure ('test-basics.R:37:3'): examples work ───────────────────────────────
Expected `run_app("unique.R", fi)` to equal `c("a", "b", "c")`.
Differences:
`attr(actual, 'status')` is an integer vector (1)
`attr(expected, 'status')` is absent
actual vs expected
- "!ExitCode=00000000"
- "ALLUSERSPROFILE=C:\\ProgramData"
- "APPDATA=C:\\Users\\CRAN\\AppData\\Roaming"
- "BIBINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;"
- "BINDIR=bin/x64"
- "BSTINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;"
- "CALLR_IS_RUNNING=true"
- "COMMONPROGRAMFILES=C:\\Program Files\\Common Files"
- "COMPUTERNAME=CRANWIN3"
- "COMSPEC=C:\\Windows\\system32\\cmd.exe"
+ "a"
+ "b"
+ "c"
and 147 more ...
── Failure ('test-basics.R:42:3'): examples work ───────────────────────────────
Expected `run_app("unique.R", "--from-last", fi)` to equal `c("c", "b", "a")`.
Differences:
`attr(actual, 'status')` is an integer vector (1)
`attr(expected, 'status')` is absent
actual vs expected
- "!ExitCode=00000000"
- "ALLUSERSPROFILE=C:\\ProgramData"
- "APPDATA=C:\\Users\\CRAN\\AppData\\Roaming"
- "BIBINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;"
- "BINDIR=bin/x64"
- "BSTINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;"
- "CALLR_IS_RUNNING=true"
- "COMMONPROGRAMFILES=C:\\Program Files\\Common Files"
- "COMPUTERNAME=CRANWIN3"
- "COMSPEC=C:\\Windows\\system32\\cmd.exe"
+ "c"
+ "b"
+ "a"
and 147 more ...
── Failure ('test-basics.R:52:7'): examples work ───────────────────────────────
Expected "tails tails tails" to equal `...elt(i)`.
Differences:
`attr(actual, 'status')` is absent
`attr(expected, 'status')` is an integer vector (1)
actual vs expected
- "tails tails tails"
+ "!ExitCode=00000000"
+ "ALLUSERSPROFILE=C:\\ProgramData"
+ "APPDATA=C:\\Users\\CRAN\\AppData\\Roaming"
+ "BIBINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;"
+ "BINDIR=bin/x64"
+ "BSTINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;"
+ "CALLR_IS_RUNNING=true"
+ "COMMONPROGRAMFILES=C:\\Program Files\\Common Files"
+ "COMPUTERNAME=CRANWIN3"
+ "COMSPEC=C:\\Windows\\system32\\cmd.exe"
and 147 more ...
Backtrace:
▆
1. └─Rapp (local) expect_all_equal(...) at test-basics.R:56:3
2. └─testthat::expect_equal(..1, ...elt(i)) at test-basics.R:52:7
── Failure ('test-basics.R:52:7'): examples work ───────────────────────────────
Expected "tails tails tails" to equal `...elt(i)`.
Differences:
`attr(actual, 'status')` is absent
`attr(expected, 'status')` is an integer vector (1)
actual vs expected
- "tails tails tails"
+ "!ExitCode=00000000"
+ "ALLUSERSPROFILE=C:\\ProgramData"
+ "APPDATA=C:\\Users\\CRAN\\AppData\\Roaming"
+ "BIBINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;"
+ "BINDIR=bin/x64"
+ "BSTINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;"
+ "CALLR_IS_RUNNING=true"
+ "COMMONPROGRAMFILES=C:\\Program Files\\Common Files"
+ "COMPUTERNAME=CRANWIN3"
+ "COMSPEC=C:\\Windows\\system32\\cmd.exe"
and 147 more ...
Backtrace:
▆
1. └─Rapp (local) expect_all_equal(...) at test-basics.R:56:3
2. └─testthat::expect_equal(..1, ...elt(i)) at test-basics.R:52:7
── Failure ('test-basics.R:52:7'): examples work ───────────────────────────────
Expected "tails tails tails" to equal `...elt(i)`.
Differences:
`attr(actual, 'status')` is absent
`attr(expected, 'status')` is an integer vector (1)
actual vs expected
- "tails tails tails"
+ "!ExitCode=00000000"
+ "ALLUSERSPROFILE=C:\\ProgramData"
+ "APPDATA=C:\\Users\\CRAN\\AppData\\Roaming"
+ "BIBINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;"
+ "BINDIR=bin/x64"
+ "BSTINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;"
+ "CALLR_IS_RUNNING=true"
+ "COMMONPROGRAMFILES=C:\\Program Files\\Common Files"
+ "COMPUTERNAME=CRANWIN3"
+ "COMSPEC=C:\\Windows\\system32\\cmd.exe"
and 147 more ...
Backtrace:
▆
1. └─Rapp (local) expect_all_equal(...) at test-basics.R:56:3
2. └─testthat::expect_equal(..1, ...elt(i)) at test-basics.R:52:7
── Failure ('test-basics.R:52:7'): examples work ───────────────────────────────
Expected "tails tails tails" to equal `...elt(i)`.
Differences:
`attr(actual, 'status')` is absent
`attr(expected, 'status')` is an integer vector (1)
actual vs expected
- "tails tails tails"
+ "!ExitCode=00000000"
+ "ALLUSERSPROFILE=C:\\ProgramData"
+ "APPDATA=C:\\Users\\CRAN\\AppData\\Roaming"
+ "BIBINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;;D:/RCompile/recent/R/share/texmf/bibtex/bib;"
+ "BINDIR=bin/x64"
+ "BSTINPUTS=.;.;.;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;;D:/RCompile/recent/R/share/texmf/bibtex/bst;"
+ "CALLR_IS_RUNNING=true"
+ "COMMONPROGRAMFILES=C:\\Program Files\\Common Files"
+ "COMPUTERNAME=CRANWIN3"
+ "COMSPEC=C:\\Windows\\system32\\cmd.exe"
and 147 more ...
Backtrace:
▆
1. └─Rapp (local) expect_all_equal(...) at test-basics.R:56:3
2. └─testthat::expect_equal(..1, ...elt(i)) at test-basics.R:52:7
[ FAIL 8 | WARN 8 | SKIP 11 | PASS 150 ]
Error:
! Test failures.
Execution halted
- checking PDF version of manual ... [19s] OK
- checking HTML version of manual ... [1s] OK
- DONE
Status: 1 ERROR