diff --git a/LICENSE.html b/LICENSE.html index 0b951da..dd9a5f0 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -36,7 +36,7 @@
diff --git a/MAINTENANCE.html b/MAINTENANCE.html index d79c7a6..9b772e9 100644 --- a/MAINTENANCE.html +++ b/MAINTENANCE.html @@ -36,7 +36,7 @@
diff --git a/articles/withr.html b/articles/withr.html index 6ecffe3..1ed83d3 100644 --- a/articles/withr.html +++ b/articles/withr.html @@ -71,7 +71,7 @@

Changing and restoring state

- Source: vignettes/withr.Rmd + Source: vignettes/withr.Rmd
withr.Rmd
diff --git a/authors.html b/authors.html index 5b178eb..e98e7c1 100644 --- a/authors.html +++ b/authors.html @@ -81,7 +81,7 @@

Authors

Citation

-

Source: DESCRIPTION

+

Source: DESCRIPTION

Hester J, Henry L, Müller K, Ushey K, Wickham H, Chang W (2024). withr: Run Code 'With' Temporarily Modified Global State. diff --git a/news/index.html b/news/index.html index dbd8ab0..87172e0 100644 --- a/news/index.html +++ b/news/index.html @@ -36,11 +36,11 @@

-

withr 3.0.2

+

withr 3.0.2

CRAN release: 2024-10-28

diff --git a/pkgdown.yml b/pkgdown.yml index dff4059..983d2d5 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.1.1 pkgdown_sha: ~ articles: withr: withr.html -last_built: 2024-10-28T11:00Z +last_built: 2024-10-28T14:34Z urls: reference: https://withr.r-lib.org/reference article: https://withr.r-lib.org/articles diff --git a/reference/defer.html b/reference/defer.html index c9dda4b..16698d3 100644 --- a/reference/defer.html +++ b/reference/defer.html @@ -42,7 +42,7 @@
diff --git a/reference/devices.html b/reference/devices.html index cb328f4..a0a22d4 100644 --- a/reference/devices.html +++ b/reference/devices.html @@ -36,7 +36,7 @@
diff --git a/reference/global_defer.html b/reference/global_defer.html index 87de105..2233a74 100644 --- a/reference/global_defer.html +++ b/reference/global_defer.html @@ -40,7 +40,7 @@
diff --git a/reference/makevars_user.html b/reference/makevars_user.html index 4357426..0adf23c 100644 --- a/reference/makevars_user.html +++ b/reference/makevars_user.html @@ -36,7 +36,7 @@
diff --git a/reference/set_makevars.html b/reference/set_makevars.html index 4bf47fc..7ae713a 100644 --- a/reference/set_makevars.html +++ b/reference/set_makevars.html @@ -36,7 +36,7 @@
diff --git a/reference/with_.html b/reference/with_.html index ce4d9eb..0426d57 100644 --- a/reference/with_.html +++ b/reference/with_.html @@ -42,7 +42,7 @@
@@ -134,7 +134,7 @@

Examples#> on.exit(setwd(old)) #> force(code) #> } -#> <environment: 0x562860c72210> +#> <environment: 0x5590ff747460> global_stack <- list() set_global_state <- function(state, msg = "Changing global state.") { @@ -154,7 +154,7 @@

Examples#> on.exit(reset_global_state(old)) #> force(code) #> } -#> <environment: 0x562860c72210> +#> <environment: 0x5590ff747460>