dirinla package installation error

Hi!,

Thanks for your interest in using the dirinla package.

It seems that the error is not only associated with dirinla package, but with the installation from git repositories:
https://forum.posit.co/t/devtools-install-github-error/19840/4

What I suggest from the moment is try to install from local, following next steps:

  1. Clone repository
  2. Decompress it.
  3. Opne dirinla.Rproj
  4. Execute:
setwd("dirinla")
devtools::document()
setwd("..")
devtools::install_local("dirinla", force = TRUE)
  1. R-package should have been installed.

Please, just let me know if it works.
Best,
JoaquĆ­n.