2021-10-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.14

	* configure: Deactivated git sha1 and date timestamper
	* .Rbuildignore: Do not install configure
	* R/git_sha_date.R: Remove

2021-10-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Author): Add Jordan Mark Barbone as contributor
	* README.md: Add Jordan Mark Barbone

2021-10-07  Jordan Mark Barbone  <jmbarbone@gmail.com>

	* R/checkCRANStatus.R: Add drop=FALSE to prevent vector return

2021-10-02  Dirk Eddelbuettel  <edd@debian.org>

	* configure: Use git and awk to create timestamp from source repo
	* R/git_sha_date.R: Generated file

2021-09-30  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Back to standard tidyCpp from CRAN

2021-09-20  Dirk Eddelbuettel  <edd@debian.org>

	* src/rollMinMax.cpp: Move callable funtion to bottom

2021-08-29  Dirk Eddelbuettel  <edd@debian.org>

 	* DESCRIPTION (Version, Date): Roll minor version

	* .github/workflows/ci.yaml: [Temporary] Use tidyCpp from GitHub

	* src/rollMinMax.cpp: Rolling min/max using 'NumVec' from tinyCpp
	* R/rollMinMax.R: Minimal R caller
	* man/rollMinMax.Rd: Documentation

	* .editorconfig: Added
	* .Rbuildignore: Updated accordingly

2021-07-21  Dirk Eddelbuettel  <edd@debian.org>

	* inst/NEWS.Rd: Correct formatting in one NEWS.Rd item

2021-06-09  Dirk Eddelbuettel  <edd@debian.org>

	* R/datatable.R (as.data.table): Correct dispatch

2021-03-22  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (URL): Add links to repo and package page

2021-03-21  Dirk Eddelbuettel  <edd@debian.org>

	* R/wday.R (wday): New function to return day of the week as integer
	* man/wday.Rd: Documentation

2021-03-08  Dirk Eddelbuettel  <edd@debian.org>

	* R/readAndConvert.R: Add note on potential variability of iconv output
	* man/readAndConvert.Rd: Idem

2021-03-07  Dirk Eddelbuettel  <edd@debian.org>

 	* DESCRIPTION (Version, Date): Roll minor version

	* src/readAndConvert.cpp (_readAndConvert): New function to read and
	convert encoding via R-supplied iconv library
	* R/readAndConvert.R (readAndConvert): R wrapper
	* man/readAndConvert.Rd: Documentation
	* src/init.c (CallEntries): Registration

	* R/intradayMarketMonitor.R (.show_plot): Refine title display to
	fall back to last good data point outside of market hours

	* src/checkNonAscii.cpp (_check_nonASCII): Changed indentation to make
	outer for loop more explicit

	* .github/workflows/ci.yaml (jobs): Comment-out borked macOS

2021-02-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.13

	* R/muteTweets.R: Reword reference to Colin's tweet and remove link
	which Twitter no longer honours unless one is logged in
	* man/muteTweeters.Rd: Ditto

2021-02-12  Dirk Eddelbuettel  <edd@debian.org>

	* R/intradayMarketMonitor.R: More tweaks

2021-01-31  Dirk Eddelbuettel  <edd@debian.org>

	* R/intradayMarketMonitor.R: Several smaller refinements
	* man/intradayMarketMonitor.Rd: Updated too

2021-01-15  Dirk Eddelbuettel  <edd@debian.org>

 	* DESCRIPTION (Version, Date): Roll minor version

	* R/intradayMarketMonitor.R: Added as extended and refactored version
	of an initial gist by Josh Ulrich
	* man/intradayMarketMonitor.Rd: Documentation
	* DESCRIPTION: Acknowledge Josh Ulrich

2020-12-25  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Small tweaks to CI YAML file

2020-12-19  Dirk Eddelbuettel  <edd@debian.org>

        * .github/workflows/ci.yaml: Add CI runner using r-ci
	* README.md: Add new CI badge

	* .ci/ci.yaml: Add Azure CI runner using r-ci
	* README.md: Add new CI badge

2020-11-12  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml: Switch to focal

2020-10-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.12

2020-10-11  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Rolled minor version

	* R/checkNonAscii.R: Moved back from branch
	* man/checkPackageAsciiCode.Rd: Idem
	* src/checkNonAcii.cpp: Idem, updated to released tidyCpp, add header
	* src/init.c: Idem

2020-09-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Rolled minor version

	* .travis.yml (dist): Switch to 'bionic' and R 4.0.*
	* run.sh: Travis test runner, local copy while testing

	* R/checkNonAscii.R: Moved to branch
	* man/checkPackageAsciiCode.Rd: Idem
	* src/checkNonAcii.cpp: Idem
	* src/init.c: Idem

