/usr/lib/R/site-library/readMzXmlData/NEWS is in r-cran-readmzxmldata 2.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 68 69 70 71 72 73 | RELEASE HISTORY OF THE "readMzXmlData" PACKAGE
==============================================
Version 2.7 [2013-07-03]:
- Replace all paste(..., sep="") calls by paste0;
now readMzXmlData depends on R >= 2.15.
- for empty scans mass and intensity are double() instead of list().
Version 2.6 [2013-04-03]:
- Remove LICENSE file.
- DESCRIPTION: move base64enc, digest and XML to "Imports".
- mqReadMzXml is marked as deprecated. Use MALDIquantForeign::importMzXml
instead.
Version 2.5 [2012-12-09]:
- Replace .base64decode by base64enc::base64decode.
- Replace .fregexpr by .revfregexpr (start search for sha1 sum from the end of
the file).
Version 2.4 [2012-09-12]:
- Fix error message if a required attribute is missing.
- Attribute "scanCount" is now optional (as intended in mzXML specification).
- Assume msLevel==1 if attribute "msLevel" is missing.
- Update DESCRIPTION file to use Authors@R and depends on R>=2.14 now.
- Roxygenize package.
Version 2.3 [2012-05-06]:
- mqReadMzXml always returns a list of MassSpectrum objects
(for a single MassSpectrum object it returns a list, too).
Version 2.2.1 [2012-03-09]:
- Keep filename if removeMetaData==TRUE.
- Replace some warning()'s by stop()'s.
Version 2.2 [2012-01-30]:
- Add compression support (compressionType="zlib").
Version 2.1.1 [2012-01-28]:
- Remove import directives in NAMESPACE
(Otherwise installation fails on R<2.14 because bitops has no NAMESPACE file.).
Version 2.1 [2012-01-25]:
- Change NAMESPACE file.
- Hide .base64decode by NAMESPACE.
- Add compressionType and compressedLen attributes
(but don't handle them due lack of test files).
Version 2.0.1 [2012-01-11]:
- Fix dataProcessing parsing.
Version 2.0 [2011-10-04]:
- Complete rewrite of mzXML parser (using xmlEventParse; no wrapper of
caMassClass' read.mzXML anymore).
Version 1.3.1 [2011-09-24]:
- Fix import of mzXML 3.x files.
(attribute "pairOrder" (mzXML 2.2) is called "contentType" in 3.x).
Version 1.3 [2011-05-28]:
- Add mqReadMzXml.
Version 1.2 [2011-03-21]:
- Unhide .read.mzXML and .base64decode by NAMESPACE.
- Surround package names by double quotes.
Version 1.1 [2011-02-22]:
- Prepend dot to function names of read.mzXML and base64decode to avoid
conflicts with caMassClass.
- Hide .read.mzXML and .base64decode by NAMESPACE.
Version 1.0 [2011-02-18]:
- First public release.
- Reads mass spectrometry data from mzXML files.
|