uoe-digicat / DigiCAT

digital counterfactual analysis tool
Apache License 2.0
0 stars 0 forks source link

dependency nbpMatching issue #134

Open ljschumacher opened 4 months ago

ljschumacher commented 4 months ago

I had an issue installing on MacOS 14.4.1 (ARM/Apple Silicon processor) with the dependency “nbpMatching”, which I resolved by installing bioConductor, then installing nbpMatching, then re-starting R and installing DigiCat again - in case it’s useful for others:

if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install(version = "3.19”)

packages <- c("nbpMatching") BiocManager::install(packages)