Last updated on 2025-12-07 07:50:42 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| coronavirus | 1 | 9 | 3 |
| covid19italy | 1 | 12 | |
| covid19sf | 1 | 2 | 10 |
| EIAapi | 13 | ||
| sfo | 1 | 3 | 9 |
| TSstudio | 1 | 2 | 10 |
| UKgrid | 13 | ||
| USgas | 1 | 12 | |
| USgrid | 1 | 2 | 10 |
Current CRAN status: ERROR: 1, NOTE: 9, OK: 3
Version: 0.4.1
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:
‘refresh_coronvirus.R’
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-macos-x86_64, r-release-windows-x86_64
Version: 0.4.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘devtools’
Packages suggested but not available for checking:
'DT', 'knitr', 'plotly', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘devtools’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: ERROR: 1, OK: 12
Version: 0.3.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘devtools’
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 0.1.2
Check: package dependencies
Result: ERROR
Packages required but not available: 'devtools', 'mapview', 'plotly'
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘mapview’ ‘plotly’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
Version: 0.1.2
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'plotly', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘sfo-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: sankey_ly
> ### Title: Sankey Plot with Plotly
> ### Aliases: sankey_ly
>
> ### ** Examples
>
> data("sfo_passengers")
>
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
>
> d <- sfo_passengers %>%
+ filter(activity_period >= 202201 & activity_period < 202301)
>
> head(d)
activity_period operating_airline operating_airline_iata_code
1 202212 EVA Airways BR
2 202212 EVA Airways BR
3 202212 Emirates EK
4 202212 Emirates EK
5 202212 Flair Airlines, Ltd. F8
6 202212 Flair Airlines, Ltd. F8
published_airline published_airline_iata_code geo_summary geo_region
1 EVA Airways BR International Asia
2 EVA Airways BR International Asia
3 Emirates EK International Middle East
4 Emirates EK International Middle East
5 Flair Airlines, Ltd. F8 International Canada
6 Flair Airlines, Ltd. F8 International Canada
activity_type_code price_category_code terminal boarding_area
1 Deplaned Other International G
2 Enplaned Other International G
3 Deplaned Other International A
4 Enplaned Other International A
5 Deplaned Low Fare International A
6 Enplaned Low Fare International A
passenger_count
1 12405
2 15151
3 13131
4 14985
5 2543
6 2883
>
> d %>%
+ filter(operating_airline == "United Airlines") %>%
+ mutate(terminal = ifelse(terminal == "International", "international", terminal)) %>%
+ group_by(operating_airline,activity_type_code, geo_summary, geo_region, terminal) %>%
+ summarise(total = sum(passenger_count), .groups = "drop") %>%
+ sankey_ly(cat_cols = c("operating_airline", "terminal","geo_summary",
+ "geo_region", "activity_type_code"),
+ num_col = "total",
+ title = "Distribution of United Airlines Passengers at SFO During 2022")
Warning: `summarise_()` was deprecated in dplyr 0.7.0.
ℹ Please use `summarise()` instead.
ℹ The deprecated feature was likely used in the sfo package.
Please report the issue to the authors.
Warning: `group_by_()` was deprecated in dplyr 0.7.0.
ℹ Please use `group_by()` instead.
ℹ See vignette('programming') for more help
ℹ The deprecated feature was likely used in the sfo package.
Please report the issue to the authors.
Error in loadNamespace(x) : there is no package called ‘plotly’
Calls: %>% ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.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-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: installed package size
Result: NOTE
installed size is 5.8Mb
sub-directories of 1Mb or more:
doc 5.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 0.1.7
Check: package dependencies
Result: ERROR
Package required but not available: ‘plotly’
Packages suggested but not available for checking:
'devtools', 'DT', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.7
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘forecastHybrid’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, NOTE: 12
Version: 0.1.2
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:
‘usgas.Rd’
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-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.1.2
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'plotly'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘USgas-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: usgas
> ### Title: US Monthly Consumption of Natural Gas by End Use
> ### Aliases: usgas
> ### Keywords: datasets gas natural state timeseries us
>
> ### ** Examples
>
>
> library(plotly)
Error in library(plotly) : there is no package called ‘plotly’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.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-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: installed package size
Result: NOTE
installed size is 5.2Mb
sub-directories of 1Mb or more:
doc 3.8Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘USgrid-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Cal_elec
> ### Title: Demand for California Independent System Operator (CISO)
> ### Aliases: Cal_elec
> ### Keywords: datasets time-series
>
> ### ** Examples
>
>
> data(Cal_elec)
>
> library(plotly)
Error in library(plotly) : there is no package called ‘plotly’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘tsibble’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc