Skip to content

Commit

Permalink
Minor fixes (#38)
Browse files Browse the repository at this point in the history
- some packages require R 3.5, so bumping up minimum base R version to match
- exclude some files from package build
  • Loading branch information
dfalster authored Aug 13, 2024
1 parent 46f913b commit 00fff73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
^.*\.Rproj$
^\.Rproj\.user$
.github
LICENSE.md
codecov.yml
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Biarch: true
Depends:
R (>= 3.4.0)
R (>= 3.5.0)
Imports:
methods,
purrr,
Expand All @@ -35,7 +35,6 @@ LinkingTo:
SystemRequirements: GNU make
Suggests:
knitr,
purrr,
dplyr,
rmarkdown,
testthat (>= 3.0.0),
Expand Down

0 comments on commit 00fff73

Please sign in to comment.