X-Git-Url: https://git.auder.net/?p=pkgdev.git;a=blobdiff_plain;f=R%2Fsetup.R;fp=R%2Fsetup.R;h=30cecdfa80df1f8bdc281a2e7ef9f7850990e78a;hp=e95f9cabde5c40b7c511037fdb89fc3053769a38;hb=672594cf38591923d9735f532b29af0b6a69e5c9;hpb=156f8ca651789536f3c0efd2af6c97f8b8e9eb54 diff --git a/R/setup.R b/R/setup.R index e95f9ca..30cecdf 100644 --- a/R/setup.R +++ b/R/setup.R @@ -1,4 +1,4 @@ -# Setup a file structure under R_HOME/pkgdev/ to run later tests +# Setup a file structure under R_HOME_USER/pkgdev/ to run later tests # @param atInstall Logical, TRUE if invoked at package installation .pkgdev.setup = function(reset=FALSE) { @@ -7,7 +7,7 @@ cat("*** WARNING: for pkgdev to work properly, you need to specify\n") cat("*** an environment variable R_HOME_USER in a .Renviron file.\n") cat("*** Standard choice is /home/userName/.R under UNIX systems,\n") - cat("*** or maybe C:/Users/userName/Documents/R under Windows") + cat("*** or maybe C:/Users/userName/Documents/R under Windows\n") stop("Please specify R_HOME_USER before using pkgdev") }