Rekyt / taxo_harmonization

:notebook: Companion code for Grenié et al. 2022 MEE "Harmonizing taxon names in biodiversity data: a review of tools, databases, and best practices" preprint: 10.32942/osf.io/e3qnz

Home Page:https://doi.org/10.1111/2041-210X.13802

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot find packages to install - server.R

emilio-berti opened this issue · comments

Related to issue #5.

Note: if installing installing packages is not needed (see #5), this is automatically resolved.

When sourcing server.R:

> source("server.R")
Error: Cannot install packages:
* insect: Can't find package called insect.
* traitdataform: Can't find package called traitdataform.

I installed them with:

devtools::install_github("shaunpwilkinson/insect")
devtools::install_github('EcologicalTraitData/traitdataform')

but still the same error is returned.

As mentioned in #5, this is fixed.