File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ knitr::opts_chunk$set(
16
16
```
17
17
18
18
19
+ [ ![ CRAN_Status_Badge] ( http://www.r-pkg.org/badges/version/survminer )] ( http://cran.r-project.org/package=survminer )
20
+
19
21
20
22
# survminer: Survival Analysis and Visualization
21
23
@@ -27,8 +29,15 @@ Find out more at http://www.sthda.com/english/wiki/survminer.
27
29
## Installation and loading
28
30
29
31
30
- Install the latest version from GitHub:
32
+ Install from CRAN as follow:
31
33
34
+ ``` {r, eval = FALSE}
35
+ install.packages("survminer")
36
+ ```
37
+
38
+
39
+ Or, install the latest version from GitHub:
40
+
32
41
33
42
``` {r, eval = FALSE}
34
43
# Install
Original file line number Diff line number Diff line change 1
1
<!-- README.md is generated from README.Rmd. Please edit that file -->
2
+ [ ![ CRAN\_ Status\_ Badge] ( http://www.r-pkg.org/badges/version/survminer )] ( http://cran.r-project.org/package=survminer )
3
+
2
4
survminer: Survival Analysis and Visualization
3
5
==============================================
4
6
@@ -9,7 +11,13 @@ Find out more at <http://www.sthda.com/english/wiki/survminer>.
9
11
Installation and loading
10
12
------------------------
11
13
12
- Install the latest version from GitHub:
14
+ Install from CRAN as follow:
15
+
16
+ ``` r
17
+ install.packages(" survminer" )
18
+ ```
19
+
20
+ Or, install the latest version from GitHub:
13
21
14
22
``` r
15
23
# Install
You can’t perform that action at this time.
0 commit comments