| NEWS | R Documentation | 
News for Package td
Changes in version 0.0.6 (2022-01-26)
- Correct one equality comparison by wrapping in - all()to ensura length-one logical expression is created
Changes in version 0.0.5 (2021-10-28)
Changes in version 0.0.4 (2021-06-05)
- The version comparison was corrected and the package no longer (formally) depends on R (>= 4.0.0) 
- Very minor README.md edits 
Changes in version 0.0.3 (2021-05-29)
- The package now (formally) depends on R (>= 4.0.0) as it uses a recently added R function for the default config file. 
- A few URLs were updated in the README.md file 
Changes in version 0.0.2 (2021-02-18)
- The - time_seriesis now vectorised and can return a list of return objects when given a vector of symbols
- The use of - tools::R_user_dir()is now conditional on having R 4.0.0 or later, older versions can use env.var for api key
- New helper function - store_keyto save api key.
- New simple accessors - get_quoteand- get_price
Changes in version 0.0.1 (2021-02-07)
- Initial version and CRAN upload