Learn R Programming

sistmr

sistmr is an R package, hosted on GitHub, containing functions common to the members of the SISTM members.

Philosophy

This package contains functions used by one or more team members. It makes it possible to gather in the same repository R codes useful to different members of the team and to host the latest version of these codes.

In practice

GitHub

To be able to contribute, you must:

For more information on using Git and GitHub, see Chapter 2 of https://r-dev-perf.borishejblum.science.

R code

Once the access is configured, most of the contributions are in the R/ folder. The procedure and recommendations are as follows:

  • THE RULE : one function = one *.R file !!!

  • add an R file containing the R code of the function

  • document the function using roxygen tags (for more details on the roxygen documentation, see section 1.3 of https://r-dev-perf.borishejblum.science), then generate the documentation (Rstudio : Build tab > More > Document, or run devtools::document()).

Consideration of changes and synchronization

The work is done locally, it must now be synchronized with the server :

  • do a “commit”, explaining as much as possible what you have done

  • do a “push” to upload your modifications to GitHub.

Thank you for your contribution to sistmr :-)

Copy Link

Version

Install

install.packages('sistmr')

Monthly Downloads

137

Version

0.1.1

License

MIT + file LICENSE

Maintainer

Mc3<a9>lanie Huchon

Last Published

March 24th, 2022

Functions in sistmr (0.1.1)

sistmr

sistmr.
BlandAltmanPlot

Bland-Altman plot function
normal_distribution

Functions
multipleBoxplots

Multiple boxplots for many times
volcanoPlot

Volcano plot function