Skip to content

Commit

Permalink
update Imports ...
Browse files Browse the repository at this point in the history
... after R-CMD-check
  • Loading branch information
James-Thorson-NOAA committed Mar 30, 2024
1 parent 66731a6 commit e6268fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ Description: Applies dynamic structural equation models to time-series data
constrained by ecological mechanisms."
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
LazyData: true
URL: https://james-thorson-noaa.github.io/dsem/
BugReports: https://github.com/James-Thorson-NOAA/dsem/issues

1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ importFrom(stats,nlminb)
importFrom(stats,optimHess)
importFrom(stats,pnorm)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,simulate)
importFrom(stats,time)
importFrom(stats,vcov)
Expand Down
2 changes: 1 addition & 1 deletion R/dsem.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' settings, and see documentation for that function for details.
#'
#' @importFrom TMB compile dynlib MakeADFun sdreport summary.sdreport
#' @importFrom stats .preformat.ts na.omit nlminb optimHess pnorm rnorm simulate time tsp<-
#' @importFrom stats sd .preformat.ts na.omit nlminb optimHess pnorm rnorm simulate time tsp<-
#' @importFrom Matrix solve Cholesky
#' @importFrom sem sem
#' @importFrom igraph plot.igraph graph_from_data_frame
Expand Down

0 comments on commit e6268fb

Please sign in to comment.