CRAN Package Check Results for Package rfacebookstat

Last updated on 2024-07-17 15:56:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.11.0 8.05 70.90 78.95 OK
r-devel-linux-x86_64-debian-gcc 2.11.0 6.98 52.35 59.33 OK
r-devel-linux-x86_64-fedora-clang 2.11.0 54.88 OK
r-devel-linux-x86_64-fedora-gcc 2.11.0 70.91 OK
r-devel-windows-x86_64 2.11.0 8.00 77.00 85.00 OK
r-patched-linux-x86_64 2.10.0 7.93 65.39 73.32 OK
r-release-linux-x86_64 2.11.0 5.83 66.89 72.72 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 75.00 83.00 OK
r-oldrel-macos-arm64 2.10.0 68.00 OK
r-oldrel-macos-x86_64 2.11.0 102.00 ERROR
r-oldrel-windows-x86_64 2.11.0 10.00 86.00 96.00 OK

Check Details

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/RtmpDrmJYs/fileac5810c2b047/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/RtmpYGw8Hz/filead83ccb7c24/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