Skip to content

Commit c5bb9ea

Browse files
committed
Updates for R 4.5.0
1 parent c30ea92 commit c5bb9ea

File tree

11 files changed

+5024
-32
lines changed

11 files changed

+5024
-32
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: rcheology
2-
Version: 4.4.3.0
2+
Version: 4.5.0.0
33
Title: Data on Base and Recommended Packages for Current and Previous Versions of R
44
Description: Provides a dataset of functions in all base and recommended packages of R versions 0.50 onwards.
55
Authors@R: person("David", "Hugh-Jones", , "davidhughjones@gmail.com", c("aut", "cre"))

README.md

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ downloads](https://cranlogs.r-pkg.org/badges/rcheology)](https://cran.r-project.
1414
A data package which lists every command in base R packages since R
1515
version 0.50.
1616

17-
The latest R version covered is 4.4.3.
17+
The latest R version covered is 4.5.0.
1818

1919
You can view the data online in a [Shiny
2020
app](https://hughjonesd.shinyapps.io/rcheology/).
@@ -59,26 +59,26 @@ data("rcheology")
5959

6060
rcheology[rcheology$name == "kmeans" & rcheology$Rversion %in% c("1.0.1", "1.9.0", "2.1.0", "3.0.2", "3.2.0", "4.0.2"), ]
6161
#> package name Rversion priority type exported hidden class
62-
#> 348480 mva kmeans 1.0.1 <NA> closure TRUE FALSE <NA>
63-
#> 399952 stats kmeans 1.9.0 base closure TRUE FALSE function
64-
#> 399956 stats kmeans 2.1.0 base closure TRUE FALSE function
65-
#> 399996 stats kmeans 3.0.2 base closure TRUE FALSE function
66-
#> 400002 stats kmeans 3.2.0 base closure TRUE FALSE function
67-
#> 400027 stats kmeans 4.0.2 base closure TRUE FALSE function
62+
#> 351945 mva kmeans 1.0.1 <NA> closure TRUE FALSE <NA>
63+
#> 403876 stats kmeans 1.9.0 base closure TRUE FALSE function
64+
#> 403880 stats kmeans 2.1.0 base closure TRUE FALSE function
65+
#> 403920 stats kmeans 3.0.2 base closure TRUE FALSE function
66+
#> 403926 stats kmeans 3.2.0 base closure TRUE FALSE function
67+
#> 403951 stats kmeans 4.0.2 base closure TRUE FALSE function
6868
#> S4generic
69-
#> 348480 FALSE
70-
#> 399952 FALSE
71-
#> 399956 FALSE
72-
#> 399996 FALSE
73-
#> 400002 FALSE
74-
#> 400027 FALSE
69+
#> 351945 FALSE
70+
#> 403876 FALSE
71+
#> 403880 FALSE
72+
#> 403920 FALSE
73+
#> 403926 FALSE
74+
#> 403951 FALSE
7575
#> args
76-
#> 348480 (x, centers, iter.max = 10)
77-
#> 399952 (x, centers, iter.max = 10)
78-
#> 399956 (x, centers, iter.max = 10, nstart = 1, algorithm = c("Hartigan-Wong", "Lloyd", "Forgy", "MacQueen"))
79-
#> 399996 (x, centers, iter.max = 10, nstart = 1, algorithm = c("Hartigan-Wong", "Lloyd", "Forgy", "MacQueen"), trace = FALSE)
80-
#> 400002 (x, centers, iter.max = 10L, nstart = 1L, algorithm = c("Hartigan-Wong", "Lloyd", "Forgy", "MacQueen"), trace = FALSE)
81-
#> 400027 (x, centers, iter.max = 10L, nstart = 1L, algorithm = c("Hartigan-Wong", "Lloyd", "Forgy", "MacQueen"), trace = FALSE)
76+
#> 351945 (x, centers, iter.max = 10)
77+
#> 403876 (x, centers, iter.max = 10)
78+
#> 403880 (x, centers, iter.max = 10, nstart = 1, algorithm = c("Hartigan-Wong", "Lloyd", "Forgy", "MacQueen"))
79+
#> 403920 (x, centers, iter.max = 10, nstart = 1, algorithm = c("Hartigan-Wong", "Lloyd", "Forgy", "MacQueen"), trace = FALSE)
80+
#> 403926 (x, centers, iter.max = 10L, nstart = 1L, algorithm = c("Hartigan-Wong", "Lloyd", "Forgy", "MacQueen"), trace = FALSE)
81+
#> 403951 (x, centers, iter.max = 10L, nstart = 1L, algorithm = c("Hartigan-Wong", "Lloyd", "Forgy", "MacQueen"), trace = FALSE)
8282
```
8383

8484
Latest changes:
@@ -97,12 +97,20 @@ r_penult_obj <- rcheology %>% dplyr::filter(Rversion == r_penultimate)
9797
r_introduced <- anti_join(r_latest_obj, r_penult_obj, by = c("package", "name"))
9898

9999
r_introduced
100-
#> # A tibble: 3 × 10
101-
#> package name Rversion priority type exported hidden class S4generic args
102-
#> <chr> <chr> <chr> <chr> <chr> <lgl> <lgl> <chr> <lgl> <chr>
103-
#> 1 survival braking 4.4.3 recomme… list FALSE FALSE tmer… FALSE <NA>
104-
#> 2 survival fromti… 4.4.3 recomme… clos… TRUE FALSE func… FALSE "(fo…
105-
#> 3 survival totime… 4.4.3 recomme… clos… TRUE FALSE func… FALSE "(fo…
100+
#> # A tibble: 26 × 10
101+
#> package name Rversion priority type exported hidden class S4generic args
102+
#> <chr> <chr> <chr> <chr> <chr> <lgl> <lgl> <chr> <lgl> <chr>
103+
#> 1 base .set_… 4.5.0 base clos… TRUE TRUE func… FALSE "(x,…
104+
#> 2 base grepv 4.5.0 base clos… TRUE FALSE func… FALSE "(pa…
105+
#> 3 base summa… 4.5.0 base clos… TRUE FALSE func… FALSE "(ob…
106+
#> 4 base zstdf… 4.5.0 base clos… TRUE FALSE func… FALSE "(de…
107+
#> 5 datasets gait 4.5.0 base doub… FALSE FALSE array FALSE <NA>
108+
#> 6 datasets pengu… 4.5.0 base list FALSE FALSE data… FALSE <NA>
109+
#> 7 datasets pengu… 4.5.0 base list FALSE FALSE data… FALSE <NA>
110+
#> 8 datasets sunsp… 4.5.0 base doub… FALSE FALSE ts FALSE <NA>
111+
#> 9 methods .__T_… 4.5.0 base envi… TRUE TRUE envi… FALSE <NA>
112+
#> 10 methods matri… 4.5.0 base clos… TRUE FALSE grou… TRUE "(x,…
113+
#> # ℹ 16 more rows
106114
```
107115

108116
Base functions over time:
@@ -130,7 +138,7 @@ major_rv_dates
130138
#> [31] "2010-10-15" "2011-04-13" "2011-10-31" "2012-03-30" "2013-04-03"
131139
#> [36] "2014-04-10" "2015-04-16" "2016-05-03" "2017-04-21" "2018-04-23"
132140
#> [41] "2019-04-26" "2020-04-24" "2021-05-18" "2022-04-22" "2023-04-21"
133-
#> [46] "2024-04-24"
141+
#> [46] "2024-04-24" "2025-04-11"
134142
major_rvs <- gsub("\\.0$", "", major_rvs)
135143

136144
rch_dates <- rcheology %>% left_join(Rversions, by = "Rversion")

app/rcheology-app-data.RData

2.64 KB
Binary file not shown.

data/Rversions.rda

31 Bytes
Binary file not shown.

data/rcheology.rda

1.99 KB
Binary file not shown.

0 commit comments

Comments
 (0)