-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
40 lines (29 loc) · 1007 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output:
github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup_readme, echo=FALSE, include=FALSE}
dont_run_setup <- TRUE
knitr::opts_chunk$set(
fig.path = "man/figures/README-",
collapse = TRUE,
comment = "#>"
)
#
```
# loose rock
<img src="man/figures/loose.rock_logo.svg" width="120" align="right" />
> Set of Functions to Use in Survival Analysis and in Data Science
![R CMD check](https://github.com/averissimo/loose.rock/workflows/R-CMD-check/badge.svg)
[![Coverage Status](https://codecov.io/gh/averissimo/loose.rock/branch/master/graph/badge.svg)](https://codecov.io/github/averissimo/loose.rock?branch=master)
[![CRAN Version](https://img.shields.io/cran/v/loose.rock.svg)](https://cran.r-project.org/package=loose.rock)
```{r, child='vignettes/Overview.Rmd'}
```
```{r, eval=FALSE, include=FALSE}
rmarkdown::render(
'README.Rmd',
output_file = file.path(getwd(), 'README.md'),
output_format = 'github_document'
)
```