Skip to content

Commit 4c37284

Browse files
authored
Pre-release commits (#26)
* Remove test exclusions * Re-render docs
1 parent dea199b commit 4c37284

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Config/testthat/edition: 3
2929
Config/usethis/last-upkeep: 2025-04-23
3030
Encoding: UTF-8
3131
Roxygen: list(markdown = TRUE)
32-
RoxygenNote: 7.3.2.9000
32+
RoxygenNote: 7.3.2
3333
SystemRequirements: 'libfswatch', or 'cmake' to compile from package
3434
sources

man/watcher-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/test-watch.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ test_that("watcher() logs", {
2525
})
2626

2727
test_that("watcher() callbacks", {
28-
skip_if(R.version$arch == "aarch64" && !Sys.getenv("NOT_CRAN") == "true")
2928
x <- 0L
3029
w <- watcher(
3130
c(dir, dir2),

0 commit comments

Comments
 (0)