Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytimm committed Apr 19, 2024
1 parent 6935b22 commit 59c221d
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[![](https://www.r-pkg.org/badges/version/puremoe)](https://cran.r-project.org/package=puremoe)

[![](http://cranlogs.r-pkg.org/badges/last-month/puremoe)](https://cran.r-project.org/package=puremoe)

[![CRAN
checks](https://badges.cranchecks.info/summary/puremoe.svg)](https://cran.r-project.org/web/checks/check_results_puremoe.html)
[![](https://www.r-pkg.org/badges/version/puremoe)](https://cran.r-project.org/package=puremoe)[![](http://cranlogs.r-pkg.org/badges/last-month/puremoe)](https://cran.r-project.org/package=puremoe)
[![R build
status](https://github.com/jaytimm/puremoe/workflows/R-CMD-check/badge.svg)](https://github.com/jaytimm/puremoe/actions)

# puremoe

Expand Down Expand Up @@ -31,7 +28,16 @@ library.

## Installation

You can download the development version from GitHub with:
Get the released version from CRAN:

``` r
install.packages('puremoe')
```

## Installing package into '/home/jtimm/R/x86_64-pc-linux-gnu-library/4.3'
## (as 'lib' is unspecified)

Or the development version from GitHub with:

``` r
devtools::install_github("jaytimm/puremoe")
Expand Down

0 comments on commit 59c221d

Please sign in to comment.