1 Installing afp

The library afp currently is only installable via GitHub and is contingent on R versions at or above 3.5. To install the package, first install devtools so that you may make use of the function install_github, referencing afp by the package creator’s username (“robertschnitman”) followed by “/afp” as shown in the code below:

## afp dependency: R >= 3.5

install.packages("devtools") # Install library necessary for installing afp.

devtools::install_github("robertschnitman/afp") # Install afp.

The following sections will assume that you have loaded this library, so please load it so that the codes in the mentioned sections will be executable for you.

library(afp)