Skip to content

Commit 884d74c

Browse files
committed
news
1 parent db9fc23 commit 884d74c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Breaking Changes
44

5-
* The `cor` argument in `factor_analysis()` and `n_factors()` was renamed into
6-
`correlation_matrix`, to avoid naming collision with the `cor` argument of
7-
`psych::fa()`, which is internally used. Hence, now users can pass the `cor`
8-
argument to `psych::fa()` when using `factor_analysis()`.
5+
* The `cor` argument in `n_factors()` was renamed into `correlation_matrix`. In
6+
`factor_analysis()`, the `cor` argument was completely removed to avoid naming
7+
collision with the `cor` argument of `psych::fa()`, which now users can pass
8+
the `cor` argument to `psych::fa()` when using `factor_analysis()`.
99

1010
## Changes
1111

0 commit comments

Comments
 (0)