[Roxygen-commits] r208 - in pkg: . man sandbox
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Sep 3 21:01:28 CEST 2008
Author: pcd
Date: 2008-09-03 21:01:27 +0200 (Wed, 03 Sep 2008)
New Revision: 208
Modified:
pkg/README
pkg/man/assign.parent.Rd
pkg/sandbox/example-function-mcpi.R
Log:
URL fix; thanks, tobias
Modified: pkg/README
===================================================================
--- pkg/README 2008-08-28 11:07:27 UTC (rev 207)
+++ pkg/README 2008-09-03 19:01:27 UTC (rev 208)
@@ -73,5 +73,9 @@
* `<<' in titles produces a spurious box.
+1.4. THANKS
+
+ * Tobias Verbeke, for catching an unadorned URL.
+
-----------
* Hail, Hephaistos! Grant skill and weal.
Modified: pkg/man/assign.parent.Rd
===================================================================
--- pkg/man/assign.parent.Rd 2008-08-28 11:07:27 UTC (rev 207)
+++ pkg/man/assign.parent.Rd 2008-09-03 19:01:27 UTC (rev 208)
@@ -3,7 +3,7 @@
\title{Assign a variable in the parent environment when <<-...}
\usage{assign.parent(var, value, env)}
\description{Assign a variable in the parent environment when \code{<<-}
-doesn't see to work.}
+doesn't seem to work.}
\value{NULL}
\arguments{\item{var}{string of the variable to assign}
\item{value}{value to be assigned}
Modified: pkg/sandbox/example-function-mcpi.R
===================================================================
--- pkg/sandbox/example-function-mcpi.R 2008-08-28 11:07:27 UTC (rev 207)
+++ pkg/sandbox/example-function-mcpi.R 2008-09-03 19:01:27 UTC (rev 208)
@@ -9,7 +9,7 @@
#'
#' @return The approximation of PI
#'
-#' @references http://www.datastructures.info/the-monte-carlo-algorithmmethod/
+#' @references \url{http://www.datastructures.info/the-monte-carlo-algorithmmethod/}
#' @author Manuel J. A. Eugster
mcpi <- function(trials, verbose=FALSE) {
hits <- 0 #' Number of successfull trials
More information about the Roxygen-commits
mailing list