Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abichat committed Apr 18, 2020
1 parent 812ae49 commit 3cac659
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ knitr::opts_chunk$set(
[![R build status](https://github.com/StateOfTheR/LCpackage/workflows/R-CMD-check/badge.svg)](https://github.com/StateOfTheR/LCpackage/actions)
<!-- badges: end -->

The goal of LCpackage is to ...
**LCpackage** is a demo package created for a live coding session at [State of the R](https://stateofther.github.io).

## Installation

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
status](https://github.com/StateOfTheR/LCpackage/workflows/R-CMD-check/badge.svg)](https://github.com/StateOfTheR/LCpackage/actions)
<!-- badges: end -->

The goal of LCpackage is to …
**LCpackage** is a demo package created for a live coding session at
[State of the R](https://stateofther.github.io).

## Installation

Expand All @@ -34,5 +35,5 @@ library(LCpackage)

``` r
print_date()
#> Today is the 17 April of year 2020.
#> Today is the 18 April of year 2020.
```

0 comments on commit 3cac659

Please sign in to comment.