|
1 | 1 | ## Resubmission |
2 | 2 | This is a resubmission. In this version I have: |
3 | 3 |
|
4 | | -## Attended to a user-reported error: |
5 | | -Updated the test fixtures to reflect the changes to RNG in V 3.6.0 |
6 | | -Attended to a bug. |
| 4 | +## [0.1.0] - 2019-09-27 |
| 5 | +### Added |
| 6 | +- A changelog |
| 7 | +- A new feature for automated calculation of HOC |
| 8 | +- A new feature for two-stage calculation of interactions |
| 9 | +- A file for all references and citations |
| 10 | +- A return object in summary(boot_seminr_model) containing boot mean, SD, tvalue, and CIs for bootstrapped paths, loadings, weights and HTMT, |
| 11 | +- A test for the bootstrap summary return object |
| 12 | +- Descriptive statistics for item and construct data |
| 13 | +- S3 print method for class "table_output" for printing generic tables |
| 14 | +- new method interaction_term() for specifying a interaction construct |
| 15 | +- A fSquare function to calculating fSquared |
| 16 | +- A test for fSquared function |
| 17 | + |
| 18 | +### Changed |
| 19 | +- Fixtures for evaluating bootstrap HTMT for versions of R < 3.6.0 |
| 20 | +- Changed the R/* file naming to R/estimate_ R/feature_ R/evaluate_ etc. |
| 21 | +- Summary S3 method to return data descriptives in summary object |
| 22 | +- constructs() method now returns a list with classes |
| 23 | +- Changed references to include Cohen (2013) |
| 24 | +- Updated vignette to reflect fSquare function |
| 25 | + |
| 26 | +### Fixed |
| 27 | +- Modified calculation of HTMT to use absolute correlation matrices in order to make HTMT stable |
| 28 | + |
7 | 29 |
|
8 | 30 | ## Test environments |
9 | | -* macOS Mojave 10.14.4 (on travis-ci), R 3.6.0 |
10 | | -* Ubuntu 16.04.6 (on travis-ci), R 3.6.0 |
11 | | -* win-builder (devel and release) |
| 31 | +* macOS High Sierra 10.13.3 (on travis-ci), R 3.5.3 |
| 32 | +* macOS High Sierra 10.13.3 (on travis-ci), R 3.6.1 |
| 33 | +* Ubuntu 16.04.6 LTS (on travis-ci), R 3.5.3 |
| 34 | +* Ubuntu 16.04.6 LTS (on travis-ci), R 3.6.1 |
| 35 | +* win-builder (3.6.1 and 3.5.3) |
12 | 36 |
|
13 | 37 | ## R CMD check results |
14 | 38 | There were no ERRORs or WARNINGs or NOTEs. |
0 commit comments