Skip to content

Commit 3d8f712

Browse files
committed
Update readme with R-universe install instructions
1 parent a88e3fd commit 3d8f712

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Config/build/compilation-database: true
4545
Config/testthat/edition: 3
4646
Encoding: UTF-8
4747
LazyData: true
48-
RoxygenNote: 7.3.2.9000
48+
RoxygenNote: 7.3.3

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ An implementation of 'Ichimoku Kinko Hyo', also commonly known as 'cloud charts'
3030

3131
## Installation
3232

33-
Install ichimoku from CRAN:
33+
Install ichimoku from R-universe:
3434

3535
``` r
36-
install.packages("ichimoku")
36+
install.packages('ichimoku', repos = c('https://shikokuchuo.r-universe.dev', 'https://cloud.r-project.org'))
3737
```
3838

3939
## Quick Start

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ government bonds and stock indices.
3232

3333
## Installation
3434

35-
Install ichimoku from CRAN:
35+
Install ichimoku from R-universe:
3636

3737
``` r
38-
install.packages("ichimoku")
38+
install.packages('ichimoku', repos = c('https://shikokuchuo.r-universe.dev', 'https://cloud.r-project.org'))
3939
```
4040

4141
## Quick Start

0 commit comments

Comments
 (0)