[Uwgarp-commits] r5 - in pkg: . GARPFRM GARPFRM/R GARPFRM/demo GARPFRM/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Nov 18 18:47:20 CET 2013


Author: rossbennett34
Date: 2013-11-18 18:47:20 +0100 (Mon, 18 Nov 2013)
New Revision: 5

Added:
   pkg/GARPFRM/
   pkg/GARPFRM/DESCRIPTION
   pkg/GARPFRM/NAMESPACE
   pkg/GARPFRM/R/
   pkg/GARPFRM/R/GARP_FRM.R
   pkg/GARPFRM/README
   pkg/GARPFRM/data/
   pkg/GARPFRM/demo/
   pkg/GARPFRM/demo/00Index.txt
   pkg/GARPFRM/man/
   pkg/GARPFRM/man/GARP_FRM-package.Rd
   pkg/GARPFRM/sandbox/
   pkg/GARPFRM/vignettes/
Log:
Renaming package so it satisfies CRAN package name conentions

Added: pkg/GARPFRM/DESCRIPTION
===================================================================
--- pkg/GARPFRM/DESCRIPTION	                        (rev 0)
+++ pkg/GARPFRM/DESCRIPTION	2013-11-18 17:47:20 UTC (rev 5)
@@ -0,0 +1,16 @@
+Package: GARP_FRM
+Type: Package
+Title: Global Association of Risk Professionals: Financial Risk Manager
+Version: 0.1.0
+Date: 2013-11-17
+Author: Ross Bennett, Thomas Fillebeen, Guy Yollin
+Maintainer: Who to complain to <yourfault at somewhere.net>
+Description: Global Association of Risk Professionals: Financial Risk Manager
+Depends:
+    R (>= 2.15.0),
+    xts (>= 0.8),
+    PerformanceAnalytics (>= 1.0.0)
+Suggests:
+    quadprog
+License: GPL
+

Added: pkg/GARPFRM/NAMESPACE
===================================================================
--- pkg/GARPFRM/NAMESPACE	                        (rev 0)
+++ pkg/GARPFRM/NAMESPACE	2013-11-18 17:47:20 UTC (rev 5)
@@ -0,0 +1 @@
+exportPattern("^[[:alpha:]]+")

Added: pkg/GARPFRM/R/GARP_FRM.R
===================================================================
Added: pkg/GARPFRM/README
===================================================================
--- pkg/GARPFRM/README	                        (rev 0)
+++ pkg/GARPFRM/README	2013-11-18 17:47:20 UTC (rev 5)
@@ -0,0 +1,3 @@
+This is the package for the Global Association of Risk Professionals: Financial Risk Manager. Collaborative project between the University of Washington Computational Finance & Risk Management Program and the Global Association of Risk Professionals to develop R packages that facilitate the learning of risk management concepts.
+
+We will be using roxygen2 to generate documentation files.

Added: pkg/GARPFRM/demo/00Index.txt
===================================================================
Added: pkg/GARPFRM/man/GARP_FRM-package.Rd
===================================================================
--- pkg/GARPFRM/man/GARP_FRM-package.Rd	                        (rev 0)
+++ pkg/GARPFRM/man/GARP_FRM-package.Rd	2013-11-18 17:47:20 UTC (rev 5)
@@ -0,0 +1,41 @@
+\name{GARP_FRM-package}
+\alias{GARP_FRM-package}
+\alias{GARP_FRM}
+\docType{package}
+\title{
+What the package does (short line)
+~~ package title ~~
+}
+\description{
+More about what it does (maybe more than one line)
+~~ A concise (1-5 lines) description of the package ~~
+}
+\details{
+\tabular{ll}{
+Package: \tab GARP_FRM\cr
+Type: \tab Package\cr
+Version: \tab 1.0\cr
+Date: \tab 2013-11-17\cr
+License: \tab What license is it under?\cr
+}
+~~ An overview of how to use the package, including the most important functions ~~
+}
+\author{
+Who wrote it
+
+Maintainer: Who to complain to <yourfault at somewhere.net>
+~~ The author and/or maintainer of the package ~~
+}
+\references{
+~~ Literature or other references for background information ~~
+}
+~~ Optionally other standard keywords, one per line, from file KEYWORDS in the R ~~
+~~ documentation directory ~~
+\keyword{ package }
+\seealso{
+~~ Optional links to other man pages, e.g. ~~
+~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
+}
+\examples{
+~~ simple examples of the most important functions ~~
+}



More information about the Uwgarp-commits mailing list