Skip to content

Common issues and questions

Alexandros Kokkalis edited this page Sep 6, 2022 · 1 revision

Common issues with SPiCT and frequently asked questions

Problem installing spict in Windows

If installing spict using remotes::install_github("DTUAqua/spict/spict") fails, there is a binary zip file for each release, e.g. spict_1.3.6.zip. You can find the latest release here: here

Warning when loading spict

If there is a mismatch between the installed version of TMB and MATRIX, there is a warning when loading spict that should not be ignored. The warning looks like this:

Warning message: 
In checkMatrixPackageVersion(): Package version inconsistency detected. 
TMB was built with Matrix version 1.2.14 
Current Matrix version is 1.2.15 

Solution: Re-install TMB and then re-install spict, using:

install.packages("TMB", type = "source")
remotes::install_github("DTUAqua/spict/spict")