From: Benjamin Auder <benjamin.a@mailoo.org>
Date: Sun, 1 Feb 2015 13:39:44 +0000 (+0100)
Subject: fix typo in setup.R
X-Git-Url: https://git.auder.net/assets/doc/html/%7B%7B%20asset('mixstore/common.css?a=commitdiff_plain;h=53231452a877af582b70055c900c8df41af2984e;p=pkgdev.git

fix typo in setup.R
---

diff --git a/R/setup.R b/R/setup.R
index 30cecdf..a421f3a 100644
--- a/R/setup.R
+++ b/R/setup.R
@@ -1,5 +1,5 @@
 # Setup a file structure under R_HOME_USER/pkgdev/ to run later tests
-# @param atInstall Logical, TRUE if invoked at package installation
+# @param reset Logical, TRUE to wipe everything under R_HOME_USER/pkgdev folder
 .pkgdev.setup = function(reset=FALSE) {
 
     # environment variable R_HOME_USER must be set: everything starts here