Last updated on 2024-09-14 00:50:16 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.25 | 39.17 | 43.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.11.0 | 99.89 | 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.11 | 52.39 | 59.50 | OK | |
r-release-linux-x86_64 | 2.11.0 | 6.62 | 51.06 | 57.68 | 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 | 72.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.11.0 | 88.00 | ERROR | |||
r-oldrel-windows-x86_64 | 2.11.0 | 12.00 | 85.00 | 97.00 | OK |
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/k4/0jwzxmln0nb8y6rkzprptb640000gq/T/RtmpP0wPIG/file5eb4abf3df8/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/k4/0jwzxmln0nb8y6rkzprptb640000gq/T/Rtmp2tUEDl/file61a2e2dd688/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-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/RtmpN7bIQy/file12f3c55b33053/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/RtmpyzYqtC/file12f46160241d6/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