Last updated on 2022-03-06 06:49:12 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-16 | 4.08 | 115.44 | 119.52 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0-16 | ERROR | ||||
r-devel-linux-x86_64-fedora-clang | 1.0-16 | 160.11 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-16 | 125.19 | ERROR | |||
r-devel-windows-x86_64-new-UL | 1.0-16 | 87.00 | 188.00 | 275.00 | ERROR | |
r-devel-windows-x86_64-new-TK | 1.0-16 | ERROR | ||||
r-patched-linux-x86_64 | 1.0-16 | 3.94 | 93.19 | 97.13 | NOTE | |
r-release-linux-x86_64 | 1.0-16 | 3.95 | 92.75 | 96.70 | NOTE | |
r-release-macos-arm64 | 1.0-16 | OK | ||||
r-release-macos-x86_64 | 1.0-16 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0-16 | 9.00 | 108.00 | 117.00 | OK | |
r-oldrel-macos-x86_64 | 1.0-16 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-16 | 7.00 | 103.00 | 110.00 | OK |
Version: 1.0-16
Check: R code for possible problems
Result: NOTE
Found the following calls to attach():
File 'scriptests/R/source.pkg.R':
attach(NULL, pos = pos, name = paste("pkgcode", pkg.name, sep = ":"))
attach(envir, pos = pos, name = paste("pkgcode", pkg.name, sep = ":"))
See section 'Good practice' in '?attach'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0-16
Check: tests
Result: ERROR
Running 'runtests.R' [7s/11s]
Running the tests in 'tests/runtests.R' failed.
Complete output:
> library(scriptests)
> runScripTests()
Using Initialize = scriptests:::initializeTests()
Using Finalize = scriptests:::summarizeTests()
Using Diff = scriptests:::ScripDiff()
### Show output from here ###
** Running 'allperfect.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
............
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect2.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
............
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect3.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
............
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect4.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
............
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect5.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
............
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect6.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
............
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect7.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
............
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect8.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
............
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'badsyntax.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
.....
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'continuationLines.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
** Running 'continueAfterStop.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
.......
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
** Running 'directives.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
...
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'error.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
...
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'infowarn1.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
...
* Info mismatch on output for test number 4 in infowarn1.Rt:
#@ Info-only
> 2 + 2
This test intentionally has the wrong answer but should just generate an info message
* Target output:
[1] 5
* Actual output:
[1] 4
* Warning mismatch on output for test number 5 in infowarn1.Rt:
#@ Warn-only
> 1 + 2
This test intentionally has the wrong answer but should just generate a warning
* Target output:
[1] 2
* Actual output:
[1] 3
.
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
** Running 'internals.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
........
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
** Running 'plus.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
....
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple1.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
....
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple2.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
.....
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'testErrorFormatting.R' in /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/scriptests.Rcheck/tests
........
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
### Test Summary: 18 files without errors
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
### 1 file with 1 errors
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
### Overall
total: 155 tests with 1 errors, 1 warnings and 1 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for a transcript of test comparisons
***** 13 lines of low-level output here b/c R CMD check wants to display just 13 lines, turn this off by setting environment variable SCRIPTESTS13=0
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for more info
> proc.time()
user system elapsed
5.897 1.105 10.639
There were 50 or more warnings (use warnings() to see the first 50)
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0-16
Check: tests
Result: ERROR
Running ‘runtests.R’ [6s/13s]
Running the tests in ‘tests/runtests.R’ failed.
Complete output:
> library(scriptests)
> runScripTests()
Using Initialize = scriptests:::initializeTests()
Using Finalize = scriptests:::summarizeTests()
Using Diff = scriptests:::ScripDiff()
### Show output from here ###
** Running 'allperfect.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
............
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect2.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
............
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect3.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
............
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect4.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
............
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect5.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
............
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect6.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
............
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect7.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
............
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect8.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
............
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'badsyntax.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
.....
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'continuationLines.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
** Running 'continueAfterStop.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
.......
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
** Running 'directives.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
...
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'error.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
...
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'infowarn1.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
...
* Info mismatch on output for test number 4 in infowarn1.Rt:
#@ Info-only
> 2 + 2
This test intentionally has the wrong answer but should just generate an info message
* Target output:
[1] 5
* Actual output:
[1] 4
* Warning mismatch on output for test number 5 in infowarn1.Rt:
#@ Warn-only
> 1 + 2
This test intentionally has the wrong answer but should just generate a warning
* Target output:
[1] 2
* Actual output:
[1] 3
.
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
** Running 'internals.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
........
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
** Running 'plus.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
....
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple1.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
....
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple2.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
.....
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'testErrorFormatting.R' in /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/scriptests.Rcheck/tests
........
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
### Test Summary: 18 files without errors
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
### 1 file with 1 errors
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
### Overall
total: 155 tests with 1 errors, 1 warnings and 1 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for a transcript of test comparisons
***** 13 lines of low-level output here b/c R CMD check wants to display just 13 lines, turn this off by setting environment variable SCRIPTESTS13=0
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for more info
> proc.time()
user system elapsed
4.697 1.055 12.621
There were 50 or more warnings (use warnings() to see the first 50)
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0-16
Check: tests
Result: ERROR
Running ‘runtests.R’ [9s/30s]
Running the tests in ‘tests/runtests.R’ failed.
Complete output:
> library(scriptests)
> runScripTests()
Using Initialize = scriptests:::initializeTests()
Using Finalize = scriptests:::summarizeTests()
Using Diff = scriptests:::ScripDiff()
### Show output from here ###
** Running 'allperfect.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
............
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect2.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
............
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect3.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
............
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect4.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
............
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect5.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
............
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect6.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
............
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect7.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
............
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect8.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
............
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'badsyntax.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
.....
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'continuationLines.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
** Running 'continueAfterStop.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
.......
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
** Running 'directives.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
...
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'error.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
...
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'infowarn1.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
...
* Info mismatch on output for test number 4 in infowarn1.Rt:
#@ Info-only
> 2 + 2
This test intentionally has the wrong answer but should just generate an info message
* Target output:
[1] 5
* Actual output:
[1] 4
* Warning mismatch on output for test number 5 in infowarn1.Rt:
#@ Warn-only
> 1 + 2
This test intentionally has the wrong answer but should just generate a warning
* Target output:
[1] 2
* Actual output:
[1] 3
.
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
** Running 'internals.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
........
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
** Running 'plus.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
....
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple1.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
....
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple2.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
.....
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'testErrorFormatting.R' in /data/gannet/ripley/R/packages/tests-clang/scriptests.Rcheck/tests
........
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
### Test Summary: 18 files without errors
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
### 1 file with 1 errors
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
### Overall
total: 155 tests with 1 errors, 1 warnings and 1 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for a transcript of test comparisons
***** 13 lines of low-level output here b/c R CMD check wants to display just 13 lines, turn this off by setting environment variable SCRIPTESTS13=0
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for more info
> proc.time()
user system elapsed
7.391 1.909 29.416
There were 50 or more warnings (use warnings() to see the first 50)
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0-16
Check: tests
Result: ERROR
Running ‘runtests.R’ [9s/52s]
Running the tests in ‘tests/runtests.R’ failed.
Complete output:
> library(scriptests)
> runScripTests()
Using Initialize = scriptests:::initializeTests()
Using Finalize = scriptests:::summarizeTests()
Using Diff = scriptests:::ScripDiff()
### Show output from here ###
** Running 'allperfect.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
............
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect2.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
............
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect3.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
............
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect4.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
............
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect5.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
............
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect6.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
............
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect7.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
............
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect8.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
............
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'badsyntax.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
.....
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'continuationLines.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
** Running 'continueAfterStop.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
.......
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
** Running 'directives.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
...
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'error.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
...
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'infowarn1.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
...
* Info mismatch on output for test number 4 in infowarn1.Rt:
#@ Info-only
> 2 + 2
This test intentionally has the wrong answer but should just generate an info message
* Target output:
[1] 5
* Actual output:
[1] 4
* Warning mismatch on output for test number 5 in infowarn1.Rt:
#@ Warn-only
> 1 + 2
This test intentionally has the wrong answer but should just generate a warning
* Target output:
[1] 2
* Actual output:
[1] 3
.
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
** Running 'internals.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
........
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
** Running 'plus.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
....
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple1.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
....
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple2.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
.....
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'testErrorFormatting.R' in /data/gannet/ripley/R/packages/tests-devel/scriptests.Rcheck/tests
........
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
### Test Summary: 18 files without errors
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
### 1 file with 1 errors
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
### Overall
total: 155 tests with 1 errors, 1 warnings and 1 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for a transcript of test comparisons
***** 13 lines of low-level output here b/c R CMD check wants to display just 13 lines, turn this off by setting environment variable SCRIPTESTS13=0
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for more info
> proc.time()
user system elapsed
7.563 1.821 51.607
There were 50 or more warnings (use warnings() to see the first 50)
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0-16
Check: tests
Result: ERROR
Running 'runtests.R' [11s]
Running the tests in 'tests/runtests.R' failed.
Complete output:
> library(scriptests)
> runScripTests()
Using Initialize = scriptests:::initializeTests()
Using Finalize = scriptests:::summarizeTests()
Using Diff = scriptests:::ScripDiff()
### Show output from here ###
** Running 'allperfect.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
............
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect2.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
............
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect3.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
............
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect4.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
............
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect5.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
............
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect6.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
............
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect7.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
............
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect8.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
............
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'badsyntax.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
.....
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'continuationLines.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
** Running 'continueAfterStop.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
.......
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
** Running 'directives.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
...
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'error.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
...
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'infowarn1.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
...
* Info mismatch on output for test number 4 in infowarn1.Rt:
#@ Info-only
> 2 + 2
This test intentionally has the wrong answer but should just generate an info message
* Target output:
[1] 5
* Actual output:
[1] 4
* Warning mismatch on output for test number 5 in infowarn1.Rt:
#@ Warn-only
> 1 + 2
This test intentionally has the wrong answer but should just generate a warning
* Target output:
[1] 2
* Actual output:
[1] 3
.
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
** Running 'internals.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
........
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
** Running 'plus.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
....
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple1.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
....
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple2.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
.....
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'testErrorFormatting.R' in d:/Rcompile/CRANpkg/local/4.2/scriptests.Rcheck/tests
........
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
### Test Summary: 18 files without errors
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
### 1 file with 1 errors
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
### Overall
total: 155 tests with 1 errors, 1 warnings and 1 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for a transcript of test comparisons
***** 13 lines of low-level output here b/c R CMD check wants to display just 13 lines, turn this off by setting environment variable SCRIPTESTS13=0
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for more info
> proc.time()
user system elapsed
1.04 0.21 10.60
There were 50 or more warnings (use warnings() to see the first 50)
Flavor: r-devel-windows-x86_64-new-UL
Version: 1.0-16
Check: tests
Result: ERROR
Running 'runtests.R'
Running the tests in 'tests/runtests.R' failed.
Complete output:
> library(scriptests)
> runScripTests()
Using Initialize = scriptests:::initializeTests()
Using Finalize = scriptests:::summarizeTests()
Using Diff = scriptests:::ScripDiff()
### Show output from here ###
** Running 'allperfect.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
............
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect2.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
............
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect3.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
............
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect4.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
............
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect5.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
............
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect6.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
............
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect7.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
............
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'allperfect8.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
............
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
** Running 'badsyntax.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
.....
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'continuationLines.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
** Running 'continueAfterStop.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
.......
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
** Running 'directives.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
...
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'error.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
...
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
** Running 'infowarn1.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
...
* Info mismatch on output for test number 4 in infowarn1.Rt:
#@ Info-only
> 2 + 2
This test intentionally has the wrong answer but should just generate an info message
* Target output:
[1] 5
* Actual output:
[1] 4
* Warning mismatch on output for test number 5 in infowarn1.Rt:
#@ Warn-only
> 1 + 2
This test intentionally has the wrong answer but should just generate a warning
* Target output:
[1] 2
* Actual output:
[1] 3
.
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
** Running 'internals.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
........
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
** Running 'plus.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
....
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple1.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
....
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
** Running 'simple2.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
.....
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
** Running 'testErrorFormatting.R' in C:/r_packages/pkgcheck/CRAN/scriptests/scriptests.Rcheck/tests
........
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
### Test Summary: 18 files without errors
allperfect.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect2.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect3.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect4.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect5.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect6.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect7.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
allperfect8.Rt: 12 tests with 0 errors, 0 warnings and 0 messages
badsyntax.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
continueAfterStop.Rt: 7 tests with 0 errors, 0 warnings and 0 messages
directives.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
error.Rt: 3 tests with 0 errors, 0 warnings and 0 messages
internals.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
plus.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple1.Rt: 4 tests with 0 errors, 0 warnings and 0 messages
simple2.Rt: 5 tests with 0 errors, 0 warnings and 0 messages
testErrorFormatting.Rt: 8 tests with 0 errors, 0 warnings and 0 messages
infowarn1.Rt: 6 tests with 0 errors, 1 warnings and 1 messages
### 1 file with 1 errors
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
### Overall
total: 155 tests with 1 errors, 1 warnings and 1 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for a transcript of test comparisons
***** 13 lines of low-level output here b/c R CMD check wants to display just 13 lines, turn this off by setting environment variable SCRIPTESTS13=0
....
* Error mismatch on output for test number 5 in continuationLines.Rt:
> lapply(parseTranscriptFile("continuationLines.Rt"), '[[', 'input')
* Output differs first at line 14:
target:
actual: There were 25 warnings (use warnings() to see them)
.
continuationLines.Rt: 6 tests with 1 errors, 0 warnings and 0 messages
See scriptests.Rcheck/tests/runtests.Rout.fail for more info
> proc.time()
user system elapsed
0.75 0.31 9.53
There were 50 or more warnings (use warnings() to see the first 50)
Flavor: r-devel-windows-x86_64-new-TK