[IPSUR-commits] r156 - in pkg/IPSUR: inst/doc man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 21 20:58:33 CET 2010


Author: gkerns
Date: 2010-01-21 20:58:32 +0100 (Thu, 21 Jan 2010)
New Revision: 156

Added:
   pkg/IPSUR/man/IPSUR-data.Rd
Modified:
   pkg/IPSUR/inst/doc/IPSUR.Rnw
Log:
documented IPSUR.RData


Modified: pkg/IPSUR/inst/doc/IPSUR.Rnw
===================================================================
--- pkg/IPSUR/inst/doc/IPSUR.Rnw	2010-01-21 18:42:19 UTC (rev 155)
+++ pkg/IPSUR/inst/doc/IPSUR.Rnw	2010-01-21 19:58:32 UTC (rev 156)
@@ -18474,6 +18474,7 @@
 
 <<echo=FALSE, results=hide, split=FALSE>>= 
 rm(.Random.seed)
+try(dir.create("../../data"), silent = TRUE)
 save.image(file = "../../data/IPSUR.RData")
 Stangle(file="IPSUR.Rnw", output="../IPSUR.R", annotate=TRUE)
 @

Added: pkg/IPSUR/man/IPSUR-data.Rd
===================================================================
--- pkg/IPSUR/man/IPSUR-data.Rd	                        (rev 0)
+++ pkg/IPSUR/man/IPSUR-data.Rd	2010-01-21 19:58:32 UTC (rev 156)
@@ -0,0 +1,11 @@
+\name{IPSUR-data}
+\docType{data}
+\alias{IPSUR-data}
+\title{Objects generated by IPSUR}
+\description{
+This data set gives everything that was generated by IPSUR during the build process. This includes vectors, data frames, lists, fitted models, et cetera. Note that it does not include objects which were deliberately removed from the workspace for whatever reason.
+}
+\usage{data(IPSUR)}
+\format{A workspace saved at the conclusion of IPSUR compilation.}
+\source{IPSUR.RData was generated by the IPSUR build process.}
+\keyword{datasets}



More information about the IPSUR-commits mailing list