Installing mxFDA to R
To install, the devtools
or remotes
package is required for the install_github()
function:
#install devtools if not available
if (!require("devtools", quietly = TRUE))
install.packages("devtools")
#install from github
devtools::install_github("julia-wrobel/mxfda")
To install a specific release of mxfda
, use the devtools
syntax. This is an example for installing the first release of mxfda
:
devtools::install_github('julia-wrobel/mxfda@v0.2.1')
Vignettes and Function References
If interested in documentation and how-to’s, please see http://juliawrobel.com/mxfda/
GitHub Code
The raw code can be found on the GitHub page by clicking the GitHub symbol in the upper right of the pkgdown
site or at https://github.com/julia-wrobel/mxfda