forked from MSKCC-Epi-Bio/bstfun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
34 lines (25 loc) · 1.11 KB
/
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
---
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 -->
[![R build status](https://github.com/ddsjoberg/bstfun/workflows/R-CMD-check/badge.svg)](https://github.com/ddsjoberg/bstfun/actions)
[![Codecov test coverage](https://codecov.io/gh/ddsjoberg/bstfun/branch/master/graph/badge.svg)](https://codecov.io/gh/ddsjoberg/bstfun?branch=master)
<!-- 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("ddsjoberg/bstfun")
```