2020-08-30  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Rolled minor version

	* R/checkNonAscii.R (checkPackageAsciiCode): Added new helper based
	on base R function .check_package_ASCII_code
	* man/checkPackageAsciiCode.Rd: Documentation
	* src/checkNonAcii.cpp: Underlying C/C++ helper
	* src/init.c: Registration of new function
	* NAMESPACE: Add useDynlib call

2020-08-29  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Rolled minor version

	* R/muteTweets.R (muteTweeters): Added, derived from Colin's post
	* man/muteTweeters.Rd: Idem
	* DESCRIPTION (Suggests): Add rtweet to Suggests:

2020-04-05  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Added 'last commit' badge

2019-10-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.11

2019-10-18  Dirk Eddelbuettel  <edd@debian.org>

	* R/inGit.R (isTop): Minor correction

2019-07-22  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Added downloads badge

2019-06-04  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Rolled minor version

	* R/datatable.R (as.data.table.xts): Refactored to work on Date as
	well as POSIXct object; added generic and default method

	* NAMESPACE: Registered as.data.table methods

2019-04-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): New minor release

	* R/isConnected.R (isConnected): New heuristic to check for connection.

2019-03-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): New minor release

	* R/inGit.R (getGitRoot): Previous 'inGit' renamed to 'getGitRoot';
	and 'inGit' turned into a boolean.

	* inst/NEWS.Rd: Added. Better late than newer.

2019-03-02  Dirk Eddelbuettel  <edd@debian.org>

	* R/inGit.R (inGit): Added Windows file system support

2019-02-11  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.10

2019-02-10  Dirk Eddelbuettel  <edd@debian.org>

	* R/motivate.R: (motivate): New 'motivating' function ported from the
	Stata command by Kabira Namit
	* man/motivate.Rd: Documentation

	* R/inGit.R (inGit): Simple helper function to determine if given
	directory is part of a git repo. Does not work on Windows.
	* man/inGit.Rd: Documentation

2019-02-09  Dirk Eddelbuettel  <edd@debian.org>

	* R/demotivate.R (demotivate): Simplified code and commented out two
	language-comparison based ones reflective of the function upbringing;
	use single quotes instead of escaped double quotes

2019-02-08  Dirk Eddelbuettel  <edd@debian.org>

	* R/demotivate.R (demotivate): New 'demotivating' function ported
	from the Stata command by Kevin Denny.
	* man/demotivate.Rd: Documentation

	* NAMESPACE: Additional imports

2018-11-18  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Added

	* R/objects.R: Add note with credit to P Pikal and D Hinds as we do
	on the nine-year old StackOverflow post that is behind it

	* .travis.yml: Added

2018-11-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.9

	* R/plotOBOS.R: Minor cleanup now that a newer xts allows it

2018-09-04  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.8

	* R/checkCRAN.R: Added Brodie's excellent function (with some minor
	modifications)

2018-04-07  Dirk Eddelbuettel  <edd@debian.org>

	* R/alphavantage.R (alphavantage): Test for data.table

2017-09-05  Dirk Eddelbuettel  <edd@debian.org>

	* R/alphavantage.R (alphavantage): New function
	* man/alphavantage.Rd: Documentation

2017-08-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.7

	* R/googleFinanceData.R (googleFinanceData): New function
	* R/plotOBOS.R (plotOBOS): Idem
	* man/googleFinanceData.Rd: New documentation
	* man/plotOBOS.Rd: Idem

	* NAMESPACE: One more import

2017-08-14  Dirk Eddelbuettel  <edd@debian.org>

	* NAMESPACE: Export print.xts as S3 method

	* R/functions.R (assignFormals): New argument env
	* man/assignFormals.Rd: Ditto

2017-08-11  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.6

	* NAMESPACE: Additional imports from base R, no other imports

	* R/datatable.R (as.data.table.xts): More careful namespace use

2017-03-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.5

	* R/functions.R (assignFormals): Experimental new function
	* man/assignFormals.Rd: Documentation

2017-02-19  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.0.4

	* R/*R: Added roxygen documentation
	* man/*Rd: Idem

	* NAMESPACE: No more Imports
	* DESCRIPTION: All packages optional via Suggests
	* R/*R: Reworked dependency into optional and tested

2017-02-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.0.3

	* R/formats.R (ymd): New function
	* man/ymd.R: Idem

	* R/datatable.R (as.data.table.xts): Expanded

2016-12-29  Dirk Eddelbuettel  <edd@debian.org>

	* R/load.R (silent): New function

	* R/print.R (print.xts): Improvements

2016-11-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.0.2

	* R/print.R (print.xts): Added

2016-11-07  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Initial release 0.0.1

	* R/datatable.R (as.data.table.xts): First version
	* R/objects.R (ls.objects, lsos, showMemoryUse): Idem
