Last updated on 2018-04-29 01:47:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 4.50 | 68.65 | 73.15 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 4.44 | 57.89 | 62.33 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 104.55 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 99.97 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 17.00 | 141.00 | 158.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 4.22 | 68.17 | 72.39 | ERROR | |
r-patched-solaris-x86 | 0.1.0 | 124.20 | ERROR | |||
r-release-linux-x86_64 | 0.1.0 | 4.93 | 69.81 | 74.74 | ERROR | |
r-release-windows-ix86+x86_64 | 0.1.0 | 17.00 | 141.00 | 158.00 | OK | |
r-release-osx-x86_64 | 0.1.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 11.00 | 271.00 | 282.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.0 | ERROR |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Note that you would never run this file directly. This is used by tools::testInstallPackages()
> # and other packages like covr.
> # To actually run the tests, you need to set the working directory then run
> # devtools::test('pkgnet')
>
> # This line ensures that R CMD check can run tests.
> # See https://github.com/hadley/testthat/issues/144
> Sys.setenv("R_TESTS" = "")
>
> library(pkgnet)
>
> # Install Fake Packages - For local testing if not already installed
> devtools::install_local(system.file('baseballstats',package="pkgnet"),force=TRUE)
Installing baseballstats
'/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/R' --no-site-file \
--no-environ --no-save --no-restore --quiet CMD INSTALL \
'/tmp/RtmpwMqNE4/file59ef52880e06/baseballstats' \
--library='/tmp/Rtmp9mT1Si/RLIBS_67fd5e851ced' --install-tests
* installing *source* package ‘baseballstats’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (baseballstats)
> devtools::install_local(system.file('sartre',package="pkgnet"),force=TRUE)
Installing sartre
'/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/R' --no-site-file \
--no-environ --no-save --no-restore --quiet CMD INSTALL \
'/tmp/RtmpwMqNE4/file59ef3eef62bd/sartre' \
--library='/tmp/Rtmp9mT1Si/RLIBS_67fd5e851ced' --install-tests
* installing *source* package ‘sartre’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (sartre)
>
> testthat::test_check('pkgnet')
Attaching package: 'testthat'
The following object is masked from 'package:pkgnet':
SummaryReporter
── 1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.
cannot open the connection
1: CreatePackageReport(pkg_name = "baseballstats", report_path = testReportPath) at testthat/test-CreatePackageReport.R:19
2: .RenderPackageReport(report_path = report_path, pkg_reporters = builtReporters,
pkg_name = pkg_name)
3: rmarkdown::render(system.file(file.path("package_report", "package_report.Rmd"),
package = "pkgnet"), output_file = report_path, quiet = TRUE, params = list(reporters = pkg_reporters,
pkg_name = pkg_name))
4: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet, encoding = encoding)
5: writeLines(if (encoding == "") res else native_encode(res, to = encoding), con = output,
useBytes = encoding != "")
6: file(con, "w")
══ testthat results ═══════════════════════════════════════════════════════════
OK: 48 SKIPPED: 0 FAILED: 1
1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.R#19)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
* installing *source* package ‘baseballstats’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (baseballstats)
Warning in file(con, "w") :
cannot open file ‘package_report.R’: Read-only file system
Warning in file(file, ifelse(append, "a", "w")) :
cannot open file ‘package_report.knit.md’: Read-only file system
Quitting from lines 39-40 (package_report.Rmd)
Error: processing vignette ‘pkgnet-intro.Rmd’ failed with diagnostics:
cannot open the connection
Execution halted
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: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Note that you would never run this file directly. This is used by tools::testInstallPackages()
> # and other packages like covr.
> # To actually run the tests, you need to set the working directory then run
> # devtools::test('pkgnet')
>
> # This line ensures that R CMD check can run tests.
> # See https://github.com/hadley/testthat/issues/144
> Sys.setenv("R_TESTS" = "")
>
> library(pkgnet)
>
> # Install Fake Packages - For local testing if not already installed
> devtools::install_local(system.file('baseballstats',package="pkgnet"),force=TRUE)
Installing baseballstats
'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/bin/R' --no-site-file \
--no-environ --no-save --no-restore --quiet CMD INSTALL \
'/home/hornik/tmp/scratch/RtmpX6ovba/file2ff1201ceb01/baseballstats' \
--library='/home/hornik/tmp/scratch/RtmpaM1iiu/RLIBS_2d5f6c1bf9f3' \
--install-tests
* installing *source* package ‘baseballstats’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (baseballstats)
> devtools::install_local(system.file('sartre',package="pkgnet"),force=TRUE)
Installing sartre
'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/bin/R' --no-site-file \
--no-environ --no-save --no-restore --quiet CMD INSTALL \
'/home/hornik/tmp/scratch/RtmpX6ovba/file2ff140c1f50b/sartre' \
--library='/home/hornik/tmp/scratch/RtmpaM1iiu/RLIBS_2d5f6c1bf9f3' \
--install-tests
* installing *source* package ‘sartre’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (sartre)
>
> testthat::test_check('pkgnet')
Attaching package: 'testthat'
The following object is masked from 'package:pkgnet':
SummaryReporter
── 1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.
cannot open the connection
1: CreatePackageReport(pkg_name = "baseballstats", report_path = testReportPath) at testthat/test-CreatePackageReport.R:19
2: .RenderPackageReport(report_path = report_path, pkg_reporters = builtReporters,
pkg_name = pkg_name)
3: rmarkdown::render(system.file(file.path("package_report", "package_report.Rmd"),
package = "pkgnet"), output_file = report_path, quiet = TRUE, params = list(reporters = pkg_reporters,
pkg_name = pkg_name))
4: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet, encoding = encoding)
5: writeLines(if (encoding == "") res else native_encode(res, to = encoding), con = output,
useBytes = encoding != "")
6: file(con, "w")
══ testthat results ═══════════════════════════════════════════════════════════
OK: 48 SKIPPED: 0 FAILED: 1
1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.R#19)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘DT’ ‘covr’ ‘knitr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Note that you would never run this file directly. This is used by tools::testInstallPackages()
> # and other packages like covr.
> # To actually run the tests, you need to set the working directory then run
> # devtools::test('pkgnet')
>
> # This line ensures that R CMD check can run tests.
> # See https://github.com/hadley/testthat/issues/144
> Sys.setenv("R_TESTS" = "")
>
> library(pkgnet)
>
> # Install Fake Packages - For local testing if not already installed
> devtools::install_local(system.file('baseballstats',package="pkgnet"),force=TRUE)
Installing baseballstats
'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/bin/R' --no-site-file \
--no-environ --no-save --no-restore --quiet CMD INSTALL \
'/tmp/RtmpVVuk5r/file7a0732fb42a9/baseballstats' \
--library='/tmp/RtmpbM8qnK/RLIBS_5517fb7d30e' --install-tests
* installing *source* package ‘baseballstats’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (baseballstats)
> devtools::install_local(system.file('sartre',package="pkgnet"),force=TRUE)
Installing sartre
'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/bin/R' --no-site-file \
--no-environ --no-save --no-restore --quiet CMD INSTALL \
'/tmp/RtmpVVuk5r/file7a074c08def9/sartre' \
--library='/tmp/RtmpbM8qnK/RLIBS_5517fb7d30e' --install-tests
* installing *source* package ‘sartre’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (sartre)
>
> testthat::test_check('pkgnet')
Attaching package: 'testthat'
The following object is masked from 'package:pkgnet':
SummaryReporter
── 1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.
cannot open the connection
1: CreatePackageReport(pkg_name = "baseballstats", report_path = testReportPath) at testthat/test-CreatePackageReport.R:19
2: .RenderPackageReport(report_path = report_path, pkg_reporters = builtReporters,
pkg_name = pkg_name)
3: rmarkdown::render(system.file(file.path("package_report", "package_report.Rmd"),
package = "pkgnet"), output_file = report_path, quiet = TRUE, params = list(reporters = pkg_reporters,
pkg_name = pkg_name))
4: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet, encoding = encoding)
5: writeLines(if (encoding == "") res else native_encode(res, to = encoding), con = output,
useBytes = encoding != "")
6: file(con, "w")
══ testthat results ═══════════════════════════════════════════════════════════
OK: 48 SKIPPED: 0 FAILED: 1
1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.R#19)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [21s/40s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Note that you would never run this file directly. This is used by tools::testInstallPackages()
> # and other packages like covr.
> # To actually run the tests, you need to set the working directory then run
> # devtools::test('pkgnet')
>
> # This line ensures that R CMD check can run tests.
> # See https://github.com/hadley/testthat/issues/144
> Sys.setenv("R_TESTS" = "")
>
> library(pkgnet)
>
> # Install Fake Packages - For local testing if not already installed
> devtools::install_local(system.file('baseballstats',package="pkgnet"),force=TRUE)
Installing baseballstats
'/home/ripley/R/cc/bin/R' --no-site-file --no-environ --no-save --no-restore \
--quiet CMD INSTALL '/tmp/Rtmp_Dayyq/file20c317591f17/baseballstats' \
--library='/tmp/RtmpBPaiSW/RLIBS_61616a691eb3' --install-tests
* installing *source* package ‘baseballstats’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (baseballstats)
> devtools::install_local(system.file('sartre',package="pkgnet"),force=TRUE)
Installing sartre
'/home/ripley/R/cc/bin/R' --no-site-file --no-environ --no-save --no-restore \
--quiet CMD INSTALL '/tmp/Rtmp_Dayyq/file20c3378d6c3d/sartre' \
--library='/tmp/RtmpBPaiSW/RLIBS_61616a691eb3' --install-tests
* installing *source* package ‘sartre’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (sartre)
>
> testthat::test_check('pkgnet')
Attaching package: 'testthat'
The following object is masked from 'package:pkgnet':
SummaryReporter
── 1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.R#19)
pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
1: CreatePackageReport(pkg_name = "baseballstats", report_path = testReportPath) at testthat/test-CreatePackageReport.R:19
2: .RenderPackageReport(report_path = report_path, pkg_reporters = builtReporters, pkg_name = pkg_name)
3: rmarkdown::render(system.file(file.path("package_report", "package_report.Rmd"),
package = "pkgnet"), output_file = report_path, quiet = TRUE, params = list(reporters = pkg_reporters,
pkg_name = pkg_name))
4: pandoc_available(required_pandoc, error = TRUE)
5: stop(paste(msg, collapse = " "), call. = FALSE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 47 SKIPPED: 0 FAILED: 1
1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.R#19)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 60-95 (pkgnet-intro.Rmd)
Error: processing vignette 'pkgnet-intro.Rmd' failed with diagnostics:
there is no package called 'webshot'
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Note that you would never run this file directly. This is used by tools::testInstallPackages()
> # and other packages like covr.
> # To actually run the tests, you need to set the working directory then run
> # devtools::test('pkgnet')
>
> # This line ensures that R CMD check can run tests.
> # See https://github.com/hadley/testthat/issues/144
> Sys.setenv("R_TESTS" = "")
>
> library(pkgnet)
>
> # Install Fake Packages - For local testing if not already installed
> devtools::install_local(system.file('baseballstats',package="pkgnet"),force=TRUE)
Installing baseballstats
'/home/hornik/tmp/R.check/r-release-gcc/Work/build/bin/R' --no-site-file \
--no-environ --no-save --no-restore --quiet CMD INSTALL \
'/tmp/RtmpDPG5Qv/file539997e356c/baseballstats' \
--library='/tmp/RtmpzMThRj/RLIBS_5be45df2e86c' --install-tests
* installing *source* package ‘baseballstats’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (baseballstats)
> devtools::install_local(system.file('sartre',package="pkgnet"),force=TRUE)
Installing sartre
'/home/hornik/tmp/R.check/r-release-gcc/Work/build/bin/R' --no-site-file \
--no-environ --no-save --no-restore --quiet CMD INSTALL \
'/tmp/RtmpDPG5Qv/file53995c032b87/sartre' \
--library='/tmp/RtmpzMThRj/RLIBS_5be45df2e86c' --install-tests
* installing *source* package ‘sartre’ ...
** R
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (sartre)
>
> testthat::test_check('pkgnet')
Attaching package: 'testthat'
The following object is masked from 'package:pkgnet':
SummaryReporter
── 1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.
cannot open the connection
1: CreatePackageReport(pkg_name = "baseballstats", report_path = testReportPath) at testthat/test-CreatePackageReport.R:19
2: .RenderPackageReport(report_path = report_path, pkg_reporters = builtReporters,
pkg_name = pkg_name)
3: rmarkdown::render(system.file(file.path("package_report", "package_report.Rmd"),
package = "pkgnet"), output_file = report_path, quiet = TRUE, params = list(reporters = pkg_reporters,
pkg_name = pkg_name))
4: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet, encoding = encoding)
5: writeLines(if (encoding == "") res else native_encode(res, to = encoding), con = output,
useBytes = encoding != "")
6: file(con, "w")
══ testthat results ═══════════════════════════════════════════════════════════
OK: 48 SKIPPED: 0 FAILED: 1
1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.R#19)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/39s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
1: CreatePackageReport(pkg_name = "baseballstats", report_path = testReportPath) at testthat/test-CreatePackageReport.R:19
2: .RenderPackageReport(report_path = report_path, pkg_reporters = builtReporters, pkg_name = pkg_name)
3: rmarkdown::render(system.file(file.path("package_report", "package_report.Rmd"),
package = "pkgnet"), output_file = report_path, quiet = TRUE, params = list(reporters = pkg_reporters,
pkg_name = pkg_name))
4: pandoc_available(required_pandoc, error = TRUE)
5: stop(paste(msg, collapse = " "), call. = FALSE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 47 SKIPPED: 0 FAILED: 1
1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.R#19)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
Quitting from lines 60-95 (pkgnet-intro.Rmd)
Error: processing vignette 'pkgnet-intro.Rmd' failed with diagnostics:
cannot open the connection
Execution halted
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
1: CreatePackageReport(pkg_name = "baseballstats", report_path = testReportPath) at testthat/test-CreatePackageReport.R:19
2: .RenderPackageReport(report_path = report_path, pkg_reporters = builtReporters, pkg_name = pkg_name)
3: rmarkdown::render(system.file(file.path("package_report", "package_report.Rmd"),
package = "pkgnet"), output_file = report_path, quiet = TRUE, params = list(reporters = pkg_reporters,
pkg_name = pkg_name))
4: pandoc_available(required_pandoc, error = TRUE)
5: stop(paste(msg, collapse = " "), call. = FALSE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 47 SKIPPED: 0 FAILED: 1
1. Error: Test that CreatePackageReport Runs (@test-CreatePackageReport.R#19)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-osx-x86_64