Closed jpiaskowski closed 2 years ago
Hi @jpiaskowski,
library(factcuratoR) is run on line 25, and I think it is the DESCRIPTION file that is causing this (correct) error letting the user know that the dm package must be installed.
This information is in the Imports section in the DESCRIPTION file.
Tried running this:
pkgdown::build_article("example_cultivar_matching")
and get this error:
Should these be included in the DESCRIPTION file? Since I'm running pckdown function and not a standard package function, maybe not. After installing those packages, the function ran fine.