Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Hayden authored and gaborcsardi committed Jun 22, 2010
1 parent 320e592 commit 0355b9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: termstrc
Type: Package
Title: Zero-coupon Yield Curve Estimation
Version: 1.3
Date: 2010-06-17
Version: 1.3.1
Date: 2010-06-22
Author: Robert Ferstl, Josef Hayden
Maintainer: Josef Hayden <josef.hayden@wiwi.uni-regensburg.de>
Description: The package offers a wide range of functions for term
Expand All @@ -26,6 +26,6 @@ SystemRequirements: GNU make
License: GPL (>= 2)
Repository: CRAN
Repository/R-Forge/Project: termstrc
Repository/R-Forge/Revision: 617
Date/Publication: 2010-06-18 15:54:36
Packaged: 2010-06-17 21:13:30 UTC; rforge
Repository/R-Forge/Revision: 619
Date/Publication: 2010-06-25 12:30:44
Packaged: 2010-06-22 21:07:35 UTC; rforge
3 changes: 1 addition & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

## This assume that we can call Rscript to ask Rcpp about its locations
## Use the R_HOME indirection to support installations of multiple R version
PKG_LIBS = $(shell Rscript.exe -e "Rcpp:::LdFlags()")
PKG_LIBS = $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "Rcpp:::LdFlags()")

0 comments on commit 0355b9f

Please sign in to comment.