Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson committed Jan 10, 2025
1 parent 4ac8775 commit 944b6c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ importFrom(RTMB,AD)
importFrom(RTMB,ADREPORT)
importFrom(RTMB,ADoverload)
importFrom(RTMB,REPORT)
importFrom(RTMB,dbinom)
importFrom(RTMB,dgamma)
importFrom(RTMB,dgmrf)
importFrom(RTMB,dnorm)
importFrom(RTMB,dpois)
importFrom(TMB,MakeADFun)
importFrom(TMB,compile)
importFrom(TMB,dynlib)
Expand All @@ -61,10 +65,6 @@ importFrom(sem,sem)
importFrom(stats,"tsp<-")
importFrom(stats,.preformat.ts)
importFrom(stats,AIC)
importFrom(stats,dbinom)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
Expand Down
2 changes: 1 addition & 1 deletion R/dsem.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' settings, and see documentation for that function for details.
#'
#' @importFrom TMB compile dynlib MakeADFun sdreport summary.sdreport
#' @importFrom stats AIC sd .preformat.ts na.omit nlminb optimHess pnorm rbinom rgamma rpois rnorm simulate time tsp<- dbinom dgamma dnorm dpois plogis
#' @importFrom stats AIC sd .preformat.ts na.omit nlminb optimHess pnorm rbinom rgamma rpois rnorm simulate time tsp<- plogis
#' @importFrom Matrix solve Cholesky sparseMatrix mat2triplet drop0
#' @importFrom sem sem
#' @importFrom igraph plot.igraph graph_from_data_frame with_sugiyama layout_
Expand Down
2 changes: 1 addition & 1 deletion R/dsemRTMB.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' \code{library(RTMB)} prior to running the model.
#'
#' @importFrom Matrix solve Diagonal sparseMatrix drop0 kronecker crossprod tcrossprod t diag
#' @importFrom RTMB ADoverload AD dgmrf REPORT ADREPORT
#' @importFrom RTMB ADoverload AD dgmrf REPORT ADREPORT dnorm dpois dbinom dgamma
#'
#' @details
#' \code{dsemRTMB} is interchangeable with \code{\link{dsem}}, but uses RTMB
Expand Down

0 comments on commit 944b6c1

Please sign in to comment.