-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathREADME.Rmd
More file actions
50 lines (36 loc) · 1.81 KB
/
README.Rmd
File metadata and controls
50 lines (36 loc) · 1.81 KB
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
39
40
41
42
43
44
45
46
47
48
49
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# bstfun
<!-- badges: start -->
[](https://app.codecov.io/gh/MSKCC-Epi-Bio/bstfun?branch=main)
[](https://github.com/MSKCC-Epi-Bio/bstfun/actions/workflows/R-CMD-check.yaml)
[](https://github.com/MSKCC-Epi-Bio/bstfun/actions/workflows/test-coverage.yaml)
<!-- badges: end -->
A miscellaneous collection of functions to used by members of the Biostatistics Department at MSKCC. Functions in the {bstfun} package do not fall within the well-defined packages with more narrow scope used by the department.
## Installation
Employees of MSKCC should install {bstfun} by installing the internal {biostatR} package.
Details at [biostatR.mskcc.org](https://github.mskcc.org/pages/datadojo/biostatR/index.html).
You can install the development version of {bstfun} with:
``` r
devtools::install_github("MSKCC-Epi-Bio/bstfun")
```
## Contributing
Thank you to all contributors, including:
[@ddsjoberg](https://github.com/ddsjoberg)
[@karissawhiting](https://github.com/karissawhiting)
[@stl2137](https://github.com/stl2137),
[@vertosie](https://github.com/vertosie),
[@jalavery](https://github.com/jalavery),
[@larmarange](https://github.com/larmarange),
[@slobaugh](https://github.com/slobaugh),
[@leejasme](https://github.com/leejasme)