Skip to content

Commit

Permalink
update ChangeLog and NEWS, edits to README
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 2, 2016
1 parent 69b23bb commit 2d94e91
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
@@ -1,3 +1,13 @@
2016-10-02 Dirk Eddelbuettel <edd@debian.org>

* tests/doRUnit.R: Rewritten in simpler form following lead of some
other packages using the RUnit testing frameworks

* R/unit.test.R: Remove unused and unexported function
* inst/unitTests/runTests.R: Ditto

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

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

* vignettes/RcppGSL-unitTests.Rnw: Do not write unit test results to
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
## RcppGSL [![Build Status](https://travis-ci.org/eddelbuettel/rcppgsl.svg)](https://travis-ci.org/eddelbuettel/rcppgsl) [![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html) [![CRAN](http://www.r-pkg.org/badges/version/RcppGSL)](http://cran.rstudio.com/package=RcppGSL) [![Downloads](http://cranlogs.r-pkg.org/badges/RcppGSL?color=brightgreen)](http://www.r-pkg.org/pkg/RcppGSL)
## RcppGSL [![Build Status](https://travis-ci.org/eddelbuettel/rcppgsl.svg)](https://travis-ci.org/eddelbuettel/rcppgsl) [![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html) [![CRAN](http://www.r-pkg.org/badges/version/RcppGSL)](https://cran.r-project.org/package=RcppGSL) [![Downloads](http://cranlogs.r-pkg.org/badges/RcppGSL?color=brightgreen)](http://www.r-pkg.org/pkg/RcppGSL)

This package uses [Rcpp](https://github.com/RcppCore/Rcpp) to connect the
[R](http://www.r-project.org) system to the
Expand Down Expand Up @@ -76,7 +76,7 @@ Rcpp::NumericVector colNorm(const RcppGSL::Matrix & G) {

### Availabililty

On [CRAN](http://cran.r-project.org), here and on [its package page](http://dirk.eddelbuettel.com/code/rcpp.gsl.html).
On [CRAN](https://cran.r-project.org), here and on [its package page](http://dirk.eddelbuettel.com/code/rcpp.gsl.html).

### Authors

Expand Down
13 changes: 12 additions & 1 deletion inst/NEWS.Rd
@@ -1,6 +1,17 @@
\name{NEWS}
\title{News for Package \pkg{RcppGSL}}
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/rcppgsl/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/rcppgsl/issues/#1}{##1}}

\section{Changes in version 0.3.1 (2016-10-02)}{
\itemize{
\item The unit test driver was updated and simplified, (by request
of CRAN) no longer leaves files in `/tmp`, and removes two
unexported (and unused) test helper functions (PR \ghpr{10})
\item Switched to \code{run.sh} for Travis (PR \ghpr{11})
\item Use canonical CRAN URLs in README.md
}
}

\section{Changes in version 0.3.0 (2015-08-30)}{
\itemize{
Expand Down

0 comments on commit 2d94e91

Please sign in to comment.