Last updated on 2026-05-05 12:50:33 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| bigrquery | 13 | ||
| dbplyr | 13 | ||
| diffviewer | 13 | ||
| doclisting | 13 | ||
| downlit | 13 | ||
| dplyr | 2 | 2 | 9 |
| dtplyr | 13 | ||
| ellmer | 13 | ||
| evaluate | 13 | ||
| forcats | 13 | ||
| generics | 13 | ||
| ggvis | 13 | ||
| haven | 13 | ||
| httr | 1 | 12 | |
| httr2 | 1 | 12 | |
| lobstr | 3 | 10 | |
| mockery | 13 | ||
| modelr | 13 | ||
| multidplyr | 13 | ||
| nasaweather | 13 | ||
| odbc | 13 | ||
| pkgdown | 2 | 11 | |
| pool | 13 | ||
| productplots | 2 | 11 | |
| profvis | 13 | ||
| purrr | 1 | 12 | |
| rappdirs | 1 | 12 | |
| reshape2 | 13 | ||
| roxygen2 | 13 | ||
| rvest | 13 | ||
| S7 | 1 | 9 | 3 |
| stringr | 1 | 12 | |
| testthat | 13 | ||
| tidyr | 13 | ||
| waldo | 13 | ||
| yaml | 1 | 1 | 11 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, NOTE: 2, OK: 9
Version: 1.2.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.2.1
Check: compiled code
Result: NOTE
File ‘dplyr/libs/dplyr.so’:
Found non-API calls to R: ‘PRVALUE’, ‘Rf_allocSExp’,
‘Rf_findVarInFrame3’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 1.4.8
Check: examples
Result: ERROR
Running examples in ‘httr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: VERB
> ### Title: VERB a url.
> ### Aliases: VERB
>
> ### ** Examples
>
> r <- VERB(
+ "PROPFIND", "http://svn.r-project.org/R/tags/",
+ add_headers(depth = 1), verbose()
+ )
Error in curl::curl_fetch_memory(url, handle = handle) :
Could not connect to server [svn.r-project.org]:
Failed to connect to svn.r-project.org port 80 after 531 ms: Could not connect to server
Calls: VERB ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-release-linux-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 1.2.2
Check: tests
Result: ERROR
Running 'testthat.R' [35s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(httr2)
>
> test_check("httr2")
Starting 2 test processes.
> test-req-perform-iterative.R: \ iterating 69 done (34/s) | 2s
> test-req-perform-parallel.R: [working] (95 + 0) -> 2 -> 33 | ========>---------------------- 25%
> test-req-perform-iterative.R: \ iterating 120 done (34/s) | 3.6s
> test-req-perform-parallel.R: [working] (42 + 0) -> 9 -> 79 | ==================>------------ 61%
> test-req-perform-parallel.R: [working] (0 + 0) -> 0 -> 130 | ==============================> 100%
> test-req.R: <httr2_request>
> test-req.R: GET https://example.com
> test-req.R: Headers:
> test-req.R: * Authorization: <REDACTED>
> test-req.R: Body: empty
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
> test-url.R:
Error:
! testthat subprocess exited in file 'test-url.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("httr2")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: NOTE: 3, OK: 10
Version: 1.2.1
Check: compiled code
Result: NOTE
File ‘lobstr/libs/lobstr.so’:
Found non-API calls to R: ‘PRENV’, ‘PRVALUE’, ‘R_PromiseExpr’,
‘Rf_allocSExp’, ‘Rf_findVarInFrame3’, ‘SETLENGTH’,
‘SET_GROWABLE_BIT’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’,
‘SET_TRUELENGTH’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.2.1
Check: compiled code
Result: NOTE
File 'lobstr/libs/x64/lobstr.dll':
Found non-API calls to R: 'PRENV', 'PRVALUE', 'R_PromiseExpr',
'Rf_allocSExp', 'Rf_findVarInFrame3', 'SETLENGTH',
'SET_GROWABLE_BIT', 'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE',
'SET_TRUELENGTH'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 11
Version: 2.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [0s/0s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
Error in library(testthat) : there is no package called 'testthat'
Execution halted
Flavors: r-release-macos-arm64, r-release-macos-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 11
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘productplots-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: prodcalc
> ### Title: Calculate frequencies.
> ### Aliases: prodcalc
> ### Keywords: internal
>
> ### ** Examples
>
> prodcalc(happy, ~ happy, "hbar")
Error in as.data.frame.numeric(x[[i]], optional = TRUE) :
row names contain missing values
Calls: prodcalc ... data.frame -> as.data.frame -> as.data.frame.numeric
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in 'productplots-Ex.R' failed
The error most likely occurred in:
> ### Name: prodcalc
> ### Title: Calculate frequencies.
> ### Aliases: prodcalc
> ### Keywords: internal
>
> ### ** Examples
>
> prodcalc(happy, ~ happy, "hbar")
Error in as.data.frame.numeric(x[[i]], optional = TRUE) :
row names contain missing values
Calls: prodcalc ... data.frame -> as.data.frame -> as.data.frame.numeric
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 1.2.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘base.Rmd’ using rmarkdown
Error: processing vignette 'base.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘base.Rmd’
--- re-building ‘other-langs.Rmd’ using rmarkdown
Error: processing vignette 'other-langs.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘other-langs.Rmd’
--- re-building ‘purrr.Rmd’ using rmarkdown
Error: processing vignette 'purrr.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘purrr.Rmd’
SUMMARY: processing the following files failed:
‘base.Rmd’ ‘other-langs.Rmd’ ‘purrr.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-arm64
Current CRAN status: ERROR: 1, OK: 12
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [0s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(rappdirs)
>
> # ensure CRAN settings don't affect tests
> Sys.unsetenv("R_USER_DATA_DIR")
> Sys.unsetenv("R_USER_CONFIG_DIR")
> Sys.unsetenv("R_USER_CACHE_DIR")
>
> test_check("rappdirs")
[ FAIL 0 | WARN 0 | SKIP 3 | PASS 45 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
Error in base::nchar(wide_chars$test, type = "width") :
cannot open file '/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/cli/R/sysdata.rdb': No such file or directory
Calls: test_check ... unicode_pre -> setup_unicode_width_fix -> <Anonymous>
Execution halted
Flavor: r-release-macos-arm64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, NOTE: 9, OK: 3
Version: 0.2.2
Check: compiled code
Result: NOTE
File ‘S7/libs/S7.so’:
Found non-API call to R: ‘Rf_findVarInFrame’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 0.2.2
Check: compiled code
Result: NOTE
File 'S7/libs/x64/S7.dll':
Found non-API call to R: 'Rf_findVarInFrame'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.2.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
Error in loadVignetteBuilder(pkgdir) : vignette builder 'knitr' not found
Calls: <Anonymous> -> loadVignetteBuilder
Execution halted
Error in loadVignetteBuilder(pkgdir) : vignette builder 'knitr' not found
Calls: <Anonymous> -> loadVignetteBuilder
Execution halted
Error in loadVignetteBuilder(pkgdir) : vignette builder 'knitr' not found
Calls: <Anonymous> -> loadVignetteBuilder
Execution halted
Error in loadVignetteBuilder(pkgdir) : vignette builder 'knitr' not found
Calls: <Anonymous> -> loadVignetteBuilder
Execution halted
Error in loadVignetteBuilder(pkgdir) : vignette builder 'knitr' not found
Calls: <Anonymous> -> loadVignetteBuilder
Execution halted
Error in loadVignetteBuilder(pkgdir) : vignette builder 'knitr' not found
Calls: <Anonymous> -> loadVignetteBuilder
Execution halted
Error in loadVignetteBuilder(pkgdir) : vignette builder 'knitr' not found
Calls: <Anonymous> -> loadVignetteBuilder
Execution halted
SUMMARY: processing the following files failed:
‘S7.Rmd’ ‘classes-objects.Rmd’ ‘compatibility.Rmd’
‘generics-methods.Rmd’ ‘motivation.Rmd’ ‘packages.Rmd’
‘performance.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-arm64
Version: 0.2.2
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-release-macos-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 1.6.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘from-base.Rmd’ using rmarkdown
Error: processing vignette 'from-base.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘from-base.Rmd’
--- re-building ‘locale-sensitive.Rmd’ using rmarkdown
Error: processing vignette 'locale-sensitive.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘locale-sensitive.Rmd’
--- re-building ‘regular-expressions.Rmd’ using rmarkdown
Error: processing vignette 'regular-expressions.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘regular-expressions.Rmd’
--- re-building ‘stringr.Rmd’ using rmarkdown
Error: processing vignette 'stringr.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘stringr.Rmd’
SUMMARY: processing the following files failed:
‘from-base.Rmd’ ‘locale-sensitive.Rmd’ ‘regular-expressions.Rmd’
‘stringr.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-arm64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
Version: 2.3.12
Check: for unstated dependencies in vignettes
Result: NOTE
Error: error in inferior call:
.onLoad failed in loadNamespace() for 'knitr', details:
call: loadNamespace(x)
error: there is no package called ‘evaluate’
Execution halted
Flavor: r-release-macos-arm64
Version: 2.3.12
Check: tests
Result: ERROR
Running ‘testthat.R’ [0s/0s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(yaml)
>
> test_check("yaml")
Error in loadNamespace(x) : there is no package called 'cli'
Calls: test_check ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-release-macos-x86_64