[Rquantlib-commits] r203 - pkg/RQuantLib

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Mar 17 03:18:15 CET 2010


Author: edd
Date: 2010-03-17 03:18:15 +0100 (Wed, 17 Mar 2010)
New Revision: 203

Modified:
   pkg/RQuantLib/DESCRIPTION
   pkg/RQuantLib/NAMESPACE
Log:
updated as RQuantLibGUI is now spun-off


Modified: pkg/RQuantLib/DESCRIPTION
===================================================================
--- pkg/RQuantLib/DESCRIPTION	2010-03-17 02:17:21 UTC (rev 202)
+++ pkg/RQuantLib/DESCRIPTION	2010-03-17 02:18:15 UTC (rev 203)
@@ -24,7 +24,7 @@
  Note that while RQuantLib's code is licensed under the GPL (v2 or later),
  QuantLib itself is released under a somewhat less restrictive Open Source
  license (see QuantLib-License.txt).
-Depends: R (>= 2.7.0), Rcpp (>= 0.7.0), traitr, gWidgets, RGtk2, zoo
+Depends: R (>= 2.7.0), Rcpp (>= 0.7.0)
 SystemRequirements: QuantLib library (>= 0.9.9) from http://quantlib.org, 
  Boost library (>= 1.34.0) from http://www.boost.org
 License: GPL (>= 2)

Modified: pkg/RQuantLib/NAMESPACE
===================================================================
--- pkg/RQuantLib/NAMESPACE	2010-03-17 02:17:21 UTC (rev 202)
+++ pkg/RQuantLib/NAMESPACE	2010-03-17 02:18:15 UTC (rev 203)
@@ -1,18 +1,8 @@
 import("Rcpp")
-import("traitr")
-import("gWidgets")
-import("RGtk2")
-import("zoo")
 useDynLib(RQuantLib)
 
 exportPattern("*.default")
 
-
-export("discountBuilder")
-export("fittedBondBuilder")
-export("bondGUI")
-
-
 export(
        ##--arrays.R
        "EuropeanOptionArrays",



More information about the Rquantlib-commits mailing list