Skip to content

Commit ce4d261

Browse files
committed
Release to CRAN as v1.5.0
1 parent 7a385d4 commit ce4d261

File tree

7 files changed

+230
-242
lines changed

7 files changed

+230
-242
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: metaSEM
22
Type: Package
33
Title: Meta-Analysis using Structural Equation Modeling
4-
Version: 1.4.7
5-
Date: 2024-08-31
4+
Version: 1.5.0
5+
Date: 2024-09-26
66
Depends: R (>= 3.4.0), OpenMx
77
Imports: Matrix, MASS, ellipse, graphics, stats, utils, mvtnorm, numDeriv, lavaan
88
Suggests: metafor, semPlot, R.rsp, testthat, matrixcalc

NEWS

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,13 @@
1-
Release 1.4.7 (Aug 31, 2024)
2-
====================================
3-
Add Chan17.
4-
Add lbound and ubound in sem() and as.mxAlgebra().
5-
6-
Release 1.4.6 (Aug 28, 2024)
7-
====================================
8-
Add a field of citations in the Jaramillo05 dataset.
9-
10-
Release 1.4.5 (Aug 1, 2024)
11-
====================================
12-
Rename create.mxModel() to sum().
13-
14-
Release 1.4.4 (Jul 27, 2024)
1+
Release 1.5.0 (Sep 26, 2024)
152
====================================
3+
* Add dataset Chan17.
4+
* Add lbound and ubound in sem() and as.mxAlgebra().
5+
* Add a field of citations in the Jaramillo05 dataset.
6+
* Rename create.mxModel() to sem().
167
* Add osmasem2() and friends.
178
* Add mean data in issp05.
18-
19-
Release 1.4.3 (Jul 13, 2024)
20-
====================================
219
* Support means in Cor2DataFrame().
22-
23-
Release 1.4.2 (Jul 10, 2024)
24-
====================================
2510
* Fix the means of the latent variables at 0 in lavaan2RAM().
26-
27-
Release 1.4.1 (Jun 17, 2024)
28-
====================================
2911
* Add "<~" operator in lavaan2RAM().
3012
* Fix startvalues not assigned in create.mxModel().
3113

man/metaSEM-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
\tabular{ll}{
1515
Package: \tab metaSEM\cr
1616
Type: \tab Package\cr
17-
Version: \tab 1.4.7\cr
18-
Date: \tab 2024-08-31\cr
17+
Version: \tab 1.5.0\cr
18+
Date: \tab 2024-09-26\cr
1919
License: \tab GPL (>=2)\cr
2020
LazyLoad: \tab yes\cr
2121
}

man/osmasem.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ modeling with moderating effects on SEM parameters. \emph{Psychological
9292

9393
% Add one or more standard keywords, see file 'KEYWORDS' in the
9494
% R documentation directory.
95-
\keyword{ osmasem, osmasemCovMean }
95+
\keyword{meta-analysis}

man/summary.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595
\note{If the OpenMx status1 is either 0 or 1, the estimation is
9696
considered fine. If the OpenMx status1 is other values, it indicates
97-
estimation problems. Users should refer to \url{https://openmx.ssri.psu.edu//wiki/errors} for more details.
97+
estimation problems. Users should refer to `OpenMx` website for more details.
9898
}
9999

100100
%% ~Make other sections like Warning with \section{Warning }{....} ~

vignettes/Examples.html

Lines changed: 219 additions & 213 deletions
Large diffs are not rendered by default.

vignettes/metaSEM.pdf

7.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)