COMHIS / bibliographica

Tools for bibliographic data analysis
Other
10 stars 9 forks source link

Installation failed #16

Closed askonivala closed 6 years ago

askonivala commented 6 years ago

install_github("ropengov/bibliographica") results in:

ERROR: dependency 'genderdata' is not available for package 'bibliographica'

villevaara commented 6 years ago

You need to install genderdata separately - install_github("ropensci/genderdata")

Might be true for some other dependencies also.

antagomir commented 6 years ago

Also note installatio command is nowadays install_github("COMHIS/bibliographica")

askonivala commented 6 years ago

Thanks a lot. I was now able to install the package correctly and we can close the issue. But I would recommend updating the installation instructions to include the dependency on genderdata and point to the new repository as well.

antagomir commented 6 years ago

Yes, thanks. This would become more critical if/when the package will be intended for more general use. That is not the case atm. It is far too experimental & unstable.