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

	* DESCRIPTION (Version, Date): Release 1.1.1

	* R/foaas.R: Seven new accessors, corrected one call, use https
	* man/rfoaas-package.Rd: Expanded documentation
	* tests/runTestsAgainstFOAAS.R: And tests; corrected several
	reference results

	* .travis.yml (after_success): Added coverage, added tests

	* README.md: Added coverage badge, and No Code of Conduct paragraph

	* .Rbuildignore: Also ignore .tar.gz

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

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

2016-08-28  Robert McDonald <rmcd1024@gmail.com>

	* demo/printallfos.R (printallfos): Added demo to show available
	accessor by querying the package environment, and nicely
	pretty-printing it; by default only two accessor are shown

2016-08-27  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Date, Version): Release 1.1.0

2016-08-23  Tyler Hunt <tyler.hunt@utah.edu>

	* R/foaas.R: Added six new accessors from FOAAS 1.1.0
	* man/rfoaas-package.Rd: Documentation added
	* tests/runTestsAgainstFOAAS.R: Tests added

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

	* DESCRIPTION (Version): Release 1.0.0

	* R/foaas.R: Added numerous accessor from FOAAS 1.0
	* man/rfoaas-package.Rd: Documentation added
	* tests/runTestsAgainstFOAAS.R: Tests added

	* .travis.yml: Switch to using run.sh for Travis CI

	* DESCRIPTION (URL): Set to home page

2016-07-24  Tyler Hunt <tyler.hunt@utah.edu>

	* R/foaas.R: New accessor getRandomFO()
	* man/rfoaas-package.Rd: Document getRandomFO()

2016-06-27  Marek Szatkowski <konto762884.5339@gmail.com>

	* man/rfoaas-package.Rd: Correct jsonlite package test

2016-05-28  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Updated with less profane greed() examples

2016-05-26  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Release 0.1.9

	* README.md: Use canonical CRAN URL

2016-05-25  Dirk Eddelbuettel  <edd@debian.org>

	* R/foaas.R (.foaas): Return object is now of class 'rfoaas'
	* R/foaas.R (print.rfoaas): Added print method
	* man/rfoaas-package.Rd: Define print method
	* NAMESPACE: Register print method

2016-05-24  Dirk Eddelbuettel  <edd@debian.org>

	* R/foaas.R: Added greed(), me() and mornin()
	* man/foaas.Rd: Documented new functions; corrected some formatting
	and one typo
	* tests/runTestsAgainstFOAAS.R: Added tests

	* rfoaas.Rproj: Added
	* .gitignore: Ditto
	* .Rbuildignore: Updated

2015-10-25  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Release 0.1.8.1

	* R/foaas.R: Add keepcalm()
	* man/foaas.Rd: Document keepcalm()
	* tests/runTestsAgainstFOAAS.R: Test keepcalm()

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

	* DESCRIPTION (Date): Release 0.1.8

	* R/foaas.R (zayn): Corrected arguments

	* tests/runTestsAgainstFOAAS.R: Added tests for new functions

	* NAMESPACE: Also import utils::URLencode()

2015-10-23  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Version 0.1.8 in sync with upstream
	access points.  Filter functionality still does not seem to work.

	* R/foaas.R (dalton): New function
	* R/foaas.R (dosomething): New function
	* R/foaas.R (retard): New function
	* R/foaas.R (thumbs): New function

	* man/rfoaas-package.Rd: Document language

2015-06-12  Dirk Eddelbuettel  <edd@debian.org>

	* R/foaas.R (bday): New function
	* R/foaas.R (family_): New function [ renamed from family() ]
	* R/foaas.R (shutup): New function
	* R/foaas.R (zayn): New function

	* man/rfoaas-package.Rd: Added corresponding entries

	* tests/runTestsAgainstFOAAS.R: Disabled tests against language
	filter which does not appear to work reliably upstream

2015-05-31  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Version 0.1.6 in sync with upstream

	* R/foaas.R (.language): Add support for language argument
	* R/foaas.R (.foaas): Use language argument for i18n

	* R/foaas.R (tucker): New function
	* R/foaas.R (bucket): New function

	* man/rfoaas-package.Rd: Document language

	* tests/runTestsAgainstFOAAS.R: New tests

