-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
49 lines (39 loc) · 1.69 KB
/
CHANGELOG
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
Changes to Version 1.0.1 [March 2021]
* Fix errors in the description file
Changes to Version 1.0 [February 2021]
* The package is on CRAN for quite some time. No significant changes were made during the last years. Therefore, it is considered as stable, which leads to an update to version 1.0.
* grammar and spelling Improved
Changes from Version 0.0.3-4 to 0.0.3-5 [January 14 2015]
* New contributor
* Logo for package
* Latest source code hosted at github.com/michbur/MBmca/ now
* optimized error messages
- if warn is set to FALSE it is possible to fetch the warning messages from the
output
Changes from Version 0.0.3-3 to 0.0.3-4 [August 21 2014]
* new parameter error.message (set TRUE by default) in diffQ and diffQ2.
The parameter can be used to stop flooding the output with error warnings.
Changes from Version 0.0.3-2 to 0.0.3-3 [June 25 2014]
* Maintenance release
- Better error prevention in MFIerr
- LazyData now true
- Loops in examples and functions vectorized
- Some code clean-ups
- Documentation fixes
- Some loops with memory use reduction
- inder method from chipPCR package now part of diffQ and diffQ2
(improves finding of approximate first and second derivative
maxima/minima)
- Dependency to chipPCR (>= 0.0.7)
Changes from Version 0.0.3-1 to 0.0.3-2 [April 25 2014]
* Minor changes
Changes from Version 0.0.3 to 0.0.3-1 [April 25 2014]
* Minor code improvements
Changes from Version 0.0.2-1 to 0.0.3 [April 24 2014]
* Several bug fixes
* Uses inder function from the chipPCR package to calculate the derivative
* Improved some examples
* Minor code improvements
Changes from Version 0.0.2 to 0.0.2-1 [May 30 2013]
* Bug fix release
* Depends: R (>= 3.0.0)