Skip to content

Commit

Permalink
fix: installing instead of loading allometric, which should resolve d…
Browse files Browse the repository at this point in the history
…ependency issues in the test-model-install action
  • Loading branch information
brycefrank committed Aug 31, 2023
1 parent 4fe0ac4 commit 65b4fcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-model-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run install models test.
run: |
devtools::load_all("./allometric");
devtools::install("./allometric");
testthat::test_file("./allometric/tests/testthat/test-install.R")
shell: Rscript {0}

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ track their development. This repository is used for this purpose. We treat
`models` as a data repository, and not as an R package.

Users interested in *contributing* models to `allometric` are in the right
location. Users interested in *using* allometric models for analysis, please
location.

Users interested in *using* allometric models for analysis, please
refer to the `allometric` package.

# How Can I Help?
Expand Down

0 comments on commit 65b4fcd

Please sign in to comment.