Skip to content

Commit

Permalink
Merge branch 'main' into standalone-purrr
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry authored Nov 26, 2024
2 parents 26d9f83 + b20d88c commit dba0e34
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Suggests:
knitr,
lintr,
rmarkdown,
rstudioapi,
testthat (>= 3.1.7),
usethis
VignetteBuilder:
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# rextendr (development version)

* `purrr` has been replaced with [`R/standalone-purrr.R`](https://github.com/r-lib/rlang/blob/main/R/standalone-purrr.R) removing `purrr` from `Imports` <https://github.com/extendr/rextendr/pull/408>
* `document()` will no longer try to save all open files using rstudioapi <https://github.com/extendr/rextendr/issues/404> <https://github.com/extendr/rextendr/issues/407>
* `use_cran_default()` has been removed as the default package template is CRAN compatible <https://github.com/extendr/rextendr/pull/394>
* `use_extendr()` now creates `tools/msrv.R`, `configure` and `configure.win`. These have been moved out of `use_cran_defaults()` <https://github.com/extendr/rextendr/pull/393>
* `Makevars` now prints linked static libraries at compile time by adding `--print=native-static-libs` to `RUSTFLAGS` <https://github.com/extendr/rextendr/pull/393>
Expand Down
2 changes: 0 additions & 2 deletions R/rextendr_document.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#' @return No return value, called for side effects.
#' @export
document <- function(pkg = ".", quiet = FALSE, roclets = NULL) {
try_save_all(quiet = quiet)

withr::local_envvar(devtools::r_env_vars())

register_extendr(path = pkg, quiet = quiet)
Expand Down
15 changes: 0 additions & 15 deletions R/try_save_all.R

This file was deleted.

0 comments on commit dba0e34

Please sign in to comment.