[Sciviews-commits] r419 - pkg/svDialogs/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 19 16:21:02 CET 2012
Author: phgrosjean
Date: 2012-01-19 16:21:02 +0100 (Thu, 19 Jan 2012)
New Revision: 419
Modified:
pkg/svDialogs/R/menu.R
Log:
Bug fix in svDialogs that prevented its loading
Modified: pkg/svDialogs/R/menu.R
===================================================================
--- pkg/svDialogs/R/menu.R 2012-01-09 21:08:40 UTC (rev 418)
+++ pkg/svDialogs/R/menu.R 2012-01-19 15:21:02 UTC (rev 419)
@@ -190,7 +190,7 @@
res <- try(setwd(.unixMenuFolder()), silent = TRUE)
if (inherits(res, "try-error")) {
## The directory does not exists yet... create it!
- dir.create(.uniMenuFolder(), recursive = TRUE)
+ dir.create(.unixMenuFolder(), recursive = TRUE)
} else {
## The directory already exists... clear it now
setwd("..")
More information about the Sciviews-commits
mailing list