Skip to content

Commit

Permalink
edit readme 1.2.0 done
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Cazelles committed Jul 27, 2018
1 parent 8df2323 commit 755fea9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand All @@ -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
---------------
Expand Down
7 changes: 4 additions & 3 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 755fea9

Please sign in to comment.