Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shinjaehyeok committed Apr 9, 2024
1 parent 14a3d8f commit 17825d8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ Disclaimer: This R package is a personal project and is not affiliated with my c

## Installation

You can install the development version of stcpR6 from [GitHub](https://github.com/) with:
You can install the CRAN version of stcpR6 with:

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

You can also install the development version of stcpR6 from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<!-- badges: start -->

[![R-CMD-check](https://github.com/shinjaehyeok/stcpR6/workflows/R-CMD-check/badge.svg)](https://github.com/shinjaehyeok/stcpR6/actions)
[![R-CMD-check](https://github.com/shinjaehyeok/stcpR6/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/shinjaehyeok/stcpR6/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

stcpR6 is an R package built to run nonparametric sequential tests and
Expand All @@ -25,7 +26,13 @@ errors or omissions in this package.

## Installation

You can install the development version of stcpR6 from
You can install the CRAN version of stcpR6 with:

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

You can also install the development version of stcpR6 from
[GitHub](https://github.com/) with:

``` r
Expand Down

0 comments on commit 17825d8

Please sign in to comment.