-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNEWS.Rmd
48 lines (26 loc) · 1.19 KB
/
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
39
40
41
42
43
44
45
46
47
48
---
title: "NEWS"
output:
md_document:
variant: markdown_github
---
# squid 0.2.1.9000
# squid 0.2.1
* Fix directory error in `squidApp()` [e740983](https://github.com/squid-group/squid/commit/d96273ac032929e4159062e985eeca142a3bcde4)
# squid 0.2.0
* 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"
* Add module "Non-Gaussian traits"
# 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.