Skip to content

Commit

Permalink
post-release todos
Browse files Browse the repository at this point in the history
  • Loading branch information
shntnu committed Sep 18, 2017
1 parent a57522a commit 79567ba
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
11 changes: 9 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ knitr::opts_chunk$set(

[![Build Status](https://travis-ci.org/cytomining/cytominer.png?branch=master)](https://travis-ci.org/cytomining/cytominer)
[![Coverage Status](https://img.shields.io/codecov/c/github/cytomining/cytominer/master.svg)](https://codecov.io/github/cytomining/cytominer?branch=master)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/cytominer)](http://cran.r-project.org/package=cytominer)

# cytominer

Expand All @@ -36,9 +37,15 @@ The cytominer package makes these steps fast and easy.

## Installation

You can install cytominer from github with:
You can install `cytominer` from CRAN:

```{r gh-installation, eval = FALSE}
```{r, eval = FALSE}
install.packages("cytominer")
```

Or, install the development version from GitHub:

```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("cytomining/cytominer", dependencies = TRUE, build_vignettes = TRUE)
```
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
[![Build Status](https://travis-ci.org/cytomining/cytominer.png?branch=master)](https://travis-ci.org/cytomining/cytominer) [![Coverage Status](https://img.shields.io/codecov/c/github/cytomining/cytominer/master.svg)](https://codecov.io/github/cytomining/cytominer?branch=master)
[![Build Status](https://travis-ci.org/cytomining/cytominer.png?branch=master)](https://travis-ci.org/cytomining/cytominer) [![Coverage Status](https://img.shields.io/codecov/c/github/cytomining/cytominer/master.svg)](https://codecov.io/github/cytomining/cytominer?branch=master) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/cytominer)](http://cran.r-project.org/package=cytominer)

cytominer
=========
Expand All @@ -22,7 +22,13 @@ The cytominer package makes these steps fast and easy.
Installation
------------

You can install cytominer from github with:
You can install `cytominer` from CRAN:

``` r
install.packages("cytominer")
```

Or, install the development version from GitHub:

``` r
# install.packages("devtools")
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/cytominer-pipeline.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79567ba

Please sign in to comment.