Skip to content

Commit

Permalink
add cran
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficonese committed Mar 20, 2020
1 parent 2499753 commit 7136a4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: daterangepicker
Type: Package
Title: Create a Shiny Date-Range Input
Version: 0.1.0
Version: 0.1.0.999
Authors@R: c(
person("Sebastian","Gatscha", email = "[email protected]", role = c("aut", "cre"))
)
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
</p>

<!-- badges: start -->
[![](https://www.r-pkg.org/badges/version/daterangepicker)](https://www.r-pkg.org/pkg/daterangepicker)
[![cran checks](https://cranchecks.info/badges/worst/daterangepicker)](https://cran.r-project.org/web/checks/check_results_daterangepicker.html)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/daterangepicker?color=brightgreen)](https://www.r-pkg.org/pkg/daterangepicker)
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/grand-total/daterangepicker)](https://www.rpackages.io/package/daterangepicker)
[![Travis build status](https://travis-ci.org/trafficonese/daterangepicker.svg?branch=master)](https://travis-ci.org/trafficonese/daterangepicker)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/trafficonese/daterangepicker?branch=master&svg=true)](https://ci.appveyor.com/project/trafficonese/daterangepicker)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
Expand All @@ -13,8 +17,13 @@

Custom Shiny input binding for a [Date Range Picker](https://www.daterangepicker.com/).

## Installation
## Installation from CRAN

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

or the dev version:
``` r
# install.packages("remotes")
remotes::install_github("trafficones/daterangepicker")
Expand Down

0 comments on commit 7136a4c

Please sign in to comment.