Skip to content

Commit

Permalink
another try to R_CMD_check
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson committed Jan 10, 2025
1 parent 944b6c1 commit e942aae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Suggests:
dynlm,
MARSS,
ggpubr,
grid,
vars,
testthat,
DHARMa
Expand Down
1 change: 1 addition & 0 deletions R/dsem.R
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ function( x,
rotation = 0
flip_x = FALSE
flip_y = FALSE
label = DF$label
l = ggraph::create_layout(pg, 'igraph', algorithm = algorithm)
arrow = grid::arrow(type = 'closed', 18, grid::unit(15, 'points'))
gplot = ggraph::ggraph(l) +
Expand Down
2 changes: 1 addition & 1 deletion R/read_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @param quiet Boolean indicating whether to print messages to terminal
#'
#' @details
#' See \code{\link{make_dsem_ram.R}} for details
#' See \code{\link{make_dsem_ram}} for details
read_model <-
function( sem,
times,
Expand Down
2 changes: 1 addition & 1 deletion man/read_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e942aae

Please sign in to comment.