Last updated on 2021-04-16 22:51:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 4.90 | 42.11 | 47.01 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 4.11 | 32.89 | 37.00 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 67.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 57.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.4 | 10.00 | 66.00 | 76.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 0.1.4 | NOTE | ||||
r-patched-linux-x86_64 | 0.1.4 | 4.66 | 39.98 | 44.64 | OK | |
r-patched-solaris-x86 | 0.1.4 | 85.80 | NOTE | |||
r-release-linux-x86_64 | 0.1.4 | 4.87 | 39.94 | 44.81 | OK | |
r-release-macos-x86_64 | 0.1.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.4 | 16.00 | 70.00 | 86.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.4 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.4 | 5.00 | 59.00 | 64.00 | ERROR |
Version: 0.1.4
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-x86_64-gcc10-UCRT
Version: 0.1.4
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘RSQLite’ ‘knitr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Error: 'nchar()' requires a character vector
Backtrace:
█
1. └─rsql$gen_update("mtcars", values = update_values, where_values = where_values_df) test_sql_lib.R:138:4
2. └─RSQL:::sql_gen_update(...)
3. └─RSQL::stuff_df_quoted(text.df = values.df)
4. └─base::sapply(text.df[i, ], FUN = rm_quotes)
5. └─base::lapply(X = X, FUN = FUN, ...)
6. └─RSQL:::FUN(X[[i]], ...)
7. └─base::substr(text, nchar(text), nchar(text))
[ FAIL 1 | WARN 7 | SKIP 0 | PASS 20 ]
Finalizing object and disconnecting
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(DBI)
> library(RSQLite)
> library(RSQL)
> library(lgr)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> log.levels <- lgr::get_log_levels()
>
> lgr$set_threshold(log.levels["debug"])
>
>
>
> test_check("RSQL")
Finalizing object and disconnecting
== Failed tests ================================================================
-- Error (test_sql_lib.R:138:5): sql_lib select, insert, update and delete with dataframe and stuffed apostrophe --
Error: 'nchar()' requires a character vector
Backtrace:
x
1. \-rsql$gen_update("mtcars", values = update_values, where_values = where_values_df) test_sql_lib.R:138:4
2. \-RSQL:::sql_gen_update(...)
3. \-RSQL::stuff_df_quoted(text.df = values.df)
4. \-base::sapply(text.df[i, ], FUN = rm_quotes)
5. \-base::lapply(X = X, FUN = FUN, ...)
6. \-RSQL:::FUN(X[[i]], ...)
7. \-base::substr(text, nchar(text), nchar(text))
[ FAIL 1 | WARN 7 | SKIP 0 | PASS 20 ]
Error: Test failures
Execution halted
Finalizing object and disconnecting
Flavor: r-oldrel-windows-ix86+x86_64