GitXplorerGitXplorer
e

RUncommon

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2ff03e918d18420354f7fa19a8732475f80d23e6

fix build warnings from missing descriptions

committed 4 years ago
Unverified
2d6ac25248088add2634b5138fd1acf68ebec2a2

fix school years tests

committed 4 years ago
Unverified
d60aff8bc66f5573cac099ad599781822542fd2a

small change in age description function

committed 4 years ago
Unverified
bc49ec5696eb073384dc25a084ce3f9cbf02a472

new function to get someones age

committed 4 years ago
Unverified
054e6c1534e88af3f56a3c92968a1ac3a234fe75

Merge branch 'master' of https://gitlab.com/eringrand/RUncommon

committed 4 years ago
Unverified
d14070ae587e8f2823173cdc49eeb5abe16afb25

Update colors.R

committed 5 years ago

README

The README file for this repository.

RUncommon

pipeline status

coverage report

A package of personal functions I use at work or in my personal projects. The functions are based in tidyverse style

This package is mirrored from gitlab to github. You can install from either location, but please pass any pull/merge requests to the gitlab version.

To download this package for your own use copy the following lines into the R console.

GitHub:

remotes::install_git("eringrand/RUncommon")
library(RUncommon)

Gitlab:

remotes::install_gitlab("eringrand/RUncommon")
library(RUncommon)

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.