[Quantmod-commits] r628 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 1 15:26:21 CEST 2017
Author: bodanker
Date: 2017-05-01 15:26:20 +0200 (Mon, 01 May 2017)
New Revision: 628
Modified:
pkg/R/zzz.R
Log:
Add warning that repo has moved to .onAttach()
Modified: pkg/R/zzz.R
===================================================================
--- pkg/R/zzz.R 2015-01-02 18:43:22 UTC (rev 627)
+++ pkg/R/zzz.R 2017-05-01 13:26:20 UTC (rev 628)
@@ -15,6 +15,12 @@
packageStartupMessage("Version 0.4-0 included new data defaults. See ?getSymbols.")
# --as-cran check is complaining of this, as a NOTE
#attach(NULL, name='.quantmodEnv')
+
+ repo <- "https://github.com/joshuaulrich/quantmod"
+ packageStartupMessage(
+ "WARNING: this package was installed from R-Forge, but development has\n",
+ "moved to GitHub. Please re-install the package using the GitHub repo at:\n",
+ repo, ".")
}
setOldClass("zoo");
More information about the Quantmod-commits
mailing list