1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected over 2 years ago.
Mar 15, 2022 — Mar 15, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o reverting back replot.R code... so much for 'no damage done!' More... over 12 years ago
o getSymbols warning change. Also including explicit getOption() More... over 12 years ago
o getSymbols warning change. Also including explicit getOption() check for getSymbols.auto.assign and getSymbols.env. Thanks to Garrett See for the feedback on getting ready for R 3.0 changes. o replot now being a bit more careful in plot.new calls. This is a work-in-progress to allow Rserve to process images generated via chart_Series. Not a solution yet, though seems to not cause any issue o updated getSymbols.Rd docs More... over 12 years ago
o added env=NULL ability to all other get* functions (same behavior as auto.assign=FALSE) o new CHANGES updates to reflect current and forthcoming (0.5-0) changes to get/loadSymbols o additional getSymbols.Rd updates/example changes More... over 12 years ago
o added env=NULL ability to all other get* functions (same behavior as auto.assign=FALSE) More... over 12 years ago
o more changes surrounding getSymbols and 'env' More... over 12 years ago
o more changes surrounding getSymbols and 'env' o new startup message o new getSymbols documentation updates o env=NULL now equal to setting auto.assign=FALSE More... over 12 years ago
o removed all fixed 'env' defaults to use parent.frame instead o increased version to 0.4-0 o internal environment object storage for plotting and models now use .plotEnv and .quantmodEnv internally More... over 12 years ago
o removed all fixed 'env' defaults to use parent.frame instead More... over 12 years ago
o TA.R returned to previous state for legend() definitions within chartTA and chartSetUp More... over 12 years ago
o TA.R returned to previous state for legend() definitions within chartTA and chartSetUp o getSymbols et al now default to env=parent.env(), which is in-line with the behavior of load() in base. This may cause some edge case differences in user-land, but is 'the right thing to do' Possible extension to this will involve a new environment which is currently being attached via .onAttach called .quantmodEnv and accessible via quantmodenv(). The latter may be used now, but isn't (yet) the default. This is pending further feedback. o DESCRIPTION updates o package docs updates More... over 12 years ago
TA.R updates to fix CRAN check warnings. chartSetUp is now deprecated, and users are directed to use layout() and chart_Series o add_Last updates, though this is still not widely used anyway (check) o MySQL binding issue resolved even when not checking against suggests o increased version to 0.3.23 More... over 12 years ago
TA.R updates to fix CRAN check warnings. chartSetUp is now deprecated, and users are directed to use layout() and chart_Series More... over 12 years ago
o changed how chob objects are handled internally - they are now within an environment in the quantmod namespace, a convenient workaround for the unlock/lockBinding issues of R CMD check, and cleaner code to boot! More... over 12 years ago
o changed how chob objects are handled internally - they are now within an environment in the quantmod namespace, a convenient workaround for the unlock/lockBinding issues of R CMD check, and cleaner code to boot! o getSymbols.R cleanup of some unneeded code o DESCRIPTION Depends to xts 0.9 ... need to check xts here before actually rolling this out to CRAN (and get xts on CRAN in suitable version) More... over 12 years ago
- fixed partial argument matching notes from R CMD check - fixed codoc mismatches in getFX and chart_Series More... over 12 years ago
- fixed partial argument matching notes from R CMD check
Joshua Ulrich
as bodanker
More... over 12 years ago
o fixed TZ issue in getSymbols.yahoo by using "Date" indexing More... over 12 years ago
o fixed TZ issue in getSymbols.yahoo by using "Date" indexing by default. More... over 12 years ago
version bump More... over 12 years ago
version bump More... over 12 years ago
add_VMA and add_EVMA More... over 12 years ago
add_VMA and add_EVMA More... over 12 years ago
- getQuote can now dispatch to 'methods'; docs updated. Thanks to Garrett See. More... over 12 years ago
- getQuote can now dispatch to 'methods'; docs updated. Thanks to Garrett See.
Joshua Ulrich
as bodanker
More... over 12 years ago
- take dots so it will not fail if passed extra args (as when nested in another fn that takes dots) More... over 12 years ago
- take dots so it will not fail if passed extra args (as when nested in another fn that takes dots) More... over 12 years ago
- re-fix adjustOHLC; only un-adjust dividends for splits if the security has both. Thanks to Henry Bee for the patch. More... over 12 years ago
- re-fix adjustOHLC; only un-adjust dividends for splits if the security
Joshua Ulrich
as bodanker
More... over 12 years ago
o added add_EMA, add_DEMA, add_WMA, add_GMMA and add_VWAP More... over 12 years ago