-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
73 lines (53 loc) · 1.84 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
always_allow_html: true
output:
rmarkdown::github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# `myphd`: An R package for a PhD in my group <img src="man/figures/sticker.png" align="right" width="150"/>
```{r, echo=FALSE, include=FALSE, results='asis'}
cat(
badger::badge_doi("10.5281/zenodo.8075025", color = "blue"),
badger::badge_repostatus(status = "Active"),
badger::badge_license(license = NULL),
badger::badge_coveralls(ref = "google/benchmark"),
badger::badge_codecov(ref = "rcannood/princurve"),
badger::badge_github_actions(ref = "rossellhayes/ipa")
)
```
> A easy to use package for common tasks in epidemiology and causal inference research projects.
__Authors:__ [Lorenzo Fabbri](https://epilorenzofabbri.com/)
---
## Installation
Install the _most recent version_ from the `main` branch on GitHub via
[`remotes`](https://CRAN.R-project.org/package=remotes):
```{r gh-master-installation, eval = FALSE}
remotes::install_github("isglobal-cep/myphd")
```
---
## Issues
If you encounter any bugs or have any specific feature requests, please [file an
issue](https://github.com/isglobal-cep/myphd/issues).
---
## Citation
After using the `myphd` R package, please cite the following:
@software{fabbri2023myphd-rpkg,
author = {Fabbri, Lorenzo},
title = {{myphd}: An R package for a PhD in my group},
year = {2023},
howpublished = {\url{https://github.com/isglobal-cep/myphd}},
note = {{R} package version 4.1.2},
url = {https://doi.org/10.5281/zenodo.8073459},
doi = {10.5281/zenodo.8073459}
}
---
## License
© 2023 [Lorenzo Fabbri](https://epilorenzofabbri.com/)
The contents of this repository are distributed under the MIT License. See
file `LICENSE` for details.