You were close to getting this working.
- You were missing a comma in the DESCRIPTION file
- We need to include the additional repo in the CRAN repositories, so pak knows where to install it from.
You can do the second by setting the CRAN
environment variable to the additional repositories you were trying to use.
I opened a PR with these changes (https://github.com/oharar/LatentINLA/pull/6)