Skip to content

Commit 755fea9

Browse files
author
Kevin Cazelles
committed
edit readme 1.2.0 done
1 parent 8df2323 commit 755fea9

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ status](https://ci.appveyor.com/api/projects/status/330p7f0djhpl998q?svg=true)](
3232
[![codecov](https://codecov.io/gh/inSileco/graphicsutils/branch/master/graph/badge.svg)](https://codecov.io/gh/inSileco/graphicsutils)
3333
[![](https://img.shields.io/badge/licence-GPLv2-3fb3b2.svg)](LICENSE)
3434

35+
36+
3537
Installation
3638
------------
3739

@@ -50,6 +52,9 @@ Then, load it:
5052
Main features
5153
-------------
5254

55+
See the [overview vignette](http://insileco.github.io/graphicsutils/articles/overview.html)
56+
for details.
57+
5358

5459
Code of Conduct
5560
---------------

inst/NEWS.Rd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
\item \code{circle()} renamed \code{circles()}.
2323
\item Argument \code{lower} from \code{envelop()} now has a default values.
2424
\item \code{gpuPalette()} now has a new argument: \code{ncol}, that calls \code{colorRampPalette} (grDevices package) to custom the number of colors.
25-
\item{pchImage} now uses native representation of raster when importing image from file.
26-
\item{circles} has a new argument \code{clockwise} and is tested.
25+
\item \code{pchImage()} now uses native representation of raster when importing image from file.
26+
\item \code{circles()} has a new argument \code{clockwise} and is now tested.
27+
\item \code{howManyRC()} and \code{prettyRange()} are now tested.
2728
}
2829
\item Changes in the package's structure:
2930
\itemize{
3031
\item Rcpp added see \ghpr{10}.
3132
\item A website has beeen built with pkgdown.
32-
\item Code coverage has increased from 17\% to 20\%.
33+
\item Code coverage has increased from 17\% to 31\%.
3334
}
3435
\item Changes in the package's metadata:
3536
\itemize{

0 commit comments

Comments
 (0)