Skip to content

Commit de04fdb

Browse files
committed
Prepare CRAN release
1 parent b9db7ae commit de04fdb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: parameters
33
Title: Processing of Model Parameters
4-
Version: 0.26.0.11
4+
Version: 0.27.0
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -229,4 +229,3 @@ Config/testthat/parallel: true
229229
Config/Needs/website: easystats/easystatstemplate
230230
Config/Needs/check: stan-dev/cmdstanr
231231
Config/rcmdcheck/ignore-inconsequential-notes: true
232-
Remotes: easystats/insight, easystats/bayestestR, easystats/correlation

NEWS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# parameters (devel)
1+
# parameters 0.27.0
22

33
## Breaking Changes
44

@@ -16,9 +16,8 @@
1616

1717
## Changes
1818

19-
* `factor_analysis()` gets a `.matrix` method, including arguments `n_obs` and
20-
`n_matrix`, to compute factor analysis for a correlation matrix or covariance
21-
matrix.
19+
* `factor_analysis()` gets a `.matrix` method, including a new argument `n_obs`,
20+
to compute factor analysis for a correlation matrix or covariance matrix.
2221

2322
* New function `factor_scores()` to extract factor scores from EFA (`psych::fa()`
2423
or `factor_analysis()`).

0 commit comments

Comments
 (0)