CC-HIC / ccanonym

Critical care data anonymisation package
1 stars 0 forks source link

Loading libraries in vignette/demo.Rmd #23

Closed tompollard closed 7 years ago

tompollard commented 8 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.

The following commands are duplicated in the script, so one set can be removed:

library(ccdata)
library(ccanonym)