Browse code

Commit made by the Bioconductor Git-SVN bridge. Consists of 2 commits.

Commit information:

Commit id: a02c9a92c4d8c53858da5aa73b75bfbf85d6b682
Commit message: add more generated files to ignore
Committed by: Steffen Neumann
Author Name: Steffen Neumann
Commit date: 2014-06-25 06:56:46 +0200
Author date: 2014-06-25 06:56:46 +0200

Commit id: 39792622547ebe3a76ec1499de789076223ff98f
Commit message: restored old ramp Interface
Committed by: Steffen Neumann
Author Name: Steffen Neumann
Commit date: 2014-06-25 06:55:42 +0200
Author date: 2014-06-25 06:55:42 +0200



git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@91825 bc3139a8-67e5-0310-9ffc-ced21a209358

s.neumann authored on 25/06/2014 04:58:28
Showing 1 changed files
... ...
@@ -8,6 +8,8 @@
8 8
 *.dll
9 9
 *.a
10 10
 
11
+src/symbols.rds
12
+
11 13
 # SVN stuff
12 14
 .svn
13 15
 
... ...
@@ -16,3 +18,4 @@ inst/unitTests/report*
16 18
 
17 19
 # configure generated stuff:
18 20
 R/zzz.R
21
+
Browse code

Mavericks support

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@90716 bc3139a8-67e5-0310-9ffc-ced21a209358

l.gatto authored on 26/05/2014 19:55:15
Showing 1 changed files
... ...
@@ -14,3 +14,5 @@
14 14
 # RUnit generated stuff
15 15
 inst/unitTests/report*
16 16
 
17
+# configure generated stuff:
18
+R/zzz.R
Browse code

backport polarity support in ramp from xcms

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@63803 bc3139a8-67e5-0310-9ffc-ced21a209358

s.neumann authored on 13/03/2012 11:40:30
Showing 1 changed files
... ...
@@ -10,3 +10,7 @@
10 10
 
11 11
 # SVN stuff
12 12
 .svn
13
+
14
+# RUnit generated stuff
15
+inst/unitTests/report*
16
+
Browse code

back-ported the old XCMS rampR interface, which is much faster than cramp

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@63802 bc3139a8-67e5-0310-9ffc-ced21a209358

s.neumann authored on 13/03/2012 11:40:20
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+# editor backup files
2
+*~
3
+\#*\#
4
+
5
+# compiled code
6
+*.o
7
+*.so
8
+*.dll
9
+*.a
10
+
11
+# SVN stuff
12
+.svn