Skip to content

Commit

Permalink
chore: fix missing comment that breaks lavaan parser (fixes #342) (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaray authored Jun 13, 2024
1 parent 937f306 commit fa2d96d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Depends: R (>= 3.5.0)
LazyData: TRUE
URL: https://github.com/sem-in-r/seminr
BugReports: https://github.com/sem-in-r/seminr/issues
RoxygenNote: 7.2.0
RoxygenNote: 7.2.3
Enhances: rsvg (>= 2.1),
semPlot,
vdiffr
Expand Down
2 changes: 1 addition & 1 deletion R/import_lavaan_syntax.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' @examples
#' lav_syntax <- '
#' Composite model
#' # Composite model
#' Image <~ IMAG1 + IMAG2 + IMAG3 + IMAG4 + IMAG5
#' Expectation <~ CUEX1 + CUEX2 + CUEX3
#' Value <~ PERV1 + PERV2
Expand Down
2 changes: 1 addition & 1 deletion man/csem2seminr.Rd

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

0 comments on commit fa2d96d

Please sign in to comment.