CRAN Package Check Results for Package sfo

Last updated on 2024-11-03 15:48:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 4.44 32.18 36.62 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 0.52 1.51 2.03 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 62.41 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 73.51 OK
r-devel-windows-x86_64 0.1.2 6.00 56.00 62.00 OK
r-patched-linux-x86_64 0.1.2 4.25 31.94 36.19 OK
r-release-linux-x86_64 0.1.2 4.16 27.25 31.41 ERROR
r-release-macos-arm64 0.1.2 31.00 NOTE
r-release-macos-x86_64 0.1.2 64.00 NOTE
r-release-windows-x86_64 0.1.2 6.00 56.00 62.00 NOTE
r-oldrel-macos-arm64 0.1.2 31.00 NOTE
r-oldrel-macos-x86_64 0.1.2 47.00 NOTE
r-oldrel-windows-x86_64 0.1.2 7.00 63.00 70.00 NOTE

Check Details

Version: 0.1.2
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘plotly’ Flavor: 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: > 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-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 --- finished re-building ‘v1_intro.Rmd’ --- re-building ‘v3_analyzing_landing.Rmd’ using rmarkdown Quitting from lines 30-37 [unnamed-chunk-2] (v3_analyzing_landing.Rmd) Error: processing vignette 'v3_analyzing_landing.Rmd' failed with diagnostics: there is no package called 'plotly' --- failed re-building ‘v3_analyzing_landing.Rmd’ SUMMARY: processing the following file failed: ‘v3_analyzing_landing.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-linux-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-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64