Last updated on 2025-03-12 08:53:31 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
BaseSet | 3 | 12 | |
experDesign | 15 | ||
rtweet | 4 | 3 | 8 |
Current CRAN status: NOTE: 3, OK: 12
Version: 1.0.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘reactome.db’
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 15
Current CRAN status: ERROR: 4, NOTE: 3, OK: 8
Version: 2.0.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘auth.R’
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-macos-x86_64, r-devel-windows-x86_64
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘rtweet-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tweet_embed
> ### Title: Create a Tweet Embed
> ### Aliases: tweet_embed
>
> ### ** Examples
>
> name <- 'kearneymw'
> status <- '1087047171306856451'
>
> tweet_embed(screen_name = name, status_id = status)
Error: API did not return json
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘rtweet-Ex.R’ failed
The error most likely occurred in:
> ### Name: tweet_embed
> ### Title: Create a Tweet Embed
> ### Aliases: tweet_embed
>
> ### ** Examples
>
> name <- 'kearneymw'
> status <- '1087047171306856451'
>
> tweet_embed(screen_name = name, status_id = status)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [publish.twitter.com]: Failed to connect to publish.twitter.com port 443 after 10000 ms: Timeout was reached
Calls: tweet_embed ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in 'rtweet-Ex.R' failed
The error most likely occurred in:
> ### Name: tweet_embed
> ### Title: Create a Tweet Embed
> ### Aliases: tweet_embed
>
> ### ** Examples
>
> name <- 'kearneymw'
> status <- '1087047171306856451'
>
> tweet_embed(screen_name = name, status_id = status)
Error: API did not return json
Execution halted
Flavor: r-release-windows-x86_64