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

	* DESCRIPTION (Version, Date): Release 0.1.2

2017-02-08  Dirk Eddelbuettel  <edd@max.eddelbuettel.com>

	* DESCRIPTION (Version, Date): Roll minor version and date

	* NAMESPACE: Also (re-)export as.integer64
	* R/nanotime.R: Added roxygen2 snippet for as.integer64
	* man/nanotime.Rd: Documentation

2017-02-04  Dirk Eddelbuettel  <edd@max.eddelbuettel.com>

	* DESCRIPTION (Version, Date): Release 0.1.1

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

	* R/nanotime.R: One more updated format string

2017-01-30  Dirk Eddelbuettel  <edd@debian.org>

	* R/nanotime.R (format.nanotime): Safer transformation to double
	(index2char.nanotime): Idem

2017-01-29  Dirk Eddelbuettel  <edd@debian.org>

	* R/nanotime.R: Additional documentation section on default output
	format string

	* .travis.yml (before_install): Use https for curl fetch

2017-01-25  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version and date

	* R/nanotime.R (nanotime.character): Display of nine dec digits
	(format.nanotime): Idem
	(print.nanotime): Dispatch to format.nanotime (thanks, Matt!)
	(as.integer64.nanotime): New converter to integer64
	(Ops.nanotime): Explicit definition with some casts

	* NAMESPACE: Corresponding exports
	* man/nanotime.Rd: Corresponding documentation

2017-01-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.1.0

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

	* DESCRIPTION (Version, Date): Roll minor version

	* DESCRIPTION (SystemRequirements, OS_type): Remove constraint on
	Unix as RcppCCTZ is now available on Windows too

	* demo/nanosecondDelayExample.R: Add missing library() calls; added
	save and reload example

	* README.md: Small edit showing save and reload

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

	* README.md: Updated to reflect CRAN status

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

	* demo/00Index: New file, demo now in package
	* demo/nanosecondDelayExample.R: Renamed demo

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

	* R/nanotime.R (as.data.frame.nanotime): Documented
	(nanotime.character): Support tz and fmt options
	(format.nanotime): Idem
	(index2char.nanotime): Idem
	(as.POSIXct.nanotime): Idem
	(as.POSIXlt.nanotime): Idem

	* man/nanotime.Rd: Idem

	* tests/data.frame.R: Added simple data.{frame,table} test
	* tests/simpleTests.R: Added simple format tests

	* demo/nanotimeEx.R: Extended somewhat

	* DESCRIPTION (Suggests): Added data.table
	* .travis.yml: Added r-cran-data.table

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

	* DESCRIPTION (Version, Date): Rolled minor version

	* R/nanotime.R (as.data.frame.nanotime): New method
	(format.nanotime): Support additional arguments

	* man/nanotime.Rd: Updated for new method
	* NAMESPACE: Idem

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

	* DESCRIPTION (Version, Date): Release 0.0.1

	* R/nanotime.R (as.POSIXct.nanotime,as.POSIXlt.nanotime)
	(as.Date.nanotime): New converters
	(format.nanotime): Add 'justify' argument
	* man/nanotime.Rd: Document new and updated methods
	* NAMESPACE: Registered new converters

	* tests/simpleTests.R: Additional calls to new functions

	* inst/NEWS.Rd:  Added

	* DESCRIPTION (SystemRequirements): State RcppCCTZ dependency

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

	* R/nanotime.R (index2char.nanotime): Added to have zoo() objects
	print a nanotime index correctly
	(nanotime.default): Switch class order with integer64 last
	(print.nanotime): Minor adjustment
	(format.nanotime): Added
	(showNanotime): Removed
	(format.nanotime): Support global option for format

	* NAMESPACE: Register S3 methods index2char.nanotime, format.nanotime;
	import two functions from RcppCCTZ (which are now exported)
	* DESCRIPTION: Now Imports: rather than Suggests: zoo
	* tests/zooTests.R: Small changes

	* .travis.yml: Added
	* .codecov.yml: Ditto
	* .Rbuildignore: Adjusted accordingly

	* tests/simpleTests.R: Two more conversions from integer and numeric

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

	* tests/zooTests.R: Simple tests for vectorised time operation

	* R/nanotime.R (print.nanotime): Do not default to character
	formating here, rather farm out to helper showNanotime
	(showNanotime): Simple pretty printer

	* tests/simpleTests.R: Added calls to snowNanotime()

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

	* DESCRIPTION (Version): Very initial pre-release 0.0.0

