forked from squidgroup/squid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS.Rmd
38 lines (22 loc) · 1005 Bytes
/
NEWS.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: "NEWS"
output:
md_document:
variant: markdown_github
---
# squid .9000
* Update personal info of SQuID members
* Use shinyMatrix package for matrixInput
* Module "Random regressions": plot true predicted values by individual
* Module "Multidimentional phenotypic plasticity and random slopes"
# squid 0.1.2
* Reset individual identifier to 1 for each replicate.
* Add correlation between trait in residual and high-level grouping variance.
* Change in `squidApp()` the export data.frame column names from Beta0, Beta1 and Beta12 to respectively B0, B1 and B12 in order to have a consistent nomenclature between `squidApp()` and `squidR()`.
* Add the high-level grouping id column to the `squidR()` return data.frame
# squid 0.1.1
* Change the name of module "Random slope" to "Random regression".
* Add Denis Reale as package author to DESCRIPTION file.
* Fix display issue in R documentation (in function `squidR()`, section Details).
# squid 0.1.0
* First release.