Last updated on 2024-09-16 07:49:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.11.0 | 6.82 | 53.38 | 60.20 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.11.0 | 4.87 | 39.51 | 44.38 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.11.0 | 99.52 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.11.0 | 107.50 | OK | |||
r-devel-windows-x86_64 | 2.11.0 | 8.00 | 76.00 | 84.00 | OK | |
r-patched-linux-x86_64 | 2.11.0 | 7.33 | 51.19 | 58.52 | OK | |
r-release-linux-x86_64 | 2.11.0 | 5.74 | 51.53 | 57.27 | OK | |
r-release-macos-arm64 | 2.11.0 | 72.00 | OK | |||
r-release-macos-x86_64 | 2.11.0 | 129.00 | OK | |||
r-release-windows-x86_64 | 2.11.0 | 8.00 | 77.00 | 85.00 | OK | |
r-oldrel-macos-arm64 | 2.11.0 | 70.00 | FAIL | |||
r-oldrel-macos-x86_64 | 2.11.0 | 91.00 | ERROR | |||
r-oldrel-windows-x86_64 | 2.11.0 | 11.00 | 85.00 | 96.00 | OK |
Version: 2.11.0
Check: R code for possible problems
Result: FAIL
Flavor: r-oldrel-macos-arm64
Version: 2.11.0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘rfacebookstat-authorization.Rmd’
...
...Set rfacebookstat access_token: none
...Set Facebook Marketing API Version: v20.0
> library(rfacebookstat)
> fbAuth()
When sourcing ‘rfacebookstat-authorization.R’:
Error: File /private/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T/RtmpRRjCJ7/file8d666bfdb9df/vignettes/.rfb_auth.rds dont find, run fbAuth in interactive mode for authorization.
Execution halted
when running code in ‘rfacebookstat-cost-data.Rmd’
...
> library(googleAnalyticsR)
> options(rfacebookstat.username = "your_facebook_username")
> fbAuth()
When sourcing ‘rfacebookstat-cost-data.R’:
Error: File /private/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T/RtmpZgOF6d/file8d7247389f11/vignettes/your_facebook_username.rfb_auth.rds dont find, run fbAuth in interactive mode for authorization.
Execution halted
when running code in ‘rfacebookstat-get-statistics.Rmd’
...
> options(rfacebookstat.access_token = "ваш токен",
+ rfacebookstat.accounts_id = "act_000000000")
> fb_data <- fbGetMarketingStat(level = "campaign",
+ fields = "campaign_name,\n impressions,\n ..." ... [TRUNCATED]
When sourcing ‘rfacebookstat-get-statistics.R’:
Error: Invalid OAuth access token - Cannot parse access token
Execution halted
‘rfacebookstat-authorization.Rmd’ using ‘UTF-8’... failed
‘rfacebookstat-cost-data.Rmd’ using ‘UTF-8’... failed
‘rfacebookstat-get-statistics.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-x86_64