FenTechSolutions / CausalDiscoveryToolbox

Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
https://fentechsolutions.github.io/CausalDiscoveryToolbox/html/index.html
MIT License
1.08k stars 198 forks source link

R packages not installed on mac via conda #131

Closed vdemchenko3 closed 1 year ago

vdemchenko3 commented 2 years ago

I added cdt to my yaml file, however the relevant R packages (namely BiocManager and all the causal discovery algorithms) are not added. I'm having similar issues to #123 and there's some discrepancy between the dependency builds.

Can you provide the steps to get all the necessary R packages for Mac rather than Ubuntu?

diviyank commented 2 years ago

Hello, the install should be similar... check out the new installation section (here), you could try the commands install.packages("https://cran.r-project.org/src/contrib/Archive/link_to_the_package.tar.gz", repos=NULL, type="source")

Unfortunately, I don't have a Mac for comparison/dev/testing... so i suggest trying the abovementioned methods, or fall back on docker images

Best, Diviyan