File tree Expand file tree Collapse file tree 4 files changed +42
-4
lines changed
Expand file tree Collapse file tree 4 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 11Package: butcher
22Title: Model Butcher
3- Version: 0.3.4.9000
3+ Version: 0.3.5
44Authors@R: c(
55 person("Joyce", "Cahoon", , "
[email protected] ", role = "aut",
66 comment = c(ORCID = "0000-0001-7217-4702")),
Original file line number Diff line number Diff line change 1- # butcher (development version)
1+ # butcher 0.3.5
22
33* Fixed how we check whether a component exists or not (#278 ).
44
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ unnecessary stuff:
5353library(butcher )
5454our_model <- function () {
5555 some_junk_in_the_environment <- runif(1e6 ) # we didn't know about
56- lm(mpg ~ . , data = mtcars )
56+ lm(mpg ~ . , data = mtcars )
5757}
5858```
5959
@@ -68,7 +68,7 @@ obj_size(our_model())
6868When, in fact, it should only be:
6969
7070``` r
71- small_lm <- lm(mpg ~ . , data = mtcars )
71+ small_lm <- lm(mpg ~ . , data = mtcars )
7272obj_size(small_lm )
7373# > 22.22 kB
7474```
Original file line number Diff line number Diff line change 1+ # Platform
2+
3+ | field | value |
4+ | :--------| :----------------------------------------|
5+ | version | R version 4.4.3 (2025-02-28) |
6+ | os | macOS Sequoia 15.3.1 |
7+ | system | aarch64, darwin20 |
8+ | ui | X11 |
9+ | language | (EN) |
10+ | collate | en_US.UTF-8 |
11+ | ctype | en_US.UTF-8 |
12+ | tz | America/Denver |
13+ | date | 2025-03-18 |
14+ | pandoc | 3.6.1 @ /opt/homebrew/bin/pandoc |
15+ | quarto | 1.6.42 @ /Applications/quarto/bin/quarto |
16+
17+ # Dependencies
18+
19+ | package | old | new | Δ |
20+ | :-----------| :------| :----------| :--|
21+ | butcher | 0.3.4 | 0.3.4.9000 | * |
22+ | cli | 3.6.4 | 3.6.4 | |
23+ | cpp11 | 0.5.2 | 0.5.2 | |
24+ | crayon | 1.5.3 | 1.5.3 | |
25+ | fansi | 1.0.6 | 1.0.6 | |
26+ | glue | 1.8.0 | 1.8.0 | |
27+ | lifecycle | 1.0.4 | 1.0.4 | |
28+ | lobstr | 1.1.2 | 1.1.2 | |
29+ | magrittr | 2.0.3 | 2.0.3 | |
30+ | pillar | 1.10.1 | 1.10.1 | |
31+ | pkgconfig | 2.0.3 | 2.0.3 | |
32+ | prettyunits | 1.2.0 | 1.2.0 | |
33+ | purrr | 1.0.4 | 1.0.4 | |
34+ | rlang | 1.1.5 | 1.1.5 | |
35+ | tibble | 3.2.1 | 3.2.1 | |
36+ | utf8 | 1.2.4 | 1.2.4 | |
37+ | vctrs | 0.6.5 | 0.6.5 | |
38+
139# Revdeps
240
You can’t perform that action at this time.
0 commit comments