Last updated on 2024-09-13 15:49:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.0 | 3.06 | 43.08 | 46.14 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.0 | 2.58 | 30.87 | 33.45 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.0 | 40.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 83.82 | OK | |||
r-devel-windows-x86_64 | 0.7.0 | 6.00 | 83.00 | 89.00 | OK | |
r-patched-linux-x86_64 | 0.7.0 | 5.71 | 41.30 | 47.01 | OK | |
r-release-linux-x86_64 | 0.7.0 | 2.66 | 41.30 | 43.96 | OK | |
r-release-macos-arm64 | 0.7.0 | 35.00 | OK | |||
r-release-macos-x86_64 | 0.7.0 | 74.00 | OK | |||
r-release-windows-x86_64 | 0.7.0 | 7.00 | 81.00 | 88.00 | OK | |
r-oldrel-macos-arm64 | 0.7.0 | 39.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.7.0 | 64.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.7.0 | 6.00 | 86.00 | 92.00 | OK |
Version: 0.7.0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘data_management.Rmd’
...
+ eval = FALSE)
> library(vvtableau)
> tableau <- authenticate_server(server = "https://tableau.server.com",
+ username = "your_username", password = "your_password")
When sourcing ‘data_management.R’:
Error: unused argument (server = "https://tableau.server.com")
Execution halted
when running code in ‘download_filtered_views.Rmd’
...
+ eval = FALSE)
> library(vvtableau)
> tableau <- authenticate_server(server = "https://tableau.server.com",
+ username = "your_username", password = "your_password")
When sourcing ‘download_filtered_views.R’:
Error: unused argument (server = "https://tableau.server.com")
Execution halted
when running code in ‘getting_started.Rmd’
...
+ comment = "#>")
> library(vvtableau)
> tableau <- authenticate_server(server = "https://tableau.server.com",
+ username = "your_username", password = "your_password")
When sourcing ‘getting_started.R’:
Error: unused argument (server = "https://tableau.server.com")
Execution halted
when running code in ‘user_management.Rmd’
...
+ eval = FALSE)
> library(vvtableau)
> tableau <- authenticate_server(server = "https://tableau.server.com",
+ username = "your_username", password = "your_password")
When sourcing ‘user_management.R’:
Error: unused argument (server = "https://tableau.server.com")
Execution halted
‘data_management.Rmd’ using ‘UTF-8’... failed
‘download_filtered_views.Rmd’ using ‘UTF-8’... failed
‘getting_started.Rmd’ using ‘UTF-8’... failed
‘user_management.Rmd’ using ‘UTF-8’... failed
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64