Skip to content

RFC: quantmod::getSymbols.MySQL

1 message · Joshua Ulrich

#
To follow up with the solution I adopted in quantmod_0.4-3 (on CRAN as
of 2014-12-15): I moved all the necessary Defaults functionality
directly to quantmod.  This did not include Defaults' ability to
modify other package's namespaces, since that was a big reason Jeff
requested Defaults be archived.

This means that getSymbols.MySQL should function as it did when
quantmod depended on Defaults.  Also, any packages that depend on
quantmod and use the ported Defaults functionality should be able to
use quantmod_0.4-3 without losing functionality.  Packages that use
Defaults' ability to modify other package's namespaces will need to be
patched to work without that functionality.
On Wed, Oct 29, 2014 at 7:25 AM, Joshua Ulrich <josh.m.ulrich at gmail.com> wrote: