Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Oct 6, 2019
1 parent 71ebb1e commit 24edd67
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# prismatic (development version)

# prismatic 0.1.0

* Release on CRAN
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![Travis build status](https://travis-ci.org/EmilHvitfeldt/prismatic.svg?branch=master)](https://travis-ci.org/EmilHvitfeldt/prismatic)
[![Codecov test coverage](https://codecov.io/gh/EmilHvitfeldt/prismatic/branch/master/graph/badge.svg)](https://codecov.io/gh/EmilHvitfeldt/prismatic?branch=master)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/prismatic)](https://CRAN.R-project.org/package=prismatic)
[![Downloads](http://cranlogs.r-pkg.org/badges/prismatic)](https://CRAN.R-project.org/package=prismatic)
<!-- badges: end -->

The goal of prismatic is to provide color manipulation tools in R, in a intuitive, low-dependency and functional way.
Expand All @@ -28,7 +30,7 @@ The goal of prismatic is to provide color manipulation tools in R, in a intuitiv

## Installation

~~You can install the released version of prismatic from [CRAN](https://CRAN.R-project.org) with:~~
You can install the released version of prismatic from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("prismatic")
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
status](https://travis-ci.org/EmilHvitfeldt/prismatic.svg?branch=master)](https://travis-ci.org/EmilHvitfeldt/prismatic)
[![Codecov test
coverage](https://codecov.io/gh/EmilHvitfeldt/prismatic/branch/master/graph/badge.svg)](https://codecov.io/gh/EmilHvitfeldt/prismatic?branch=master)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/prismatic)](https://CRAN.R-project.org/package=prismatic)
[![Downloads](http://cranlogs.r-pkg.org/badges/prismatic)](https://CRAN.R-project.org/package=prismatic)
<!-- badges: end -->

The goal of prismatic is to provide color manipulation tools in R, in a
Expand All @@ -23,8 +25,8 @@ intuitive, low-dependency and functional way.

## Installation

~~You can install the released version of prismatic from
[CRAN](https://CRAN.R-project.org) with:~~
You can install the released version of prismatic from
[CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("prismatic")
Expand Down

0 comments on commit 24edd67

Please sign in to comment.