Skip to content

Commit

Permalink
Merge pull request #35 from Merck/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 committed Dec 19, 2023
2 parents 0263cce + 4ddcd0e commit c9dbead
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,26 @@
<!-- badges: start -->
[![R-CMD-check](https://github.com/Merck/boxly/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Merck/boxly/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/Merck/boxly/branch/main/graph/badge.svg)](https://app.codecov.io/gh/Merck/boxly?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/boxly)](https://cran.r-project.org/package=boxly)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/boxly)](https://cran.r-project.org/package=boxly)
<!-- badges: end -->

## Installation

The easiest way to get boxly is to install from CRAN:

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

Alternatively, to use a new feature or get a bug fix,
you can install the development version of boxly from GitHub:

```r
# install.packages("remotes")
remotes::install_github("Merck/boxly")
```

## Overview

The boxly package creates interactive box plots for clinical trial analysis & reporting.
Expand Down

0 comments on commit c9dbead

Please sign in to comment.