nlsy-links / NlsyLinks

Utilities and kinship information for behavior genetics and developmental research using the National Longitudinal Survey of Youth (NLSY)
https://nlsy-links.github.io/NlsyLinks/
GNU General Public License v3.0
7 stars 6 forks source link

pandoc error with pkgdown #64

Closed wibeasley closed 3 years ago

wibeasley commented 5 years ago

It doesn't occur when knitting (ctrl+shift+k) or building the vignettes(devtools::build_vignettes()). I'm guessing it's related to the pandoc version called from pkgdown?

It's hitting

example:

Reading 'vignettes/nls-investigator.Rmd' Error : callr subprocess failed: pandoc document conversion failed with error 99 Error: callr subprocess failed: callr subprocess failed: pandoc document conversion failed with error 99

wibeasley commented 5 years ago

I've kinda sidestepped the issue changing the images from

[<img src="GraphicsNlsInvestigator/Cohort.png" style="width: 500px;"/>](https://github.com/nlsy-links/NlsyLinks/blob/master/vignettes/GraphicsNlsInvestigator/Cohort.png?raw=T)

to

[<img src="https://github.com/nlsy-links/NlsyLinks/blob/master/vignettes/GraphicsNlsInvestigator/Cohort.png?raw=T" style="width: 500px;"/>](https://github.com/nlsy-links/NlsyLinks/blob/master/vignettes/GraphicsNlsInvestigator/Cohort.png?raw=T)

I'd prefer to go back to the conventional/local reference. This is just a work around. For the collaborators vignette, I just hid the logos/images.