Correctly installing non-CRAN dependencies

You were close to getting this working.

  1. You were missing a comma in the DESCRIPTION file
  2. 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)

3 Likes