[Roxygen-commits] r106 - in pkg: R sandbox
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jul 27 06:58:20 CEST 2008
Author: pcd
Date: 2008-07-27 06:58:20 +0200 (Sun, 27 Jul 2008)
New Revision: 106
Modified:
pkg/R/roxygenize.R
pkg/sandbox/roxygenize.R
Log:
don't need tools
Modified: pkg/R/roxygenize.R
===================================================================
--- pkg/R/roxygenize.R 2008-07-27 04:47:17 UTC (rev 105)
+++ pkg/R/roxygenize.R 2008-07-27 04:58:20 UTC (rev 106)
@@ -55,7 +55,6 @@
#' @param copy.package if R.utils is present, copies the package
#' over before adding/manipulating files.
#' @return \code{NULL}
-#' @importFrom tools file_path_as_absolute
roxygenize <- function(package.dir,
copy.package=TRUE) {
roxygen.dir <- sprintf(ROXYGEN.DIR, package.dir)
Modified: pkg/sandbox/roxygenize.R
===================================================================
--- pkg/sandbox/roxygenize.R 2008-07-27 04:47:17 UTC (rev 105)
+++ pkg/sandbox/roxygenize.R 2008-07-27 04:58:20 UTC (rev 106)
@@ -1,5 +1,3 @@
-library(tools)
-
if (!file.exists('pkg/R/parse.R'))
stop('Run one directory above `pkg\'.')
More information about the Roxygen-commits
mailing list