Closed tompollard closed 7 years ago
Running vignettes/demo.Rmd fails with the following error:
Quitting from lines 65-69 (demo.Rmd) Error in eval(expr, envir, enclos) : could not find function "yaml.load_file"
Loading the yaml library with library(yaml) fixes the issue.
library(yaml)
The following commands are duplicated in the script, so one set can be removed:
library(ccdata) library(ccanonym)
Running vignettes/demo.Rmd fails with the following error:
Loading the yaml library with
library(yaml)
fixes the issue.The following commands are duplicated in the script, so one set can be removed: