Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Jun 3, 2015
1 parent b8a9f64 commit 4044ff9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The package also fixes a couple of other annoyances that I encountered when tryi

# Installation

This package is available on CRAN [here](http://cran.r-project.org/web/packages/cowplot/index.html) and can be installed via

install.packages("cowplot")

You can install the latest development version of this package using the devtools package. In your R console, simply enter:

devtools::install_github("wilkelab/cowplot")
Expand Down
9 changes: 5 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
I apologize for submitting a bug-fix already. The title of the vignette was not
properly set and was showing up as "Vignette Title" on CRAN. Everything else is
unchanged.

## Test environments
* local OS X install x86_64-apple-darwin13.4.0 (64-bit), R 3.1.2
* win-builder (via devtools::build_win())
Expand All @@ -11,5 +7,10 @@ This package uses only very simple and straightforward R code, so I expect it to
## R CMD check results
There were no ERRORs or WARNINGs.

There was 1 NOTE: Days since last update: 0

I apologize for submitting a bug-fix so soon. The title of the vignette was not
properly set and was showing up as "Vignette Title" on CRAN. This should be fixed now.

## Downstream dependencies
None exist at this time.

0 comments on commit 4044ff9

Please sign in to comment.