2017-02-05 Dirk Eddelbuettel * DESCRIPTION (Version): Release 0.2.6 2017-02-04 Dirk Eddelbuettel * 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 * .travis.yml: Install curl via the marutter PPA as r-cran-curl 2015-06-30 Dirk Eddelbuettel * DESCRIPTION: Release 0.2.5 * R/random.R: Ensure URL is used instead of 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 * 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 * 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 * DESCRIPTION: Release 0.2.3 2015-01-07 Dirk Eddelbuettel * R/random.R: Some cleanups, added copyright header 2015-01-06 Dirk Eddelbuettel * 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 * 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 * 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 * 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 * 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 * 0.1.1 release * R/random.R: Use '%' in gsub(), not '\%' 2006-08-15 Dirk Eddelbuettel * inst/doc/random-essay.Rnw: first full draft 2006-08-11 Dirk Eddelbuettel * R/random.R: some more polishing 2006-07-29 Dirk Eddelbuettel * 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 * DESCRIPTION, man/*, R/*, inst/*: turned into a proper R package 2006-05-20 Dirk Eddelbuettel * randomOrg.R: wrote a few simple function to access http://random.org via R's read.file URL access