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

	* DESCRIPTION (Version, Date): Release 0.2.7

	* vignettes/random-intro.bib: Refreshed several URLs and entries
	* vignettes/random-intro.Rnw: Idem, also added two references
	* vignettes/random-intro.pdf: Rerendered, added two references
	* vignettes/random-essay.Rnw: Refreshed several URLs
	* vignettes/random-essay.pdf: Rerendered
	* man/random.Rd: Refreshed two URLs
	* README.md: Replaced FSF URL for GPL-2 with R-Project.org one
	* R/random.R: Use inherits() to test object class

	* .github/workflows/ci.yaml: Switch to actions/checkout@v7

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

	* .github/workflows/ci.yaml: Switch to actions/checkout@v6

2025-02-15  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml (jobs): Use r-ci action with bootstrap

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

	* DESCRIPTION (Authors@R): Added

2024-05-19  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Use tinyverse.netlify.app for dependency badge

2024-02-21  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
	add r-ci-setup actions

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

	* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

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

	* DESCRIPTION (Version, Date): Roll minor version

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

	* DESCRIPTION (URL, BugReports): Add repo, package page, issues

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

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

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

	* README.md: Added 'last commit' badge

	* .travis.yml: Update to 'bionic', R 4.0, and BSPM

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

	* DESCRIPTION (Author): Use name without email as in other packages

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

	* DESCRIPTION (Version): Release 0.2.6

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

	* DESCRIPTION (Version, Date): Roll minor version

	* tests/minimalTests.R: At request of CRAN, run only if explicitly
	enabled via environment variable; refactored using stopifnot()

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

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

	* .travis.yml: Install curl via the marutter PPA as r-cran-curl

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

	* DESCRIPTION: Release 0.2.5

	* R/random.R: Ensure URL <www.random.org> is used instead of
	<random.org> as the latter triggers redirections which can fail

	* NAMESPACE: Explicitly import read.table from utils
	* DESCRIPTION: Import the utils package

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

	* DESCRIPTION: Release 0.2.4

	* tests/minimalTests.R: Added a minimal set of tests -- as we cannot
	validate the retrieved content but only some coarse summaries
	* tests/minimalTests.Rout.save: Checks for basic tests

	* R/random.R: fetch() rewritten to get a connection with curl::curl()
	function, or the internal libcurl method (for R >= 3.2.0), and
	renamed getConnection() -- with a matching closeConnection()

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

	* DESCRIPTION: Roll Date and Version

	* R/random.R (fetch): New function to use internal url(...,
	method="libcurl") with R 3.2.0 or later and libcurl capabilities

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

	* DESCRIPTION: Release 0.2.3

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

	* R/random.R: Some cleanups, added copyright header

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

	* R/random.R: Switch to using curl() which supports https

	* DESCRIPTION: Added Import: curl; bumped Version: and Date:
	* NAMESPACE: Import curl from curl

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

	* DESCRIPTION: Release 0.2.2

	* vignettes/*: Moved files from inst/doc/

	* ChangeLog/*: Moved from inst/

	* .travis.yml: Added for Github / Travis support
	* .gitignore: Added for git support

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

	* DESCRIPTION: Release 0.2.1

	* R/random.R: Added missing 'cols' default argument to randomSequence,
	  with thanks to Lynn Amon for spotting this.
	* man/random.Rd: Documentation updated accordingly

2009-01-04  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.0

	* R/random.R: Changed code for new API provided by Mads at random.org
	* man/random.Rd: Documentation updated accordingly

	* NAMESPACE: Added namespace support to package

2007-04-26  Dirk Eddelbuettel  <edd@debian.org>

	* 0.1.2 release

	* inst/doc/random-intro.Rnw: Fix two small snafus to enable proper
	processing of the vignette; thanks to Kurt Hornik for the heads-up

2007-04-25  Dirk Eddelbuettel  <edd@debian.org>

	* 0.1.1 release

	* R/random.R: Use '%' in gsub(), not '\%'

2006-08-15  Dirk Eddelbuettel  <edd@debian.org>

	* inst/doc/random-essay.Rnw: first full draft

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

	* R/random.R: some more polishing

2006-07-29  Dirk Eddelbuettel  <edd@debian.org>

	* inst/doc/random-essay.Rnw: more spit and polish for vignette
	based on the essay.html document by Mads Haahr (from 1999)

2006-07-28  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION, man/*, R/*, inst/*: turned into a proper R package

2006-05-20  Dirk Eddelbuettel  <edd@debian.org>

	* randomOrg.R: wrote a few simple function to access
	http://random.org via R's read.file URL access


