A package for analysing data related to norms.
normr stands for norm R package.
The goal of normr is to facilitate data analysis and plot.
The benefit of having the pkg includes:
-
reducing amount of codes and prone errors
-
collaborative data analysis - make sure everyone is on the same page
Install the latest development version (on Github) via devtools:
devtools::install_github("jinyi-kuang/normr")
See LICENSE
for more information.
Contributions are always welcome!
Please follow the following steps:
- Fork it (https://github.com/jinyi-kuang/normr/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request