introduction-to-irverse.Rmd
The purpose of irverse
is to make it easy to install and use the ir
universe
of packages. You only need to install the package one time to get everything you need, including dependencies.
First you need a copy of the remotes
package. You can get this by the following R code:
Then you can install the irverse
from gitlab.
This will install this package and get you ready to go.
You can then install this package and it will pull in all of the other required packages if you write a new program or complete a new analysis.
library(irverse)
#> -- Attaching packages ------------------------------------------------------------------------------------------------------------------------------------------ irverse0.0.0.9000 --
#> v knitr 1.23 v usualsuspects 0.0.1
#> v kableExtra 1.1.0 v purrr 0.3.2
#> v wfudata 0.1.0 v brms 2.9.0
#> v irtools 0.0.1 v janitor 1.2.0
#> -- Conflicts ------------------------------------------------------------------------------------------------------------------------------------------------- irverse_conflicts() --
#> x janitor::chisq.test() masks stats::chisq.test()
#> x janitor::fisher.test() masks stats::fisher.test()