From 755fea90548001d3b4f1e68a35f9d0128f8670f9 Mon Sep 17 00:00:00 2001 From: Kevin Cazelles Date: Fri, 27 Jul 2018 11:17:13 -0400 Subject: [PATCH] edit readme 1.2.0 done --- README.md | 5 +++++ inst/NEWS.Rd | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef16a19..382daa2 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ status](https://ci.appveyor.com/api/projects/status/330p7f0djhpl998q?svg=true)]( [![codecov](https://codecov.io/gh/inSileco/graphicsutils/branch/master/graph/badge.svg)](https://codecov.io/gh/inSileco/graphicsutils) [![](https://img.shields.io/badge/licence-GPLv2-3fb3b2.svg)](LICENSE) + + Installation ------------ @@ -50,6 +52,9 @@ Then, load it: Main features ------------- +See the [overview vignette](http://insileco.github.io/graphicsutils/articles/overview.html) +for details. + Code of Conduct --------------- diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 649fd74..fb0cad4 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -22,14 +22,15 @@ \item \code{circle()} renamed \code{circles()}. \item Argument \code{lower} from \code{envelop()} now has a default values. \item \code{gpuPalette()} now has a new argument: \code{ncol}, that calls \code{colorRampPalette} (grDevices package) to custom the number of colors. - \item{pchImage} now uses native representation of raster when importing image from file. - \item{circles} has a new argument \code{clockwise} and is tested. + \item \code{pchImage()} now uses native representation of raster when importing image from file. + \item \code{circles()} has a new argument \code{clockwise} and is now tested. + \item \code{howManyRC()} and \code{prettyRange()} are now tested. } \item Changes in the package's structure: \itemize{ \item Rcpp added see \ghpr{10}. \item A website has beeen built with pkgdown. - \item Code coverage has increased from 17\% to 20\%. + \item Code coverage has increased from 17\% to 31\%. } \item Changes in the package's metadata: \itemize{