Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson committed Oct 18, 2024
1 parent 61c0a53 commit 898fa34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ importFrom(ggraph,rectangle)
importFrom(ggraph,theme_graph)
importFrom(grid,arrow)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,layout_)
importFrom(igraph,plot.igraph)
importFrom(igraph,with_sugiyama)
importFrom(methods,is)
importFrom(sem,sem)
importFrom(stats,"tsp<-")
Expand Down
2 changes: 1 addition & 1 deletion R/dsem.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' @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
#' @importFrom igraph plot.igraph graph_from_data_frame with_sugiyama layout_
#' @importFrom ggraph ggraph geom_edge_arc create_layout rectangle geom_node_text theme_graph
#' @importFrom grid arrow
#' @importFrom methods is
Expand Down

0 comments on commit 898fa34

Please sign in to comment.