[Rcpp-commits] r1106 - pkg/Rcpp/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Apr 22 10:50:40 CEST 2010
Author: romain
Date: 2010-04-22 10:50:40 +0200 (Thu, 22 Apr 2010)
New Revision: 1106
Modified:
pkg/Rcpp/R/Rcpp.package.skeleton.R
Log:
SystemRequirements: GNU make in Rcpp.package.skeleton
Modified: pkg/Rcpp/R/Rcpp.package.skeleton.R
===================================================================
--- pkg/Rcpp/R/Rcpp.package.skeleton.R 2010-04-22 08:44:46 UTC (rev 1105)
+++ pkg/Rcpp/R/Rcpp.package.skeleton.R 2010-04-22 08:50:40 UTC (rev 1106)
@@ -54,10 +54,12 @@
if( file.exists( DESCRIPTION ) ){
x <- cbind( read.dcf( DESCRIPTION ),
"Depends" = sprintf( "Rcpp (>= %s)", packageDescription("Rcpp")[["Version"]] ),
- "LinkingTo" = "Rcpp" )
+ "LinkingTo" = "Rcpp",
+ "SystemRequirements" = "GNU make" )
write.dcf( x, file = DESCRIPTION )
message( " >> added Depends: Rcpp" )
message( " >> added LinkingTo: Rcpp" )
+ message( " >> added SystemRequirements: GNU make" )
}
# if there is a NAMESPACE, add a useDynLib
More information about the Rcpp-commits
mailing list