Last updated on 2020-09-04 04:55:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.6 | 2.52 | 25.80 | 28.32 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.6.6 | 2.00 | 20.62 | 22.62 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.6.6 | 44.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.6 | 34.91 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.6.6 | 6.00 | 36.00 | 42.00 | NOTE | |
r-patched-linux-x86_64 | 0.6.6 | 2.52 | 25.96 | 28.48 | NOTE | |
r-patched-solaris-x86 | 0.6.6 | 53.30 | NOTE | |||
r-release-linux-x86_64 | 0.6.6 | 2.66 | 26.39 | 29.05 | NOTE | |
r-release-macos-x86_64 | 0.6.6 | ERROR | ||||
r-release-windows-ix86+x86_64 | 0.6.6 | 6.00 | 37.00 | 43.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.6.6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.6.6 | 3.00 | 44.00 | 47.00 | OK |
Version: 0.6.6
Check: package vignettes
Result: NOTE
Package vignette with placeholder title 'Vignette Title':
'rcreds.Rmd'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64
Version: 0.6.6
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘stats’ ‘utils’
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-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.6.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Clearing default rcreds db folder, which was previously set to '/Volumes/Temp/tmp/RtmpI4Qnup/.rcreds/db_credential_files'
Setting the default rcreds db folder to '/Volumes/Temp/tmp/RtmpI4Qnup/db/some/sub/folder'
Setting the default rcreds db folder to '/Volumes/Temp/tmp/RtmpI4Qnup/db/some/sub/folder/with_slash/'
Clearing default rcreds folder, which was previously not set
Clearing default rcreds folder, which was previously not set
Setting the default rcreds folder to '/Volumes/Temp/tmp/RtmpI4Qnup/credentials/some/sub/folder'
Setting the default rcreds folder to '/Volumes/Temp/tmp/RtmpI4Qnup/credentials/some/sub/folder/with_slash/'
Folder does not exist. Creating it.
Setting the default rcreds folder to '/Volumes/Temp/tmp/RtmpI4Qnup/testing/default'
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 121 | SKIPPED: 0 | WARNINGS: 1 | FAILED: 1 ]
1. Failure: Checking Overwriting Abilities (@test-TODOs.R#54)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.6.6
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rcreds)
>
> test_check("rcreds")
Will set (and possible create) three subfolders in the parent_folder
D:\temp\Rtmpkt9GL8
|- /db_credential_files/
|- /credential_files/
|- /key_files/
-- 1. Failure: Checking Overwriting Abilities (@test-TODOs.R#54) --------------
`read_credentials_from_file()` threw an error with unexpected message.
Expected match: "^Could not decrypt the file. This is probably due to the wrong key being used."
Actual message: "Parsing the text failed with the following error:\n\nError : \n"
Backtrace:
1. testthat::expect_error(read_credentials_from_file(), "^Could not decrypt the file. This is probably due to the wrong key being used.")
6. rcreds::read_credentials_from_file()
Setting the default rcreds folder to 'D:\temp\Rtmpkt9GL8'
Will set (and possible create) three subfolders in the parent_folder
D:\temp\Rtmpkt9GL8/.rcreds
|- /db_credential_files/
|- /credential_files/
|- /key_files/
Key File did not exist and was created in 'D:\temp\Rtmpkt9GL8/.rcreds/key_files/.crypt_key.rds'
Will set (and possible create) three subfolders in the parent_folder
D:\temp\Rtmpkt9GL8/.rcreds
|- /db_credential_files/
|- /credential_files/
|- /key_files/
Clearing default rcreds_key_folder, which was previously set to 'D:\temp\Rtmpkt9GL8/.rcreds/key_files'
Setting the default rcreds key folder to 'D:\temp\Rtmpkt9GL8/keys/some/sub/folder'
Setting the default rcreds key folder to 'D:\temp\Rtmpkt9GL8/keys/some/sub/folder/with_slash'
Clearing default rcreds folder, which was previously set to 'D:\temp\Rtmpkt9GL8/.rcreds/credential_files'
Clearing default rcreds db folder, which was previously set to 'D:\temp\Rtmpkt9GL8/.rcreds/db_credential_files'
Setting the default rcreds db folder to 'D:\temp\Rtmpkt9GL8/db/some/sub/folder'
Setting the default rcreds db folder to 'D:\temp\Rtmpkt9GL8/db/some/sub/folder/with_slash'
Clearing default rcreds folder, which was previously not set
Clearing default rcreds folder, which was previously not set
Setting the default rcreds folder to 'D:\temp\Rtmpkt9GL8/credentials/some/sub/folder'
Setting the default rcreds folder to 'D:\temp\Rtmpkt9GL8/credentials/some/sub/folder/with_slash'
Folder does not exist. Creating it.
Setting the default rcreds folder to 'D:\temp\Rtmpkt9GL8/testing/default'
== testthat results ===========================================================
[ OK: 121 | SKIPPED: 0 | WARNINGS: 1 | FAILED: 1 ]
1. Failure: Checking Overwriting Abilities (@test-TODOs.R#54)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-windows-ix86+x86_64