CRAN Package Check Results for Maintainer ‘Hadley Wickham <hadley at rstudio.com>’

Last updated on 2024-05-03 11:53:31 CEST.

Package ERROR NOTE OK
assertthat 11
babynames 7 4
conflicted 11
cubelyr 11
diffviewer 11
ellipsis 11
feather 11
forcats 11
fueleconomy 11
generics 1 11
ggplot2movies 11
highlight 11
httr2 1 11
lazyeval 11
lobstr 11
lvplot 11
mockery 11
nycflights13 3 8
plyr 1 10
productplots 11
profr 11
proto 11
pryr 11
purrr 11
rappdirs 8 3
reshape 11
sloop 11
tidyverse 1 10

Package assertthat

Current CRAN status: OK: 11

Package babynames

Current CRAN status: NOTE: 7, OK: 4

Version: 1.0.1
Check: installed package size
Result: NOTE installed size is 5.4Mb sub-directories of 1Mb or more: data 5.3Mb Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package conflicted

Current CRAN status: OK: 11

Package cubelyr

Current CRAN status: OK: 11

Package diffviewer

Current CRAN status: OK: 11

Package ellipsis

Current CRAN status: OK: 11

Package feather

Current CRAN status: NOTE: 11

Additional issues

rchk

Version: 0.3.5
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.3.5
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package forcats

Current CRAN status: OK: 11

Package fueleconomy

Current CRAN status: OK: 11

Package generics

Current CRAN status: ERROR: 1, OK: 11

Version: 0.1.3
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'covr', 'pkgload', 'testthat', 'tibble', 'withr' Flavor: r-release-macos-x86_64

Version: 0.1.3
Check: Rd cross-references
Result: NOTE Package unavailable to check Rd xrefs: ‘tibble’ Flavor: r-release-macos-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/0s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-release-macos-x86_64

Package ggplot2movies

Current CRAN status: OK: 11

Package highlight

Current CRAN status: NOTE: 11

Version: 0.5.1
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.5.1
Check: installed package size
Result: NOTE installed size is 8.7Mb sub-directories of 1Mb or more: highlight 1.0Mb libs 7.5Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package httr2

Current CRAN status: ERROR: 1, OK: 11

Version: 1.0.1
Check: examples
Result: ERROR Running examples in 'httr2-Ex.R' failed The error most likely occurred in: > ### Name: req_cache > ### Title: Automatically cache requests > ### Aliases: req_cache > > ### ** Examples > > # GitHub uses HTTP caching for all raw files. > url <- paste0( + "https://raw.githubusercontent.com/allisonhorst/palmerpenguins/", + "master/inst/extdata/penguins.csv" + ) > # Here I set debug = TRUE so you can see what's happening > req <- request(url) |> req_cache(tempdir(), debug = TRUE) > > # First request downloads the data > resp <- req |> req_perform() Error in `req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Recv failure: Connection was reset Backtrace: ▆ 1. └─httr2::req_perform(req) 2. └─base::tryCatch(...) 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) Execution halted Flavor: r-release-windows-x86_64

Package lazyeval

Current CRAN status: NOTE: 11

Version: 0.2.2
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.2.2
Check: compiled code
Result: NOTE File ‘lazyeval/libs/lazyeval.so’: Found non-API call to R: ‘R_PromiseExpr’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.2
Check: compiled code
Result: NOTE File 'lazyeval/libs/x64/lazyeval.dll': Found non-API call to R: 'R_PromiseExpr' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Package lobstr

Current CRAN status: NOTE: 11

Version: 1.1.2
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.1.2
Check: compiled code
Result: NOTE File ‘lobstr/libs/lobstr.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.2
Check: compiled code
Result: NOTE File 'lobstr/libs/x64/lobstr.dll': Found non-API calls to R: 'SETLENGTH', 'SET_TRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Package lvplot

Current CRAN status: NOTE: 11

Version: 0.2.1
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘depth’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.2.1
Check: Rd files
Result: NOTE checkRd: (-1) geom_lv.Rd:101: Lost braces; missing escapes or markup? 101 | determines whether the width of the box for letter value LV(i) should be proportional to i (linear), proportional to $2^{-i}$ (height), or whether | ^ checkRd: (-1) geom_lv.Rd:102: Lost braces; missing escapes or markup? 102 | the area of the box should be proportional to $2^{-i}$ (area).} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Package mockery

Current CRAN status: OK: 11

Package nycflights13

Current CRAN status: NOTE: 3, OK: 8

Version: 1.0.2
Check: installed package size
Result: NOTE installed size is 5.2Mb sub-directories of 1Mb or more: data 5.1Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package plyr

Current CRAN status: NOTE: 1, OK: 10

Version: 1.8.9
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘abind’ Flavor: r-release-macos-arm64

Package productplots

Current CRAN status: OK: 11

Package profr

Current CRAN status: OK: 11

Package proto

Current CRAN status: OK: 11

Package pryr

Current CRAN status: OK: 11

Package purrr

Current CRAN status: OK: 11

Package rappdirs

Current CRAN status: NOTE: 8, OK: 3

Version: 0.3.3
Check: Rd files
Result: NOTE checkRd: (-1) user_log_dir.Rd:48: Lost braces 48 | \\env{$XDG_CACHE_HOME} if defined | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Package reshape

Current CRAN status: NOTE: 11

Version: 0.8.9
Check: Rd files
Result: NOTE checkRd: (-1) as-data-frame-cast-df-v7.rd:3: Escaped LaTeX specials: \_ checkRd: (-1) as-data-frame-cast-matrix-59.rd:3: Escaped LaTeX specials: \_ checkRd: (-1) as-matrix-cast-df-bu.rd:3: Escaped LaTeX specials: \_ checkRd: (-1) as-matrix-cast-matrix-2y.rd:3: Escaped LaTeX specials: \_ checkRd: (-1) cast-9g.rd:19: Escaped LaTeX specials: \_ \_ checkRd: (-1) cast-9g.rd:41: Escaped LaTeX specials: \_ checkRd: (-1) cast-9g.rd:46: Escaped LaTeX specials: \_ \_ checkRd: (-1) clean-vars-rc.rd:13: Escaped LaTeX specials: \_ checkRd: (-1) expand-kx.rd:15: Escaped LaTeX specials: \_ checkRd: (-1) reshape-4u.rd:17: Escaped LaTeX specials: \_ \_ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package sloop

Current CRAN status: NOTE: 11

Version: 1.0.1
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package tidyverse

Current CRAN status: NOTE: 1, OK: 10

Version: 2.0.0
Check: package dependencies
Result: NOTE Imports includes 30 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. Flavor: r-devel-linux-x86_64-fedora-clang