This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repost
15
15
[ ![ Lifecycle
16
16
Badge] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://img.shields.io/badge/lifecycle-stable-brightgreen )
17
17
18
- [ ![ CRAN
19
- Downloads] ( https://cranlogs.r-pkg.org/badges/grand-total/set6 )] ( https://cran.r-project.org/package=set6 )
20
-
21
18
[ ![ DOI] ( https://joss.theoj.org/papers/10.21105/joss.02598/status.svg )] ( https://doi.org/10.21105/joss.02598 )
22
19
[ ![ License:
23
20
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)
40
37
41
38
## Installation
42
39
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 )
44
42
45
43
``` 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' )
47
50
```
48
51
49
- Or for the latest stable build
52
+ And GitHub
50
53
51
54
``` r
52
55
remotes :: install_github(" xoopR/set6" )
53
56
```
54
57
58
+ set6 [ will not be on
59
+ CRAN] ( https://twitter.com/RaphaelS101/status/1506321623250571265 ) for
60
+ the forseeable future.
61
+
55
62
## Main Features
56
63
57
64
### A Clear Inheritance Structure
You can’t perform that action at this time.
0 commit comments