Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenkin committed Oct 19, 2020
1 parent f213cbb commit 8aec1b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ knitr::opts_chunk$set(
# vfinputs <img src='man/figures/legendexample.png' align="right" height="80px" />

<!-- badges: start -->
[![](http://www.r-pkg.org/badges/version/vfinputs)](https://cran.r-project.org/package=vfinputs)
[![](http://cranlogs.r-pkg.org/badges/last-month/vfinputs)](https://cran.r-project.org/package=vfinputs)
[![Travis build status](https://travis-ci.org/rhenkin/vfinputs.svg?branch=main)](https://travis-ci.org/rhenkin/vfinputs)
<!-- badges: end -->

Expand All @@ -24,10 +26,9 @@ knitr::opts_chunk$set(

## Installation

You can install vfinputs with:

``` r
remotes::install_github("rhenkin/vfinputs")
```{r eval = FALSE}
# Install from CRAN
install.packages("vfinputs")
```

## Usage
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<!-- badges: start -->

[![](http://www.r-pkg.org/badges/version/vfinputs)](https://cran.r-project.org/package=vfinputs)
[![](http://cranlogs.r-pkg.org/badges/last-month/vfinputs)](https://cran.r-project.org/package=vfinputs)
[![Travis build
status](https://travis-ci.org/rhenkin/vfinputs.svg?branch=main)](https://travis-ci.org/rhenkin/vfinputs)
<!-- badges: end -->
Expand All @@ -18,10 +20,9 @@ rendered by a plotting package.

## Installation

You can install vfinputs with:

``` r
remotes::install_github("rhenkin/vfinputs")
# Install from CRAN
install.packages("vfinputs")
```

## Usage
Expand Down

0 comments on commit 8aec1b6

Please sign in to comment.