Skip to content

Commit

Permalink
Update yaml and description
Browse files Browse the repository at this point in the history
  • Loading branch information
haziqj committed May 28, 2024
1 parent bf5bb08 commit e5de12d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Session info
run: |
options(width = 100)
pkgs <- installed.packages()[, "Package"]
sessioninfo::session_info(pkgs, include_base = TRUE)
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ Imports:
INLA,
lavaan,
Matrix,
methods,
modeest,
tidyr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
methods
2 changes: 1 addition & 1 deletion inst/timing.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ res <-
.progress = TRUE
),
)
save(res, file = "inst/timing.RData")
# save(res, file = "inst/timing.RData")

res |>
unnest(c(res_blav, res_blavvb, res_inla), names_sep = "_") |>
Expand Down

0 comments on commit e5de12d

Please sign in to comment.