Skip to content

Commit

Permalink
ALWAYS REBASE TO KEEP THIS COMMIT ON TOP!
Browse files Browse the repository at this point in the history
Setup for the non-parallel testthat branch: Set testthat to not work in parallel, and remove the automatic R CMD check trigger.
  • Loading branch information
krivit committed Nov 5, 2024
1 parent 75cc8fb commit c043caf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#
# Typical public, private, and release configurations are provided in the variables below.

on: [push, pull_request]

name: R-CMD-check

# Set public and private repositories (i.e., USER/PKG). Leave blank to autodetect.
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ URL: https://statnet.org
VignetteBuilder: knitr
RoxygenNote: 7.3.2.9000
Roxygen: list(markdown = TRUE)
Config/testthat/parallel: true
Config/testthat/parallel: false
Config/testthat/edition: 3
Config/build/clean-inst-doc: FALSE
Encoding: UTF-8
Expand Down

0 comments on commit c043caf

Please sign in to comment.