sara-chronister / syndrome-definition-evaluation

R code for evaluation of NSSP BioSense ESSENCE syndrome definition results using ESSENCE APIs.
13 stars 5 forks source link

Errors Knitting After `pacman` Update #9

Closed DOH-TJB0303 closed 11 months ago

DOH-TJB0303 commented 1 year ago

Knitting of the Syndrome Evaluation Comparison .Rmd's was not working for me recently. Errors within SupportCode/1-PackageManagement.R

DOH-TJB0303 commented 1 year ago

Suggested Fixes: @sara-chronister @DOH-SNC1303

DOH-TJB0303 commented 11 months ago

Looks like we also need to add tidyr for pivot_longer() and stringr to the list of loaded packages.

DOH-TJB0303 commented 11 months ago

In .Rmd report, "__" is being interpreted literally as bold by Markdown, causing these characters to be missing from displayed queries --> may have to fix this using cat(query_syntax) like structure