2024-10-29 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.2.7 * DESCRIPTION (Authors@R): Added * vignettes/gcbd.Rnw: No longer force call for package versions * man/figures.Rd: Remove extra \code{loglogAnalysis} to address a nag 2024-02-15 Dirk Eddelbuettel * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4, add r-ci-setup actions 2022-11-05 Dirk Eddelbuettel * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3 2022-02-20 Dirk Eddelbuettel * NAMESPACE: Add panel.superpose to lattice imports 2021-11-08 Dirk Eddelbuettel * README.md: Remove Travis badge * .travis.yml: Remove Travis YAML config 2021-03-26 Dirk Eddelbuettel * DESCRIPTION (URL, BugReports): Add two fields 2020-12-26 Dirk Eddelbuettel * .github/workflows/ci.yaml: Add CI runner using r-ci * README.md: Add new CI badge 2017-08-26 Dirk Eddelbuettel * .travis.yml (before_install): Use https to fetch run.sh 2016-09-27 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.2.6 * NAMESPACE: Change some importFrom() from RSQLite to DBI 2016-09-12 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Rolled version and date * DESCRIPTION (Title, Description): Edited to current standards * DESCRIPTION (Imports): Added 'Matrix, DBI, RSQLite, plyr, reshape, lattice' * NAMESPACE: Added importFrom() statements for each package * R/benchmark.R (svdBenchmarkgputools): Commented-out as SVD no longer provided in current gputools * man/benchmark.Rd: Commented-out here too * .travis.yml: Switch to using run.sh for Travis CI 2013-12-11 Dirk Eddelbuettel * DESCRIPTION: Version 0.2.5 * vignettes/*: Moved files from inst/doc/ * ChangeLog/*: Moved from inst/ * .travis.yml: Added for Github / Travis support * .gitignore: Added for git support * R/figures.R: Remove extraneous require(reshape) 2010-10-02 Dirk Eddelbuettel * DESCRIPTION: Version 0.2.4 * R/figures.R: Added figure_Lattice() * man/figures.Rd: Added figure_Lattice() * inst/doc/gcbd.Rnw: Applied a number of small fixes and changed results discussion to use the lattice figures 2010-09-15 Dirk Eddelbuettel * DESCRIPTION: Version 0.2.3 * R/figures.R: Added figure_loglogLattice() * man/figures.Rd: Added figure_loglogLattice() 2010-09-14 Dirk Eddelbuettel * DESCRIPTION: Version 0.2.2 2010-09-13 Dirk Eddelbuettel * R/*R: Remove magma tests code for now * man.*Rd: Updated documentation * inst/doc/gcbd.Rnw: Updated accordingly 2010-09-12 Dirk Eddelbuettel * NAMESPACE: Added, at last 2010-09-11 Dirk Eddelbuettel * R/figures.R: Place code to for vignette figures here * man/figures.Rd: Documentation for the above 2010-09-03 Dirk Eddelbuettel * R/analysis.R: Analysis of log/log plot * DESCRIPTION: Version 0.2.1 * DESCRIPTION: Added Depends: on plyr, reshape and lattice 2010-09-02 Dirk Eddelbuettel * DESCRIPTION: Increased to 'Version 0.2.0' * inst/sql/gcbd.sqlite: Results from 'run 2' 2010-09-01 Dirk Eddelbuettel * inst/scripts/benchmark.r: Added atl39 calls * R/utilities.R: Added Atlas 3.9.* support * R/benchmark.R: Added qr() uses LAPACK=TRUE 2010-08-29 Dirk Eddelbuettel * R/utilities.R: Use Henrik's isInstalled() 2010-08-23 Dirk Eddelbuettel * inst/scripts/runMe.sh: Helper script added * inst/scripts/summarizeDB.r: Idem 2010-08-21 Dirk Eddelbuettel * R/benchmark.R: Added LU benchmarks 2010-08-20 Dirk Eddelbuettel * inst/doc/gcbd.bib: Starting to fill a bin file 2010-08-17 Dirk Eddelbuettel * inst/scripts/benchmark.r: Now single frontend script * R/utilities.R: Added hasGputools() and hasMagma() * R/benchmark.R: New name matmultBenchmark() 2010-08-15 Dirk Eddelbuettel * R/benchmark.R: Added svdBenchmark and GPU variant * man/benchmark.Rd: Added documentation * inst/doc/vignette.Rnw: beginnings of a vignette * inst/sql/: renamed from inst/data * DESCRIPTION: Release 0.1.0 and initial committ