stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
161 stars 26 forks source link

`gh` package required #220

Closed bbbales2 closed 2 years ago

bbbales2 commented 3 years ago

I tried to use the package without gh installed and got:

> pd <- pdb_default()
Error in loadNamespace(name) : there is no package called ‘gh’

I see it's in the suggests package list. Should this package be required (so it gets automatically installed)?

MansMeg commented 3 years ago

Hi!

I think the main idea from the beginning was that it would only be used if we used github. Now I realize, github is the default. So yes, you are right. We should move this so it is installed automatically.

MansMeg commented 2 years ago

This has now been fixed.