Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmuir committed Jul 10, 2020
1 parent 4e08079 commit 2d8821a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
13 changes: 6 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@ knitr::opts_chunk$set(
<!-- badges: start -->
<!-- badges: end -->

The licorer package is designed to aid in the reading and processing of licor data
files. It uses the R package [**units**](https://CRAN.R-project.org/package=units) to ensure that values recorded with units have the correct units.
The licorer package is designed to aid in the reading and processing of licor data files. It uses the R package [**units**](https://CRAN.R-project.org/package=units) to ensure that values recorded with units have the correct units.

## Get **licorer**

from [CRAN](https://CRAN.R-project.org) with:
<!-- from [CRAN](https://CRAN.R-project.org) with: -->

``` r
install.packages("licorer")
```
<!-- ``` r -->
<!-- install.packages("licorer") -->
<!-- ``` -->

or from GitHub:
from GitHub:

``` r
# install.packages("devtools")
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ values recorded with units have the correct units.

## Get **licorer**

from [CRAN](https://CRAN.R-project.org) with:
<!-- from [CRAN](https://CRAN.R-project.org) with: -->

``` r
install.packages("licorer")
```
<!-- ``` r -->

<!-- install.packages("licorer") -->

<!-- ``` -->

or from GitHub:
from GitHub:

``` r
# install.packages("devtools")
Expand All @@ -43,7 +45,7 @@ tibble data object with header data stored in attributes.
``` r
library(licorer)
#> Loading required package: units
#> udunits system database from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/units/share/udunits
#> udunits system database from /usr/local/share/udunits
library(units)
library(stringr)
library(knitr)
Expand Down

0 comments on commit 2d8821a

Please sign in to comment.