-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
49 lines (32 loc) · 1.38 KB
/
NEWS
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
49
Version 0.9-1 (2022-09-20)
o Some additions to the `mvinfluence-package.R` documentation and `README.Rmd`
o Add further explanation of the Toy example in the vignette
Version 0.9-0 (2022-09-10)
o Complete overhaul, using `roxygen2` for documentation
o Expand README, now with better examples
o Added package `vignette("uni-vs-multi")`
o Document the formulas used in calculations in `mvfluence-package.R`
Version 0.8-3 (2018-05-16)
o update mvinfluence-package.Rd using utils::promptPackage to conform to avoid hard-wired DESCRIPTION metadata
Version 0.8-2 (2018-04-10)
o use LazyData
Version 0.8-1 (2018-04-07)
o fix errors resulting from car::showLabels changes
Version 0.8 (2016-06-02)
o Fixed problems for CRAN: NAMESPACE, Rd files
o Added more examples to Rd files
o Added infIndexPlot for index plots of diagnostic measures
o Fixed buglet in influencePlot re: rownames of result
Version 0.7 (2013-09-06)
o Added reference line for type=='stres' plot
o Added Fertilizer data
Version 0.6 (2012-12-20)
o Added further documentation and examples
Version 0.5 (2012-12-19)
o Fixed documentation errors; now builds correctly
o First version released to CRAN
Version 0.4 (2012-03-18)
o Added more documentation examples, using Sake and Adopted data from heplots
o now Depends: heplots for example data
Version 0.3 (2012-02-13)
o Initial package version