ZOIP
If you want to install it, you need to copy the next code into your R console
if (!require("devtools")) install.packages("devtools")
devtools::install_github("jucdiaz/ZOIP", force = TRUE)
library(ZOIP) # Carga el paqueteIf you want to install it, you need to copy the next code into your R console
if (!require("devtools")) install.packages("devtools")
devtools::install_github("jucdiaz/ZOIP", force = TRUE)
library(ZOIP) # Carga el paqueteinstall.packages('ZOIP')