CRAN Package Check Results for Maintainer ‘Rami Krispin <rami.krispin at gmail.com>’

Last updated on 2026-02-15 11:50:17 CET.

Package ERROR NOTE OK
coronavirus 11 3
covid19italy 14
covid19sf 2 12
EIAapi 14
sfo 10 2 2
TSstudio 2 12
UKgrid 14
USgas 14
USgrid 2 12

Package coronavirus

Current CRAN status: NOTE: 11, 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-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, 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: 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

Package covid19italy

Current CRAN status: OK: 14

Package covid19sf

Current CRAN status: NOTE: 2, OK: 12

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

Package EIAapi

Current CRAN status: OK: 14

Package sfo

Current CRAN status: ERROR: 10, NOTE: 2, OK: 2

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") Error: ! `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `summarise()` instead. Backtrace: ▆ 1. ├─... %>% ... 2. ├─sfo::sankey_ly(...) 3. │ ├─... %>% dplyr::bind_rows() 4. │ └─base::lapply(...) 5. │ └─sfo (local) FUN(X[[i]], ...) 6. │ └─... %>% ... 7. ├─dplyr::bind_rows(.) 8. │ └─rlang::list2(...) 9. ├─dplyr::left_join(...) 10. ├─dplyr::left_join(...) 11. └─dplyr::summarise_(...) 12. └─dplyr:::lazy_defunct("summarise", hint = FALSE) 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) 15. └─rlang::cnd_signal(...) Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘v1_intro.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘v1_intro.Rmd’ --- re-building ‘v3_analyzing_landing.Rmd’ using rmarkdown Quitting from v3_analyzing_landing.Rmd:127-143 [unnamed-chunk-9] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/lifecycle_error_deprecated> Error: ! `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `summarise()` instead. --- Backtrace: ▆ 1. ├─... %>% ... 2. ├─sfo::sankey_ly(...) 3. │ ├─... %>% dplyr::bind_rows() 4. │ └─base::lapply(...) 5. │ └─sfo (local) FUN(X[[i]], ...) 6. │ └─... %>% ... 7. ├─dplyr::bind_rows(.) 8. │ └─rlang::list2(...) 9. ├─dplyr::left_join(...) 10. ├─dplyr::left_join(...) 11. └─dplyr::summarise_(...) 12. └─dplyr:::lazy_defunct("summarise", hint = FALSE) 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'v3_analyzing_landing.Rmd' failed with diagnostics: `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `summarise()` instead. --- failed re-building ‘v3_analyzing_landing.Rmd’ SUMMARY: processing the following file failed: ‘v3_analyzing_landing.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘sfo-Ex.R’ failed The error most likely occurred in: > ### 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") Error: ! `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `summarise()` instead. Backtrace: ▆ 1. ├─... %>% ... 2. ├─sfo::sankey_ly(...) 3. │ ├─... %>% dplyr::bind_rows() 4. │ └─base::lapply(...) 5. │ └─sfo (local) FUN(X[[i]], ...) 6. │ └─... %>% ... 7. ├─dplyr::bind_rows(.) 8. │ └─rlang::list2(...) 9. ├─dplyr::left_join(...) 10. ├─dplyr::left_join(...) 11. └─dplyr::summarise_(...) 12. └─dplyr:::lazy_defunct("summarise", hint = FALSE) 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) 15. └─rlang::cnd_signal(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.1.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘v1_intro.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘v1_intro.Rmd’ --- re-building ‘v3_analyzing_landing.Rmd’ using rmarkdown Quitting from v3_analyzing_landing.Rmd:127-143 [unnamed-chunk-9] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/lifecycle_error_deprecated> Error: ! `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `summarise()` instead. --- Backtrace: ▆ 1. ├─... %>% ... 2. ├─sfo::sankey_ly(...) 3. │ ├─... %>% dplyr::bind_rows() 4. │ └─base::lapply(...) 5. │ └─sfo (local) FUN(X[[i]], ...) 6. │ └─... %>% ... 7. ├─dplyr::bind_rows(.) 8. │ └─rlang::list2(...) 9. ├─dplyr::left_join(...) 10. ├─dplyr::left_join(...) 11. └─dplyr::summarise_(...) 12. └─dplyr:::lazy_defunct("summarise", hint = FALSE) 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'v3_analyzing_landing.Rmd' failed with diagnostics: `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `summarise()` instead. --- failed re-building ‘v3_analyzing_landing.Rmd’ SUMMARY: processing the following file failed: ‘v3_analyzing_landing.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘v1_intro.Rmd’ using rmarkdown --- finished re-building ‘v1_intro.Rmd’ --- re-building ‘v3_analyzing_landing.Rmd’ using rmarkdown Quitting from v3_analyzing_landing.Rmd:127-143 [unnamed-chunk-9] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/lifecycle_error_deprecated> Error: ! `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `summarise()` instead. --- Backtrace: ▆ 1. ├─... %>% ... 2. ├─sfo::sankey_ly(...) 3. │ ├─... %>% dplyr::bind_rows() 4. │ └─base::lapply(...) 5. │ └─sfo (local) FUN(X[[i]], ...) 6. │ └─... %>% ... 7. ├─dplyr::bind_rows(.) 8. │ └─rlang::list2(...) 9. ├─dplyr::left_join(...) 10. ├─dplyr::left_join(...) 11. └─dplyr::summarise_(...) 12. └─dplyr:::lazy_defunct("summarise", hint = FALSE) 13. └─lifecycle::deprecate_stop(...) 14. └─lifecycle:::deprecate_stop0(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'v3_analyzing_landing.Rmd' failed with diagnostics: `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `summarise()` instead. --- failed re-building ‘v3_analyzing_landing.Rmd’ SUMMARY: processing the following file failed: ‘v3_analyzing_landing.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-macos-arm64, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

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

Package TSstudio

Current CRAN status: NOTE: 2, OK: 12

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

Package UKgrid

Current CRAN status: OK: 14

Package USgas

Current CRAN status: NOTE: 14

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-macos-arm64, 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: 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

Package USgrid

Current CRAN status: NOTE: 2, OK: 12

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.