Skip to content

Commit 4a19530

Browse files
Prepare CRAN release (#1124)
* Prepare CRAN release * bump * Update NEWS.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update DESCRIPTION * Update NEWS.md --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 42e0e9c commit 4a19530

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

DESCRIPTION

Lines changed: 3 additions & 4 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.16
4+
Version: 0.27.0
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -78,7 +78,7 @@ BugReports: https://github.com/easystats/parameters/issues
7878
Depends:
7979
R (>= 3.6)
8080
Imports:
81-
bayestestR (>= 0.16.0),
81+
bayestestR (>= 0.16.1),
8282
datawizard (>= 1.1.0),
8383
insight (>= 1.3.1),
8484
graphics,
@@ -110,7 +110,7 @@ Suggests:
110110
cluster,
111111
cobalt,
112112
coda,
113-
correlation,
113+
correlation (>= 0.8.8),
114114
coxme,
115115
cplm,
116116
curl,
@@ -230,4 +230,3 @@ Config/testthat/parallel: true
230230
Config/Needs/website: easystats/easystatstemplate
231231
Config/Needs/check: stan-dev/cmdstanr
232232
Config/rcmdcheck/ignore-inconsequential-notes: true
233-
Remotes: easystats/insight, easystats/bayestestR, easystats/correlation

NEWS.md

Lines changed: 4 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,9 @@
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+
(which can be a single value or a matrix of pairwise counts), to compute
21+
factor analysis for a correlation matrix or covariance matrix.
2222

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

0 commit comments

Comments
 (0)