-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
67 lines (51 loc) · 2.13 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Change Log
All notable changes to this project will be documented in this file. Keeping track of the change log started from v0.9.10.
## [Unreleased]
- unit testing
## [1.0.0] - 2020-06-05
### changes
- multiplot and summary_se are deprecated.
- several functions received some code updates.
## [0.9.19] - 2018-04-23
### Added
- qc_plot is added to create Shewhart Chart like plots for our metabolomics workflow.
- bubble_plot is added to create an overview plot of the quality of lipid identification by MS-DIAL.
- diff_plot is added to create simple plots to show if a lipid is up or down regulated.
## [0.9.18] - 2017-11-21
### Added
- msms_search_lipidmaps is now main functions which calls one of msms_search_lipidmaps.glycerolipids or msms_search_lipidmaps.phospholipids dependig on the lipidclass you specify.
## [0.9.17] - 2017-11-09
### Added
- added new function msms_search_lipidmaps
## [0.9.16] - 2017-05-16
### Changes
- in pca_plots changed from geom_path to geom_polygon
## [0.9.15] - 2017-05-15
### Fixed
- package could not be loaded anymore. purrr::by_row() was decprecated, this is fixed now
## [0.9.14] - 2017-05-01
### Added
- no need to install bioconductor packages yourself
## [0.9.13] - 2017-02-13
### Added
- tbl2roi: option to chose between Da or ppm as m/z tolerance
- closest_match: function to find the best matching peaks
## [0.9.12] - 2017-02-09
### fixed
- import of packages, this was not done properly everywhere.
### Added
- several functions for targeted analysis wich xcms.
- several unit tests, more will follow in the future.
- vignette (first draft) for targeted analysis with xcms.
### Misc
- roxygenise everything so it is easier to maintain help documentation.
## [0.9.11] - 2016-11-28
### Fixed
- plot_histogram wasn't using the correct binwidth for each histogram (if multiple histograms where plotted).
### Added
- Create input checks for summary_fit and summary_fit_data. For both functions additional unit test where created.
## [0.9.10] - 2016-11-23
### Fixed
- summary_fit gave an output to the console, because no id variable was specified. This is now fixed (issue #3).
### Added
- started with writing unit tests.