README.md

certedata

This is an R package used by the Data Management department at Certe, a medical laboratory in the Netherlands.

Certe-logo imgCerte-logo txt

Read about copyright here.

Acknowledgements

We use R programming language for our professional analyses, because the free and open source R programming language leans to the cutting edge of data science, giving businesses like ours the latest data analysis tools at no charge because it is open-source software (under GPLv2). We use RStudio (also open-source, under AGPLv3) to work with R, which is an awesome IDE. Our citations() function automatically includes these software packages. We thank all developers and contributors in these projects.

See the AMR package by the same authors for new epidemiological functions and classes.

How to get it?

This package is only available here on GitHub.

Installation commands:

library(devtools)
install_github("msberends/certedata")

Working behind a proxy? Then use:

library(httr)
library(devtools)
set_config(use_proxy("yourproxydomain.com",
                     8080,
                     "username",
                     "password",
                     "any")) # change "any" to "basic" or "digest" if needed
install_github("msberends/certedata")
reset_config()

Copyright

License Copyright

Copyright holder and funder: Certe Medische diagnostiek & advies.

This R package is licensed under the GNU General Public License (GPL) v2.0. In a nutshell, this means that this package:

may be used for commercial purposes

may be used for private purposes

may be modified, although:

may be distributed, although:

comes with a LIMITATION of liability

comes with NO warranty

© 2019 Certe

www.certe.nl



msberends/certedata documentation built on Nov. 26, 2019, 5:19 a.m.