[Roxygen-commits] r200 - in pkg: R inst/doc src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Aug 28 03:56:03 CEST 2008
Author: pcd
Date: 2008-08-28 03:56:02 +0200 (Thu, 28 Aug 2008)
New Revision: 200
Modified:
pkg/R/roclet.R
pkg/inst/doc/Makefile
pkg/src/Makefile
Log:
see -> seem; clean objects; roxygen.tex target
Modified: pkg/R/roclet.R
===================================================================
--- pkg/R/roclet.R 2008-08-28 00:34:23 UTC (rev 199)
+++ pkg/R/roclet.R 2008-08-28 01:56:02 UTC (rev 200)
@@ -96,7 +96,7 @@
}
#' Assign a variable in the parent environment when \code{<<-}
-#' doesn't see to work.
+#' doesn't seem to work.
#' @param var string of the variable to assign
#' @param value value to be assigned
#' @param env environment of the assignment (\code{environment()})
Modified: pkg/inst/doc/Makefile
===================================================================
--- pkg/inst/doc/Makefile 2008-08-28 00:34:23 UTC (rev 199)
+++ pkg/inst/doc/Makefile 2008-08-28 01:56:02 UTC (rev 200)
@@ -1,5 +1,10 @@
-all: roxygen.pdf roxygen-manual.pdf
+PDF=roxygen.pdf roxygen-manual.pdf
+all: $(PDF)
+
+roxygen.tex: roxygen.Rnw
+ R CMD Sweave roxygen.Rnw
+
roxygen.pdf: roxygen.tex
pdflatex roxygen && \
bibtex roxygen && \
@@ -9,3 +14,6 @@
roxygen-manual.pdf:
rm -vf $@ && \
R CMD Rd2dvi --no-preview --pdf -o $@ ../..
+
+clean:
+ rm -fv $(PDF)
Modified: pkg/src/Makefile
===================================================================
--- pkg/src/Makefile 2008-08-28 00:34:23 UTC (rev 199)
+++ pkg/src/Makefile 2008-08-28 01:56:02 UTC (rev 200)
@@ -7,3 +7,4 @@
echo --- R CMD roxygen will be unavailable. ---
clean:
+ rm -v $(FAKE_OBJ)
More information about the Roxygen-commits
mailing list