projects
/
pkgdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d28c1db
)
fix typo in setup.R
author
Benjamin Auder
<benjamin.a@mailoo.org>
Sun, 1 Feb 2015 13:39:44 +0000
(14:39 +0100)
committer
Benjamin Auder
<benjamin.a@mailoo.org>
Sun, 1 Feb 2015 13:39:44 +0000
(14:39 +0100)
R/setup.R
patch
|
blob
|
blame
|
history
diff --git
a/R/setup.R
b/R/setup.R
index
30cecdf
..
a421f3a
100644
(file)
--- 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