2015-02-07  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Version 0.1.3 in sync with upstream

	* R/foaas.R (.filter): Add support for filter argument
	* R/foaas.R (.foaas): Use filter argument: none or soundcloud
	* man/rfoaas-package.Rd: Document filter

	* R/foaas.R (.foaas): remove unused argument 'n'

2015-01-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.1.2.1 fixing upstream breakage

	* R/foaas.R (.foaas): Switch to foaas.com as the redirect at upstream
	server no longer returns the requested text/plain

2015-01-13  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.1.2 in sync with upstream

	* R/foaas.R (.foaas): Added awesome(from)

2015-01-11  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.1.1 in sync with upstream

	* tests/runTestsAgainstFOAAS.R: Rework tests as sequence of explicit
	stopifnot() comparisons against (known) responses
	* tests/runTestsAgainstFOAAS.Rout.save: Removed, as we run the test
	script in two possible execution paths we cannot have one reference

	* R/foaas.R (you): Re-enable you() now that upstread fixed it
	* man/rfoaas-package.Rd: Ditto

2015-01-05  Dirk Eddelbuettel  <edd@debian.org>

	* R/rfoaas.R: Switch to using GET() from httr, at leasy while
	behaviour at foaas.com is changed and requires explicit text/plain

	* DESCRIPTION: Add Imports: httr
	* NAMESPACE: Add three imports from httr

	* .travis.yml: Add Travis support
	* tests/runTestsAgainstFOAAS.R: Simple test script
	* tests/runTestsAgainstFOAAS.Rout.save: Reference output

2014-12-28  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.5 in sync with upstream

	* R/foaas.R (.foaas): Set UTF-8 encoding on response; appears to be
	needed only "the leading consumer brand" OS but does not hurt as
	FOAAS encodes its replies in UTF-8 anyway (cf lib/server.coffee)

	* man/rfoaas-package.Rd: Updated accordingly

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

	* DESCRIPTION: Version 0.0.4.20141225 [as upstream does not increment
	its version]

	* R/foaas.R: Added xmas() -- oh so timely!

	* man/rfoaas-package.Rd: Updated accordingly

2014-12-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.4.20141224 [as upstream does not increment
	its version]

	* man/rfoaas-package.Rd: Add that some replies may need UTF-8
	encoding (as eg the linus() function as the Windows OS)

	* R/foaas.R (.from): New function to infer to a default 'sender' for
	using either an option 'rfoaasFrom' or env.var USER(NAME) as fallback

2014-12-13  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.4.20141212 [as upstream does not increment
	its version]

	* R/foaas.R: Added bye(), diabetes(), and bus()
	which are now active at http://foaas.com

	* man/rfoaas-package.Rd: Updated accordingly

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

	* man/rfoaas-package.Rd: Expand examples section

2014-10-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.4 (corresponding to FOAAS API 0.0.4)

	* R/foaas.R: Added yoda(), ballmer(), what(), because() and
	caniuse() which are now active at http://foaas.com

	* man/rfoaas-package.Rd: Updated accordingly

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

	* R/foaas.R: Added version() and operations() meta accessors

	* man/rfoaas-package.Rd: Updated to API 0.0.4, and expanded with
	examples section

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

	* R/foaas.R: Activated madison(), added cool(), field() and nugget()
	now that http://foaas.com has been expanded again

2014-02-14  Dason Kurkiewicz  <dasonk@iastate.edu>

        * R/foaas.R: Fixed parameter list for pink so it actually works.

2014-01-21  Dirk Eddelbuettel  <edd@debian.org>

        * R/foaas.R: New accessor function madison(name, from) but
        commented out as the backend does not seem to supply it

2013-08-07  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION: Version 0.0.2

        * R/foaas.R: New accessor function fascinating(from)

2013-07-26  Dirk Eddelbuettel  <edd@debian.org>

        * R/foaas.R (flying): New accessor function flying(from)

        * man/rfoaas-package.Rd: Documentation for flying(from)

2013-07-20  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION: Initial version 0.0.1 on fresh github repo

