Browse code

bump version and update news

Laurent Gatto authored on 16/08/2019 15:56:49
Showing 2 changed files

  • DESCRIPTION index b9ebc55f4a..3af1cf824b 100644
  • NEWS index 7f4b40ca39..6c4910aa4f 100644
... ...
@@ -2,7 +2,7 @@ Package: mzR
2 2
 Type: Package
3 3
 Title: parser for netCDF, mzXML, mzData and mzML and mzIdentML files
4 4
        (mass spectrometry data)
5
-Version: 2.19.2
5
+Version: 2.19.3
6 6
 Author: Bernd Fischer, Steffen Neumann, Laurent Gatto, Qiang Kou, Johannes Rainer
7 7
 Maintainer: Steffen Neumann <sneumann@ipb-halle.de>,
8 8
 	    Laurent Gatto <lg390@cam.ac.uk>,
... ...
@@ -17,7 +17,7 @@ Description: mzR provides a unified API to the common file formats and
17 17
 License: Artistic-2.0
18 18
 LazyLoad: yes
19 19
 Depends: Rcpp (>= 0.10.1), methods, utils
20
-Imports: Biobase, BiocGenerics (>= 0.13.6), ProtGenerics (>= 1.17.2), ncdf4
20
+Imports: Biobase, BiocGenerics (>= 0.13.6), ProtGenerics (>= 1.17.3), ncdf4
21 21
 Suggests: msdata (>= 0.15.1), RUnit, mzID, BiocStyle (>= 2.5.19), knitr, XML
22 22
 VignetteBuilder: knitr
23 23
 LinkingTo: Rcpp, zlibbioc, Rhdf5lib (>= 1.1.4)
... ...
@@ -1,6 +1,10 @@
1
+CHANGES IN VERSION 2.19.3
2
+-------------------------
3
+ o use ProtGenerics::tolerance generic <2019-08-16 Fri>
4
+
1 5
 CHANGES IN VERSION 2.19.2
2 6
 -------------------------
3
- o Fix issue 190, compiles on clang-8.0 
7
+ o Fix issue 190, compiles on clang-8.0
4 8
 
5 9
 CHANGES IN VERSION 2.19.1
6 10
 -------------------------