Last updated on 2025-02-16 09:50:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 6.45 | 97.72 | 104.17 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 4.68 | 73.78 | 78.46 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 173.42 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 195.22 | ERROR | |||
r-devel-macos-arm64 | 0.3.1 | 72.00 | OK | |||
r-devel-macos-x86_64 | 0.3.1 | 96.00 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 9.00 | 162.00 | 171.00 | ERROR | |
r-patched-linux-x86_64 | 0.3.1 | 6.76 | 91.82 | 98.58 | ERROR | |
r-release-linux-x86_64 | 0.3.1 | 6.66 | 91.56 | 98.22 | ERROR | |
r-release-macos-arm64 | 0.3.1 | 73.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 90.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 10.00 | 161.00 | 171.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 61.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 121.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 10.00 | 177.00 | 187.00 | ERROR |
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/37s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(logrx)
>
> test_check("logrx")
[1] "hello logrx"
hello logrx
this is outputhello logrx
this is outputhello logrx
this is outputhello logrx
this is output
processing file: ex1.Rmd
[1] "print"
output file: ex1.knit.md
/usr/bin/pandoc +RTS -K512m -RTS ex1.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output ex1.html --lua-filter /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rmarkdown/rmarkdown/lua/latex-div.lua --lua-filter /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rmarkdown/rmarkdown/lua/table-classes.lua --embed-resources --standalone --variable bs3=TRUE --section-divs --template /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /home/hornik/tmp/scratch/RtmpLfGQpa/rmarkdown-str23262f11bed472.html
Output created: ex1.html
Warning in for (pkg in package) { :
closing unused connection 4 (/home/hornik/tmp/scratch/RtmpLfGQpa/log_out_nested.Rds)
processing file: ref/ex1.Rmd
output file: /home/hornik/tmp/scratch/RtmpLfGQpa/file23262f44ebf2ce.R
Rows: 3
Columns: 2
$ cyl <dbl> 4, 6, 8
$ mean <dbl> 26.66364, 19.74286, 15.10000
[1] "hello logrx"
Error: ref/ex4.R:5:0: unexpected end of input
3:
4: print("hello logrx"
^
[1] 1
[1] 1
processing file: ref/ex1.Rmd
output file: /home/hornik/tmp/scratch/RtmpLfGQpa/file23262f4f09ae30.R
[1] "print"
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
[1] "hello logrx"
hello logrx
this is outputhello again logrx
this is outputhello logrx
this is output[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] 1
[1] 1
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get.R:191:4'): library lint returns expected result when multiple linters are set ──
write_lint_results() (`actual`) not identical to `expected` (`expected`).
lines(actual)[1:6] vs lines(expected)[1:6]
"Line 6 [library_call_linter] Move all library calls to the top of the script."
""
- "Line 8 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 8 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
── Failure ('test-writer.R:196:4'): write_lint_results will return a formatted lint results element ──
write_lint_results() (`actual`) not identical to paste0(...) (`expected`).
lines(actual)[1:10] vs lines(expected)[1:10]
- "Line 3 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 3 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
"can create an environment at the desired scope with new.env()."
""
- "Line 4 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 4 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [21s/33s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(logrx)
>
> test_check("logrx")
[1] "hello logrx"
hello logrx
this is outputhello logrx
this is outputhello logrx
this is outputhello logrx
this is output
processing file: ex1.Rmd
[1] "print"
output file: ex1.knit.md
/usr/bin/pandoc +RTS -K512m -RTS ex1.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output ex1.html --lua-filter /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/latex-div.lua --lua-filter /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/table-classes.lua --embed-resources --standalone --variable bs3=TRUE --section-divs --template /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/RtmpBtEDNg/rmarkdown-str30ddd042806b5.html
Output created: ex1.html
Warning in for (pkg in package) { :
closing unused connection 4 (/tmp/RtmpBtEDNg/log_out_nested.Rds)
processing file: ref/ex1.Rmd
output file: /tmp/RtmpBtEDNg/file30ddd049c89164.R
Rows: 3
Columns: 2
$ cyl <dbl> 4, 6, 8
$ mean <dbl> 26.66364, 19.74286, 15.10000
[1] "hello logrx"
Error: ref/ex4.R:5:0: unexpected end of input
3:
4: print("hello logrx"
^
[1] 1
[1] 1
processing file: ref/ex1.Rmd
output file: /tmp/RtmpBtEDNg/file30ddd04d83fbcd.R
[1] "print"
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
[1] "hello logrx"
hello logrx
this is outputhello again logrx
this is outputhello logrx
this is output[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] 1
[1] 1
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get.R:191:4'): library lint returns expected result when multiple linters are set ──
write_lint_results() (`actual`) not identical to `expected` (`expected`).
lines(actual)[1:6] vs lines(expected)[1:6]
"Line 6 [library_call_linter] Move all library calls to the top of the script."
""
- "Line 8 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 8 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
── Failure ('test-writer.R:196:4'): write_lint_results will return a formatted lint results element ──
write_lint_results() (`actual`) not identical to paste0(...) (`expected`).
lines(actual)[1:10] vs lines(expected)[1:10]
- "Line 3 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 3 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
"can create an environment at the desired scope with new.env()."
""
- "Line 4 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 4 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [47s/113s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(logrx)
>
> test_check("logrx")
[1] "hello logrx"
hello logrx
this is outputhello logrx
this is outputhello logrx
this is outputhello logrx
this is output
processing file: ex1.Rmd
[1] "print"
output file: ex1.knit.md
/data/gannet/ripley/bin/pandoc +RTS -K512m -RTS ex1.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output ex1.html --lua-filter /data/gannet/ripley/R/test-clang/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /data/gannet/ripley/R/test-clang/rmarkdown/rmarkdown/lua/latex-div.lua --lua-filter /data/gannet/ripley/R/test-clang/rmarkdown/rmarkdown/lua/table-classes.lua --embed-resources --standalone --variable bs3=TRUE --section-divs --template /data/gannet/ripley/R/test-clang/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/RtmphThpSf/working_dir/RtmpN5fU2H/rmarkdown-str26b8605843bbfd.html
Output created: ex1.html
Warning in for (i in 1L:d2) { :
closing unused connection 4 (/tmp/RtmphThpSf/working_dir/RtmpN5fU2H/log_out_nested.Rds)
processing file: ref/ex1.Rmd
output file: /tmp/RtmphThpSf/working_dir/RtmpN5fU2H/file26b860741ce001.R
Rows: 3
Columns: 2
$ cyl <dbl> 4, 6, 8
$ mean <dbl> 26.66364, 19.74286, 15.10000
[1] "hello logrx"
Error: ref/ex4.R:5:0: unexpected end of input
3:
4: print("hello logrx"
^
[1] 1
[1] 1
processing file: ref/ex1.Rmd
output file: /tmp/RtmphThpSf/working_dir/RtmpN5fU2H/file26b8601dd04b64.R
[1] "print"
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
[1] "hello logrx"
hello logrx
this is outputhello again logrx
this is outputhello logrx
this is output[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] 1
[1] 1
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get.R:191:4'): library lint returns expected result when multiple linters are set ──
write_lint_results() (`actual`) not identical to `expected` (`expected`).
lines(actual)[1:6] vs lines(expected)[1:6]
"Line 6 [library_call_linter] Move all library calls to the top of the script."
""
- "Line 8 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 8 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
── Failure ('test-writer.R:196:4'): write_lint_results will return a formatted lint results element ──
write_lint_results() (`actual`) not identical to paste0(...) (`expected`).
lines(actual)[1:10] vs lines(expected)[1:10]
- "Line 3 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 3 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
"can create an environment at the desired scope with new.env()."
""
- "Line 4 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 4 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [52s/265s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(logrx)
>
> test_check("logrx")
[1] "hello logrx"
hello logrx
this is outputhello logrx
this is outputhello logrx
this is outputhello logrx
this is output
processing file: ex1.Rmd
[1] "print"
output file: ex1.knit.md
/data/gannet/ripley/bin/pandoc +RTS -K512m -RTS ex1.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output ex1.html --lua-filter /data/gannet/ripley/R/test-dev/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /data/gannet/ripley/R/test-dev/rmarkdown/rmarkdown/lua/latex-div.lua --lua-filter /data/gannet/ripley/R/test-dev/rmarkdown/rmarkdown/lua/table-classes.lua --embed-resources --standalone --variable bs3=TRUE --section-divs --template /data/gannet/ripley/R/test-dev/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/Rtmp1h6XQd/working_dir/Rtmpm9gxhW/rmarkdown-str2c12a2797e06fb.html
Output created: ex1.html
Warning in for (lib in lib.loc %||% .libPaths()) if (file.access(file.path(lib, :
closing unused connection 4 (/tmp/Rtmp1h6XQd/working_dir/Rtmpm9gxhW/log_out_nested.Rds)
processing file: ref/ex1.Rmd
output file: /tmp/Rtmp1h6XQd/working_dir/Rtmpm9gxhW/file2c12a2382aaa52.R
Rows: 3
Columns: 2
$ cyl <dbl> 4, 6, 8
$ mean <dbl> 26.66364, 19.74286, 15.10000
[1] "hello logrx"
Error: ref/ex4.R:5:0: unexpected end of input
3:
4: print("hello logrx"
^
[1] 1
[1] 1
processing file: ref/ex1.Rmd
output file: /tmp/Rtmp1h6XQd/working_dir/Rtmpm9gxhW/file2c12a2b6e1af1.R
[1] "print"
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
[1] "hello logrx"
hello logrx
this is outputhello again logrx
this is outputhello logrx
this is output[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] 1
[1] 1
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get.R:191:4'): library lint returns expected result when multiple linters are set ──
write_lint_results() (`actual`) not identical to `expected` (`expected`).
lines(actual)[1:6] vs lines(expected)[1:6]
"Line 6 [library_call_linter] Move all library calls to the top of the script."
""
- "Line 8 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 8 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
── Failure ('test-writer.R:196:4'): write_lint_results will return a formatted lint results element ──
write_lint_results() (`actual`) not identical to paste0(...) (`expected`).
lines(actual)[1:10] vs lines(expected)[1:10]
- "Line 3 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 3 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
"can create an environment at the desired scope with new.env()."
""
- "Line 4 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 4 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [57s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(logrx)
>
> test_check("logrx")
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c2d805142". Did you mean command "remove"?
[1] "hello logrx"
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c33104d20". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c474f53e3". Did you mean command "remove"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81ca8643de". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c6c51bc8". Did you mean command "remove"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c682755ac". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c38371a5b". Did you mean command "remove"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c2fdb34ab". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c791d4e71". Did you mean command "remove"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c779c3bc9". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c67234ff7". Did you mean command "remove"?
Warning in for (ns in list(...)) namespaceImportFrom(self, asNamespace(ns), :
closing unused connection 4 (D:\temp\2025_02_15_01_50_01_12291\RtmpKCWqho/log_out_nested.Rds)
processing file: ex1.Rmd
[1] "print"
output file: ex1.knit.md
"C:/PROGRA~1/Pandoc/pandoc" +RTS -K512m -RTS ex1.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output ex1.html --lua-filter "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmarkdown\lua\latex-div.lua" --embed-resources --standalone --variable bs3=TRUE --section-divs --template "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable "mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --include-in-header "D:\temp\2025_02_15_01_50_01_12291\RtmpKCWqho\rmarkdown-stre81c3e174a4.html"
Output created: ex1.html
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c72092dfc". Did you mean command "remove"?
processing file: ref/ex1.Rmd
output file: D:\temp\2025_02_15_01_50_01_12291\RtmpKCWqho\filee81c342d3033.R
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c3659c18". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c5d7a1b28". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c3b3b5ec4". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c13fc748a". Did you mean command "remove"?
Rows: 3
Columns: 2
$ cyl <dbl> 4, 6, 8
$ mean <dbl> 26.66364, 19.74286, 15.10000
[1] "hello logrx"
Error: ref/ex4.R:5:0: unexpected end of input
3:
4: print("hello logrx"
^
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c32955945". Did you mean command "remove"?
[1] 1
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c392350ae". Did you mean command "remove"?
[1] 1
processing file: ref/ex1.Rmd
output file: D:\temp\2025_02_15_01_50_01_12291\RtmpKCWqho\filee81c3d3a724d.R
[1] "print"
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c779e1b9a". Did you mean command "remove"?
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c11a6742f". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c38463e5c". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c2176713d". Did you mean command "remove"?
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c2a5f7c56". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c5c643242". Did you mean command "remove"?
[1] "hello logrx"
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c3ff2725a". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c370b3d9e". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81ca9472d8". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c1ed621ff". Did you mean command "remove"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c6451462". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c4e5630". Did you mean command "remove"?
hello again logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c64ba79e0". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c76aa4763". Did you mean command "remove"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c1c221058". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c136c4744". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c725b1e61". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c1e1f5368". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c1a8e727b". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c33a86806". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c2f75101a". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c64bf241b". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c2b9564a8". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c2ea0524". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c26761d3c". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c2647604". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81ca6e6f83". Did you mean command "remove"?
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c721d7705". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c323c6007". Did you mean command "remove"?
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c466c3325". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c350426b". Did you mean command "remove"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c79445c6f". Did you mean command "remove"?
[1] 1
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c37284203". Did you mean command "remove"?
[1] 1
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_15_01_50_01_12291/RtmpKCWqho/filee81c1810d8c". Did you mean command "remove"?
[ FAIL 2 | WARN 61 | SKIP 0 | PASS 113 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get.R:191:4'): library lint returns expected result when multiple linters are set ──
write_lint_results() (`actual`) not identical to `expected` (`expected`).
lines(actual)[1:6] vs lines(expected)[1:6]
"Line 6 [library_call_linter] Move all library calls to the top of the script."
""
- "Line 8 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 8 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
── Failure ('test-writer.R:196:4'): write_lint_results will return a formatted lint results element ──
write_lint_results() (`actual`) not identical to paste0(...) (`expected`).
lines(actual)[1:10] vs lines(expected)[1:10]
- "Line 3 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 3 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
"can create an environment at the desired scope with new.env()."
""
- "Line 4 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 4 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
[ FAIL 2 | WARN 61 | SKIP 0 | PASS 113 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/38s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(logrx)
>
> test_check("logrx")
[1] "hello logrx"
hello logrx
this is outputhello logrx
this is outputhello logrx
this is outputhello logrx
this is outputWarning in for (nme in names(lhs)) { :
closing unused connection 4 (/home/hornik/tmp/scratch/Rtmprrxtg5/log_out_nested.Rds)
processing file: ex1.Rmd
[1] "print"
output file: ex1.knit.md
/usr/bin/pandoc +RTS -K512m -RTS ex1.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output ex1.html --lua-filter /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/latex-div.lua --lua-filter /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/table-classes.lua --embed-resources --standalone --variable bs3=TRUE --section-divs --template /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /home/hornik/tmp/scratch/Rtmprrxtg5/rmarkdown-str1da17335c5f9af.html
Output created: ex1.html
processing file: ref/ex1.Rmd
output file: /home/hornik/tmp/scratch/Rtmprrxtg5/file1da17361528dcf.R
Rows: 3
Columns: 2
$ cyl <dbl> 4, 6, 8
$ mean <dbl> 26.66364, 19.74286, 15.10000
[1] "hello logrx"
Error: ref/ex4.R:5:0: unexpected end of input
3:
4: print("hello logrx"
^
[1] 1
[1] 1
processing file: ref/ex1.Rmd
output file: /home/hornik/tmp/scratch/Rtmprrxtg5/file1da1732131d99c.R
[1] "print"
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
[1] "hello logrx"
hello logrx
this is outputhello again logrx
this is outputhello logrx
this is output[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] 1
[1] 1
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get.R:191:4'): library lint returns expected result when multiple linters are set ──
write_lint_results() (`actual`) not identical to `expected` (`expected`).
lines(actual)[1:6] vs lines(expected)[1:6]
"Line 6 [library_call_linter] Move all library calls to the top of the script."
""
- "Line 8 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 8 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
── Failure ('test-writer.R:196:4'): write_lint_results will return a formatted lint results element ──
write_lint_results() (`actual`) not identical to paste0(...) (`expected`).
lines(actual)[1:10] vs lines(expected)[1:10]
- "Line 3 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 3 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
"can create an environment at the desired scope with new.env()."
""
- "Line 4 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 4 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/40s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(logrx)
>
> test_check("logrx")
[1] "hello logrx"
hello logrx
this is outputhello logrx
this is outputhello logrx
this is outputhello logrx
this is output
processing file: ex1.Rmd
[1] "print"
output file: ex1.knit.md
/usr/bin/pandoc +RTS -K512m -RTS ex1.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output ex1.html --lua-filter /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/latex-div.lua --lua-filter /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/table-classes.lua --embed-resources --standalone --variable bs3=TRUE --section-divs --template /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /home/hornik/tmp/scratch/RtmpWDqlsJ/rmarkdown-str1b658b73f905f0.html
Output created: ex1.html
processing file: ref/ex1.Rmd
output file: /home/hornik/tmp/scratch/RtmpWDqlsJ/file1b658b2abe1ba.R
Rows: 3
Columns: 2
$ cyl <dbl> 4, 6, 8
$ mean <dbl> 26.66364, 19.74286, 15.10000
[1] "hello logrx"
Error: ref/ex4.R:5:0: unexpected end of input
3:
4: print("hello logrx"
^
[1] 1
[1] 1
processing file: ref/ex1.Rmd
output file: /home/hornik/tmp/scratch/RtmpWDqlsJ/file1b658b59865b1.R
[1] "print"
Warning in for (i in seq_along(cenv$extra)) { :
closing unused connection 4 (/home/hornik/tmp/scratch/RtmpWDqlsJ/log_out_nested.Rds)
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
[1] "hello logrx"
hello logrx
this is outputhello again logrx
this is outputhello logrx
this is output[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
[1] 1
[1] 1
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get.R:191:4'): library lint returns expected result when multiple linters are set ──
write_lint_results() (`actual`) not identical to `expected` (`expected`).
lines(actual)[1:6] vs lines(expected)[1:6]
"Line 6 [library_call_linter] Move all library calls to the top of the script."
""
- "Line 8 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 8 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
── Failure ('test-writer.R:196:4'): write_lint_results will return a formatted lint results element ──
write_lint_results() (`actual`) not identical to paste0(...) (`expected`).
lines(actual)[1:10] vs lines(expected)[1:10]
- "Line 3 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 3 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
"can create an environment at the desired scope with new.env()."
""
- "Line 4 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 4 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
[ FAIL 2 | WARN 9 | SKIP 0 | PASS 113 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [65s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(logrx)
>
> test_check("logrx")
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30190370cf". Did you mean command "preview"?
[1] "hello logrx"
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30799554f8". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3063934adb". Did you mean command "preview"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30542d42e5". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3042142cd9". Did you mean command "preview"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3046e823a8". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3065807d48". Did you mean command "preview"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb306ba16251". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3022772b89". Did you mean command "preview"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3094fb3e". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb306fd71be4". Did you mean command "preview"?
Warning in for (i in seq_len(n)) { :
closing unused connection 4 (D:\temp\2025_02_14_01_50_00_25053\RtmpQv4Qyl/log_out_nested.Rds)
processing file: ex1.Rmd
[1] "print"
output file: ex1.knit.md
"C:/PROGRA~1/Pandoc/pandoc" +RTS -K512m -RTS ex1.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output ex1.html --lua-filter "D:\RCompile\CRANpkg\lib\4.3\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "D:\RCompile\CRANpkg\lib\4.3\rmarkdown\rmarkdown\lua\latex-div.lua" --self-contained --variable bs3=TRUE --section-divs --template "D:\RCompile\CRANpkg\lib\4.3\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable "mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --include-in-header "D:\temp\2025_02_14_01_50_00_25053\RtmpQv4Qyl\rmarkdown-strcb303be81f3f.html"
Output created: ex1.html
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb308887c71". Did you mean command "preview"?
processing file: ref/ex1.Rmd
output file: D:\temp\2025_02_14_01_50_00_25053\RtmpQv4Qyl\filecb30145928e7.R
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30156948e7". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30746e5c05". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3033ed1157". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb306da63d48". Did you mean command "preview"?
Rows: 3
Columns: 2
$ cyl <dbl> 4, 6, 8
$ mean <dbl> 26.66364, 19.74286, 15.10000
[1] "hello logrx"
Error: ref/ex4.R:5:0: unexpected end of input
3:
4: print("hello logrx"
^
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb304757746a". Did you mean command "preview"?
[1] 1
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb308db2719". Did you mean command "preview"?
[1] 1
processing file: ref/ex1.Rmd
output file: D:\temp\2025_02_14_01_50_00_25053\RtmpQv4Qyl\filecb30357646ef.R
[1] "print"
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb301fca73ec". Did you mean command "preview"?
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3024ab603d". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3025887488". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb303e8f1902". Did you mean command "preview"?
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb303d585090". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb303475261". Did you mean command "preview"?
[1] "hello logrx"
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3018f85ba7". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30cdf500c". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb309c84723". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb302f5ead". Did you mean command "preview"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30148673bf". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3076354139". Did you mean command "preview"?
hello again logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3013146d0". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3068b15fc". Did you mean command "preview"?
hello logrx
this is outputERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb307ac93263". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb305f246872". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3039882714". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30513c1aca". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb301ebe150b". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30678d62a5". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3055ad1e4f". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3024336298". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3055474765". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3014a71deb". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3076233cb7". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3067cb34a7". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3075c374ec". Did you mean command "preview"?
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3031347f4d". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb303fcded7". Did you mean command "preview"?
[1] "log print"
[1] "log print 2"
log catlog cat 2log inform
log inform 2
log message
log message 2
Error: log error
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30698d7377". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30953536". Did you mean command "preview"?
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3010737719". Did you mean command "preview"?
[1] 1
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb30455409c". Did you mean command "preview"?
[1] 1
ERROR: Unknown command "TMPDIR=D:/temp/2025_02_14_01_50_00_25053/RtmpQv4Qyl/filecb3038a61373". Did you mean command "preview"?
[ FAIL 2 | WARN 61 | SKIP 0 | PASS 113 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get.R:191:4'): library lint returns expected result when multiple linters are set ──
write_lint_results() (`actual`) not identical to `expected` (`expected`).
lines(actual)[1:6] vs lines(expected)[1:6]
"Line 6 [library_call_linter] Move all library calls to the top of the script."
""
- "Line 8 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 8 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
── Failure ('test-writer.R:196:4'): write_lint_results will return a formatted lint results element ──
write_lint_results() (`actual`) not identical to paste0(...) (`expected`).
lines(actual)[1:10] vs lines(expected)[1:10]
- "Line 3 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 3 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
"can create an environment at the desired scope with new.env()."
""
- "Line 4 [undesirable_operator_linter] Avoid undesirable operator `<<-`. It"
+ "Line 4 [undesirable_operator_linter] Operator `<<-` is undesirable. It"
"assigns outside the current environment in a way that can be hard to reason"
"about. Prefer fully-encapsulated functions wherever possible, or, if"
"necessary, assign to a specific environment with assign(). Recall that you"
[ FAIL 2 | WARN 61 | SKIP 0 | PASS 113 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64