Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit e65ffee

Browse files
authored
Update README.md
1 parent 9a53248 commit e65ffee

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repost
1515
[![Lifecycle
1616
Badge](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://img.shields.io/badge/lifecycle-stable-brightgreen)
1717

18-
[![CRAN
19-
Downloads](https://cranlogs.r-pkg.org/badges/grand-total/set6)](https://cran.r-project.org/package=set6)
20-
2118
[![DOI](https://joss.theoj.org/papers/10.21105/joss.02598/status.svg)](https://doi.org/10.21105/joss.02598)
2219
[![License:
2320
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -40,18 +37,28 @@ chat](https://badges.gitter.im/xoopR/set6.png)](https://gitter.im/xoopR/set6)
4037

4138
## Installation
4239

43-
The current CRAN release can be installed with
40+
set6 can be installed from
41+
[R-Universe](https://raphaels1.r-universe.dev/ui#package:set6)
4442

4543
``` r
46-
install.packages("set6")
44+
# Enable repository from raphaels1
45+
options(repos = c(
46+
raphaels1 = 'https://raphaels1.r-universe.dev',
47+
CRAN = 'https://cloud.r-project.org'))
48+
# Download and install set6 in R
49+
install.packages('set6')
4750
```
4851

49-
Or for the latest stable build
52+
And GitHub
5053

5154
``` r
5255
remotes::install_github("xoopR/set6")
5356
```
5457

58+
set6 [will not be on
59+
CRAN](https://twitter.com/RaphaelS101/status/1506321623250571265) for
60+
the forseeable future.
61+
5562
## Main Features
5663

5764
### A Clear Inheritance Structure

0 commit comments

Comments
 (0)