git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rdisop@63725 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: Rdisop |
2 | 2 |
Title: Decomposition of Isotopic Patterns |
3 |
-Version: 1.15.6 |
|
4 |
-Date: 2012-03-06 |
|
3 |
+Version: 1.15.7 |
|
4 |
+Date: 2012-03-10 |
|
5 | 5 |
Author: Anton Pervukhin <apervukh@minet.uni-jena.de>, Steffen Neumann <sneumann@ipb-halle.de> |
6 | 6 |
Maintainer: Steffen Neumann <sneumann@ipb-halle.de> |
7 | 7 |
Description: Identification of metabolites using high precision mass |
... | ... |
@@ -3,7 +3,7 @@ |
3 | 3 |
|
4 | 4 |
PKG_CXXFLAGS+= -I./imslib/src/ |
5 | 5 |
|
6 |
-PKG_LIBS=`${R_HOME}/bin/Rscript -e "Rcpp:::LdFlags()"` `${R_HOME}/bin/Rscript -e "Rcpp:::LdFlags()" | sed -s "s/Rcpp/RcppClassic/" ` |
|
6 |
+PKG_LIBS=`${R_HOME}/bin/Rscript -e "Rcpp:::LdFlags()"` `${R_HOME}/bin/Rscript -e "Rcpp:::LdFlags()" | sed -e "s/Rcpp/RcppClassic/g" ` |
|
7 | 7 |
|
8 | 8 |
#PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "Rcpp:::LdFlags()") |
9 | 9 |
#PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "Rcpp:::LdFlags()") |