Skip to content

Commit

Permalink
Use traits.build 1.0.1, enable tests on all soruces
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalster committed Nov 19, 2023
1 parent 65145c5 commit 9d82348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
library(traits.build)
source("R/custom_R_code.R")
dataset_test(dir("data")[1])
dataset_test(dir("data"))
shell: Rscript {0}

- name: build austraits
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ License: BSD_2_clause + file LICENCE
Depends:
R (>= 4.2.0),
base,
traits.build (>= 1.0.0),
traits.build (>= 1.0.1),
dplyr,
lubridate,
stringr,
furrr
Remotes:
traitecoevo/[email protected].0
traitecoevo/[email protected].1
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Expand Down

0 comments on commit 9d82348

Please sign in to comment.