Skip to content

Commit

Permalink
Release to CRAN as v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewlcheung committed Sep 26, 2024
1 parent 7a385d4 commit ce4d261
Show file tree
Hide file tree
Showing 7 changed files with 230 additions and 242 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: metaSEM
Type: Package
Title: Meta-Analysis using Structural Equation Modeling
Version: 1.4.7
Date: 2024-08-31
Version: 1.5.0
Date: 2024-09-26
Depends: R (>= 3.4.0), OpenMx
Imports: Matrix, MASS, ellipse, graphics, stats, utils, mvtnorm, numDeriv, lavaan
Suggests: metafor, semPlot, R.rsp, testthat, matrixcalc
Expand Down
28 changes: 5 additions & 23 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,31 +1,13 @@
Release 1.4.7 (Aug 31, 2024)
====================================
Add Chan17.
Add lbound and ubound in sem() and as.mxAlgebra().

Release 1.4.6 (Aug 28, 2024)
====================================
Add a field of citations in the Jaramillo05 dataset.

Release 1.4.5 (Aug 1, 2024)
====================================
Rename create.mxModel() to sum().

Release 1.4.4 (Jul 27, 2024)
Release 1.5.0 (Sep 26, 2024)
====================================
* Add dataset Chan17.
* Add lbound and ubound in sem() and as.mxAlgebra().
* Add a field of citations in the Jaramillo05 dataset.
* Rename create.mxModel() to sem().
* Add osmasem2() and friends.
* Add mean data in issp05.

Release 1.4.3 (Jul 13, 2024)
====================================
* Support means in Cor2DataFrame().

Release 1.4.2 (Jul 10, 2024)
====================================
* Fix the means of the latent variables at 0 in lavaan2RAM().

Release 1.4.1 (Jun 17, 2024)
====================================
* Add "<~" operator in lavaan2RAM().
* Fix startvalues not assigned in create.mxModel().

Expand Down
4 changes: 2 additions & 2 deletions man/metaSEM-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
\tabular{ll}{
Package: \tab metaSEM\cr
Type: \tab Package\cr
Version: \tab 1.4.7\cr
Date: \tab 2024-08-31\cr
Version: \tab 1.5.0\cr
Date: \tab 2024-09-26\cr
License: \tab GPL (>=2)\cr
LazyLoad: \tab yes\cr
}
Expand Down
2 changes: 1 addition & 1 deletion man/osmasem.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ modeling with moderating effects on SEM parameters. \emph{Psychological

% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ osmasem, osmasemCovMean }
\keyword{meta-analysis}
2 changes: 1 addition & 1 deletion man/summary.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
\note{If the OpenMx status1 is either 0 or 1, the estimation is
considered fine. If the OpenMx status1 is other values, it indicates
estimation problems. Users should refer to \url{https://openmx.ssri.psu.edu//wiki/errors} for more details.
estimation problems. Users should refer to `OpenMx` website for more details.
}

%% ~Make other sections like Warning with \section{Warning }{....} ~
Expand Down
432 changes: 219 additions & 213 deletions vignettes/Examples.html

Large diffs are not rendered by default.

Binary file modified vignettes/metaSEM.pdf
Binary file not shown.

0 comments on commit ce4d261

Please sign in to comment.