2 Installation

This chapter will use Version 0.2.0 of the semnova package. semnova can be installed from CRAN4. However, we recommend to download the latest version from GitHub5. The following lines of code can be used to install the package.

install.packages("devtools")

devtools::install_github("langenberg/semnova@v0.2.0")

library(semnova)

Note that the devtools package must be installed in order to be able to install software from GitHub.