Skip to content

Commit

Permalink
Swapped to importing all of deSolve.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tess-LaCoil committed Dec 2, 2024
1 parent 9d9553b commit 8ae8477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ export(hmde_plot_de_pieces)
export(hmde_run)
export(hmde_vb_de)
import(Rcpp)
import(deSolve)
import(dplyr)
import(ggplot2)
import(methods)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(deSolve,ode)
importFrom(rstan,sampling)
importFrom(rstantools,rstan_config)
importFrom(stats,median)
Expand Down
2 changes: 1 addition & 1 deletion R/hmde-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#' @import methods
#' @import Rcpp
#' @import dplyr
#' @import deSolve
#' @importFrom rstan sampling
#' @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

0 comments on commit 8ae8477

Please sign in to comment.