Skip to content

Commit

Permalink
Merge pull request #176 from mrc-ide/mrc-5740
Browse files Browse the repository at this point in the history
Use standalone file assertion utilities from reside.utils
  • Loading branch information
richfitz authored Sep 10, 2024
2 parents 1abea95 + 04541bd commit 625317d
Show file tree
Hide file tree
Showing 15 changed files with 420 additions and 360 deletions.
1 change: 1 addition & 0 deletions .covrignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
R/import-*.R
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
R/import-*.R linguist-generated=true
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
clean: false
branch: gh-pages
folder: docs
single-commit: true
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ linters: linters_with_defaults(
object_usage_linter = NULL,
cyclocomp_linter = NULL
)
exclusions: list("tests/testthat.R", "R/cpp11.R")
exclusions: list("tests/testthat.R", "R/cpp11.R", "R/import-standalone-utils-assert.R", "R/import-standalone-utils-assert-path.R")
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: orderly2
Title: Orderly Next Generation
Version: 1.99.34
Version: 1.99.36
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
person("Robert", "Ashton", role = "aut"),
Expand Down
151 changes: 151 additions & 0 deletions R/import-standalone-utils-assert-path.R

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 625317d

Please sign in to comment.