... | ... |
@@ -1,3 +1,8 @@ |
1 |
+2023-02-12 Steffen Neumann <sneumann@msbi-corei> |
|
2 |
+ |
|
3 |
+ * search&replace deprecated auto_ptr with unique_ptr |
|
4 |
+ * use labda functions instead of e.g. bind2nd() |
|
5 |
+ |
|
1 | 6 |
2019-05-02 Steffen Neumann <sneumann@msbi-corei> |
2 | 7 |
|
3 | 8 |
* Rdisop-1.45.1: Merge fix by Max Helf for improved |
... | ... |
@@ -1,3 +1,8 @@ |
1 |
+2019-05-02 Steffen Neumann <sneumann@msbi-corei> |
|
2 |
+ |
|
3 |
+ * Rdisop-1.44.1: Merge fix by Max Helf for improved |
|
4 |
+ decomposeMass: element filter handling. |
|
5 |
+ |
|
1 | 6 |
2019-04-01 Steffen Neumann <sneumann@msbi-corei> |
2 | 7 |
|
3 | 8 |
* Rdisop-1.43.2: David Rasp helped to remove dependency |
... | ... |
@@ -1,3 +1,9 @@ |
1 |
+2019-04-01 Steffen Neumann <sneumann@msbi-corei> |
|
2 |
+ |
|
3 |
+ * Rdisop-1.43.2: David Rasp helped to remove dependency |
|
4 |
+ to RcppClassic, which might not be supported at some time |
|
5 |
+ in the future |
|
6 |
+ |
|
1 | 7 |
2015-12-08 Steffen Neumann <sneumann@ipb-halle.de> |
2 | 8 |
|
3 | 9 |
* Added unit test for charge=0 and charge=1 |
From: Steffen Neumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@111340 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@81840 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@81839 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@70786 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,12 +1,16 @@ |
1 |
+2012-10-26 Steffen Neumann <sneumann@ipb-halle.de> |
|
2 |
+ |
|
3 |
+ * src/disop.cpp (decomposeIsotopes): Add support for element count filtering |
|
4 |
+ |
|
1 | 5 |
2012-04-21 Steffen Neumann <sneumann@ipb-halle.de> |
2 | 6 |
|
3 | 7 |
* R/elements.R (initializeCharges): Fixed electron mass |
4 | 8 |
|
5 | 9 |
2012-03-28 Steffen Neumann <sneumann@ipb-halle.de> |
6 | 10 |
* Added citations in package and documentation |
7 |
- |
|
8 |
-2012-03-26 Steffen Neumann <sneumann@ipb-halle.de> |
|
9 |
- * src/disop.cpp: fixed missing UNPROTECT(), avoids warning |
|
11 |
+ |
|
12 |
+2012-03-26 Steffen Neumann <sneumann@ipb-halle.de> |
|
13 |
+ * src/disop.cpp: fixed missing UNPROTECT(), avoids warning |
|
10 | 14 |
and possibly memory corruprtion and crashes |
11 | 15 |
|
12 | 16 |
2012-03-11 Steffen Neumann <sneumann@ipb-halle.de> |
... | ... |
@@ -21,9 +25,9 @@ |
21 | 25 |
2012-02-23 Steffen Neumann <sneumann@ipb-halle.de> |
22 | 26 |
* Moved from the ancient embedded Rcpp to RcppClassic, |
23 | 27 |
thanks to the work of Dirk Eddelbuettel who did the porting |
24 |
- |
|
28 |
+ |
|
25 | 29 |
2010-11-04 Steffen Neumann <sneumann@ipb-halle.de> |
26 |
- * Corrected bug that leads to wrong monoisotopic masses for molecules |
|
30 |
+ * Corrected bug that leads to wrong monoisotopic masses for molecules |
|
27 | 31 |
containing elements where the most abundant isotope is not the first one, |
28 | 32 |
discovered by Ralf Tautenhahn |
29 | 33 |
|
... | ... |
@@ -51,10 +55,10 @@ |
51 | 55 |
can be useful for getMolecule("H3O+", elements=c(initializeCHNOPS(),initializeCharges())) |
52 | 56 |
* R/Rdisop.R: fixed important bug which always initialised the |
53 | 57 |
full PSE when supplying a special elements list |
54 |
- |
|
58 |
+ |
|
55 | 59 |
2008-04-23 sneumann <sneumann@ipb-halle.de> |
56 | 60 |
|
57 |
- * R/elements.R: fixed some masses/abundances, |
|
61 |
+ * R/elements.R: fixed some masses/abundances, |
|
58 | 62 |
added more elements |
59 | 63 |
|
60 | 64 |
2008-02-15 sneumann <sneumann@kons.ipb-sub.ipb-halle.de> |
... | ... |
@@ -83,7 +87,7 @@ |
83 | 87 |
|
84 | 88 |
2007-10-14 Steffen Neumann <sneumann@ipb-halle.de> |
85 | 89 |
|
86 |
- * man: fixed some manpages |
|
90 |
+ * man: fixed some manpages |
|
87 | 91 |
|
88 | 92 |
2007-07-26 sneumann <sneumann@ipb-halle.de> |
89 | 93 |
|
... | ... |
@@ -101,7 +105,7 @@ |
101 | 105 |
|
102 | 106 |
2007-07-03 sneumann <sneumann@ipb-halle.de> |
103 | 107 |
|
104 |
- * src/disop.cpp: Clear error Message before running |
|
108 |
+ * src/disop.cpp: Clear error Message before running |
|
105 | 109 |
|
106 | 110 |
2007-06-14 sneumann <sneumann@ipb-halle.de> |
107 | 111 |
|
... | ... |
@@ -115,7 +119,7 @@ |
115 | 119 |
2007-06-05 sneumann <sneumann@ipb-halle.de> |
116 | 120 |
|
117 | 121 |
* src/disop.cpp: Fixed stack imbalance for empty decompositions |
118 |
- * src/disop.cpp: improved Error Handling |
|
122 |
+ * src/disop.cpp: improved Error Handling |
|
119 | 123 |
|
120 | 124 |
2007-05-25 sneumann <sneumann@ipb-halle.de> |
121 | 125 |
|
... | ... |
@@ -125,7 +129,7 @@ |
125 | 129 |
|
126 | 130 |
2007-05-15 Steffen Neumann <sneumann@ipb-halle.de> |
127 | 131 |
|
128 |
- * Added addMolecule and subMolecule |
|
132 |
+ * Added addMolecule and subMolecule |
|
129 | 133 |
to do arithmetics with adducts / fragments |
130 | 134 |
|
131 | 135 |
2007-05-04 Steffen Neumann <sneumann@ipb-halle.de> |
... | ... |
@@ -134,7 +138,7 @@ |
134 | 138 |
|
135 | 139 |
2007-04-30 Steffen Neumann <sneumann@ipb-halle.de> |
136 | 140 |
|
137 |
- * R/zzz.R: removed unnecesary library.dynam() |
|
141 |
+ * R/zzz.R: removed unnecesary library.dynam() |
|
138 | 142 |
which also caused problems on systems without libR.so |
139 | 143 |
* src/ims/*: moved imslib sources into src/ subfolder |
140 | 144 |
instead of using unchanged libims.a |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@65324 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@64529 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,5 +1,7 @@ |
1 |
-2012-03-26 Steffen Neumann <sneumann@ipb-halle.de> |
|
2 |
- |
|
1 |
+2012-03-28 Steffen Neumann <sneumann@ipb-halle.de> |
|
2 |
+ * Added citations in package and documentation |
|
3 |
+ |
|
4 |
+2012-03-26 Steffen Neumann <sneumann@ipb-halle.de> |
|
3 | 5 |
* src/disop.cpp: fixed missing UNPROTECT(), avoids warning |
4 | 6 |
and possibly memory corruprtion and crashes |
5 | 7 |
|
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@64461 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@63750 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@63725 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@63551 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,3 +1,6 @@ |
1 |
+2012-03-06 Steffen Neumann <sneumann@ipb-halle.de> |
|
2 |
+ * Windows build fixes, removed old configure.in |
|
3 |
+ |
|
1 | 4 |
2012-02-23 Steffen Neumann <sneumann@ipb-halle.de> |
2 | 5 |
* Moved from the ancient embedded Rcpp to RcppClassic, |
3 | 6 |
thanks to the work of Dirk Eddelbuettel who did the porting |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@63004 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+2012-02-23 Steffen Neumann <sneumann@ipb-halle.de> |
|
2 |
+ * Moved from the ancient embedded Rcpp to RcppClassic, |
|
3 |
+ thanks to the work of Dirk Eddelbuettel who did the porting |
|
4 |
+ |
|
1 | 5 |
2010-11-04 Steffen Neumann <sneumann@ipb-halle.de> |
2 | 6 |
* Corrected bug that leads to wrong monoisotopic masses for molecules |
3 | 7 |
containing elements where the most abundant isotope is not the first one, |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@50670 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,3 +1,12 @@ |
1 |
+2010-11-04 Steffen Neumann <sneumann@ipb-halle.de> |
|
2 |
+ * Corrected bug that leads to wrong monoisotopic masses for molecules |
|
3 |
+ containing elements where the most abundant isotope is not the first one, |
|
4 |
+ discovered by Ralf Tautenhahn |
|
5 |
+ |
|
6 |
+2010-10-22 Steffen Neumann <sneumann@ipb-halle.de> |
|
7 |
+ * R/elements.R: Added remaining elements to PSE, |
|
8 |
+ contributed by Canteri Roberto (http://m2b2.fbk.eu/en/people) |
|
9 |
+ |
|
1 | 10 |
2010-05-18 Steffen Neumann <sneumann@ipb-halle.de> |
2 | 11 |
* added Runit test infrastructure |
3 | 12 |
|
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@48670 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@45700 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
2010-04-02 Steffen Neumann <sneumann@ipb-halle.de> |
2 | 2 |
* added Selenium to list of elements |
3 | 3 |
* added Cobalt to list of elements |
4 |
+ * fixed Selenium abundances and masses |
|
4 | 5 |
|
5 | 6 |
2010-02-08 Steffen Neumann <sneumann@ipb-halle.de> |
6 | 7 |
* added parameter maxisotopes to getMolecule() and decompose*() |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@45696 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@45693 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@44563 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@33667 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@33178 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,3 +1,10 @@ |
1 |
+2008-08-11 sneumann <sneumann@ipb-halle.de> |
|
2 |
+ |
|
3 |
+ * R/elements.R (initializeCharges): added initializeCharges, which |
|
4 |
+ can be useful for getMolecule("H3O+", elements=c(initializeCHNOPS(),initializeCharges())) |
|
5 |
+ * R/Rdisop.R: fixed important bug which always initialised the |
|
6 |
+ full PSE when supplying a special elements list |
|
7 |
+ |
|
1 | 8 |
2008-04-23 sneumann <sneumann@ipb-halle.de> |
2 | 9 |
|
3 | 10 |
* R/elements.R: fixed some masses/abundances, |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@31267 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@30009 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@29147 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@29015 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,5 +1,9 @@ |
1 | 1 |
2007-12-04 sneumann <sneumann@ipb-halle.de> |
2 | 2 |
|
3 |
+ * configure.win, src/Makevars.win, src/win/*: Fix Windows build |
|
4 |
+ |
|
5 |
+ 2007-12-04 sneumann <sneumann@ipb-halle.de> |
|
6 |
+ |
|
3 | 7 |
* R/Rdisop.R, man/decomposeMass.Rd: added absolute mass deviation |
4 | 8 |
|
5 | 9 |
2007-10-29 begert <begert@ipb-halle.de> |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@29009 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,10 +1,18 @@ |
1 |
-2007-10-19 sneumann <sneumann@lathan.ipb-sub.ipb-halle.de> |
|
1 |
+2007-12-04 sneumann <sneumann@ipb-halle.de> |
|
2 |
+ |
|
3 |
+ * R/Rdisop.R, man/decomposeMass.Rd: added absolute mass deviation |
|
4 |
+ |
|
5 |
+2007-10-29 begert <begert@ipb-halle.de> |
|
6 |
+ |
|
7 |
+ * R/elements.R: Fixed O mass |
|
8 |
+ |
|
9 |
+2007-10-19 sneumann <sneumann@ipb-halle.de> |
|
2 | 10 |
|
3 | 11 |
* NAMESPACE: Re-enabled useDynLib(libims) to fix Linux Build |
4 | 12 |
|
5 | 13 |
2007-10-15 sneumann <sneumann@ipb-halle.de> |
6 | 14 |
|
7 |
- * confogure.win, src/Makevars.win: Fix Windows build |
|
15 |
+ * configure.win, src/Makevars.win: Fix Windows build |
|
8 | 16 |
|
9 | 17 |
2007-10-14 Steffen Neumann <sneumann@ipb-halle.de> |
10 | 18 |
|
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@28072 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@27994 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@27990 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@27972 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,59 @@ |
1 |
+2007-07-26 sneumann <sneumann@ipb-halle.de> |
|
2 |
+ |
|
3 |
+ * removed several get*Masses in favour of getMass |
|
4 |
+ * polished vignette |
|
5 |
+ |
|
6 |
+2007-07-11 sneumann <sneumann@ipb-halle.de> |
|
7 |
+ |
|
8 |
+ * R/elements.R, R/Rdisop.R: Formatting changes |
|
9 |
+ * configure.in: disabled autogen for imslib |
|
10 |
+ |
|
11 |
+2007-07-09 sneumann <sneumann@ipb-halle.de> |
|
12 |
+ |
|
13 |
+ * DESCRIPTION (Version): bumped Version following BioC scheme |
|
14 |
+ |
|
15 |
+2007-07-03 sneumann <sneumann@ipb-halle.de> |
|
16 |
+ |
|
17 |
+ * src/disop.cpp: Clear error Message before running |
|
18 |
+ |
|
19 |
+2007-06-14 sneumann <sneumann@ipb-halle.de> |
|
20 |
+ |
|
21 |
+ * R/Rdisop.R: removed CHNOPS warning message |
|
22 |
+ * Windows: first Windows build |
|
23 |
+ |
|
24 |
+2007-06-07 sneumann <sneumann@ipb-halle.de> |
|
25 |
+ |
|
26 |
+ * R/Rdisop.R (decomposeMass): fixed call |
|
27 |
+ |
|
28 |
+2007-06-05 sneumann <sneumann@ipb-halle.de> |
|
29 |
+ |
|
30 |
+ * src/disop.cpp: Fixed stack imbalance for empty decompositions |
|
31 |
+ * src/disop.cpp: improved Error Handling |
|
32 |
+ |
|
33 |
+2007-05-25 sneumann <sneumann@ipb-halle.de> |
|
34 |
+ |
|
35 |
+ * R/elements.R: Added na, k, cl, br, f, i, fe, mg, ca |
|
36 |
+ |
|
37 |
+ * R/Rdisop.R: moved isotope table to own file |
|
38 |
+ |
|
39 |
+2007-05-15 Steffen Neumann <sneumann@ipb-halle.de> |
|
40 |
+ |
|
41 |
+ * Added addMolecule and subMolecule |
|
42 |
+ to do arithmetics with adducts / fragments |
|
43 |
+ |
|
44 |
+2007-05-04 Steffen Neumann <sneumann@ipb-halle.de> |
|
45 |
+ |
|
46 |
+ * configure.in: Re-Added local copy of IMS as fallback |
|
47 |
+ |
|
48 |
+2007-04-30 Steffen Neumann <sneumann@ipb-halle.de> |
|
49 |
+ |
|
50 |
+ * R/zzz.R: removed unnecesary library.dynam() |
|
51 |
+ which also caused problems on systems without libR.so |
|
52 |
+ * src/ims/*: moved imslib sources into src/ subfolder |
|
53 |
+ instead of using unchanged libims.a |
|
54 |
+ |
|
55 |
+2007-03-23 Steffen Neumann <sneumann@ipb-halle.de> |
|
56 |
+ |
|
57 |
+ * src/disop.cpp: Removed decomposeMass(), this case is handled by |
|
58 |
+ the R code. |
|
59 |
+ |