Skip to content

Commit

Permalink
Updated deSolve to be suggested instead of forced per Dan's suggestio…
Browse files Browse the repository at this point in the history
…n. Removed extraneous data from previous instantiation of Canham vignette that was mistakenly added.
  • Loading branch information
Tess-LaCoil committed Dec 3, 2024
1 parent 03c5865 commit 0b3defc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ Imports:
RcppParallel (>= 5.0.1),
rlang,
rstan (>= 2.18.1),
rstantools (>= 2.3.1.1),
deSolve
rstantools (>= 2.3.1.1)
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
Expand All @@ -42,7 +41,8 @@ Suggests:
withr,
mnormt,
here,
patchwork
patchwork,
deSolve
VignetteBuilder: knitr
Config/testthat/edition: 3
LazyData: true
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export(hmde_plot_de_pieces)
export(hmde_run)
export(hmde_vb_de)
import(Rcpp)
import(deSolve)
import(dplyr)
import(ggplot2)
import(methods)
Expand Down
1 change: 0 additions & 1 deletion R/hmde-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#' @importFrom rstantools rstan_config
#' @importFrom RcppParallel RcppParallelLibs
#' @importFrom stats median
#' @importFrom deSolve ode
#'
#' @references
#' Stan Development Team (NA). RStan: the R interface to Stan. R package version 2.26.23. https://mc-stan.org
Expand Down
Binary file removed inst/extdata/tree_canham_fit.rds
Binary file not shown.

0 comments on commit 0b3defc

Please sign in to comment.