#------------------------------------------------------------
# ---- Changes in TripleR version 0.5.2  ----------------------
#------------------------------------------------------------


- Reliabilities are always printed with 3 decimals
- Warnings about excluded groups and/or participants are more meaningful and cleaned up (double warnings should not occur anymore)
- Increased reliability with many NAs (especially in latent analyses)

#------------------------------------------------------------
# ---- Changes in TripleR version 0.5.1  ----------------------
#------------------------------------------------------------

BUG FIXES

- self ratings are now correctly centered

MINOR IMPROVEMENTS/ CHANGES

- updated vignette with sections on missing values and installation of R
- Handling of multiple groups now is more robust in cases where some groups contained self ratings and others do not


#------------------------------------------------------------
# ---- Changes in TripleR version 0.5  ----------------------
#------------------------------------------------------------

- checked 2.12.0 compatibility ( ... it works)
- introduced new parameter to RR: minData. minData (default = 1) controls the minimum amount of data points which should be in each row or column of the round robin matrix. For example, minData=2 means that for each participant, at least two data points have to be present both as actor and as target.
- Updated the procedure for missing values: For the calculation of variance components and effects, missing values are imputed as the average of the respective row and col means. Relationship effects which were missing in the original data set then are set to NA again.


#------------------------------------------------------------
# ---- Changes in TripleR version 0.4.6  ----------------------
#------------------------------------------------------------

NEW FEATURES

- added significance test for covariances in the univariate latent case


MINOR IMPROVEMENTS/ CHANGES

- improved vignette
- added a link to TripleR.pdf in the main help page
- fixed a small bug in printing multiple groups: The variable name now is displayed
- fixed a namespace conflict with imported packages



#------------------------------------------------------------
# ---- Changes in TripleR version 0.4.5  ----------------------
#------------------------------------------------------------

MINOR IMPROVEMENTS/ CHANGES

- updated vignette with an instruction how to calculate partial correlations between
SRM effects and external variables
- speed improvements


#------------------------------------------------------------
# ---- Changes in TripleR version 0.4.4  ----------------------
#------------------------------------------------------------

MINOR IMPROVEMENTS/ CHANGES

- Improved help files, added help file for plot.RR

BUG FIXES

- Fixed minor bug in styles: Labels of reliabilities now always are displayed correctly

#------------------------------------------------------------
# ---- Changes in TripleR version 0.4.3  ----------------------
#------------------------------------------------------------

BUG FIXES

- Standardized variances in bivariate manifest analysis are corrected


#------------------------------------------------------------
# ---- Changes in TripleR version 0.4.2  ----------------------
#------------------------------------------------------------

NEW FEATURES

- Added a NEWS file (you're reading it) to document changes
- Relationship effects now have a new column called 'dyad'. This facilitates subsequent dyadic analyses.
- Relationship effects now are sorted that each pair of dyadic effects is in consecutive lines
- Added new labeling system: all labels can now centrally controlled by one function: RR.style. 
You set your styles once at the beginning of the project (e.g., RR.style("perception")), and all 
subsequent calls of RR are styled accordingly (i.e., in RR.print appropriate labels are taken, and 
the suffixes of the effects are appropriately set)
- Reliability of relationship effects now is printed (provided only in latent analyses)


MINOR IMPROVEMENTS/ CHANGES

- Improved help files
- Removed warning, that variance components < 10% should not be interpreted (the relevant indicator is 
the significance of these components)
- The labels of the reliabilities now are correctly set to actor/partner or perceiver/target, 
depending on the style set.
- Fixed line breaks in the vignette


BUG FIXES

- Labeling of perception/metaperception now is correct