Hello, RStudio Community!
I'm very much enjoying trying my hand at creating a website with bookdown, hosted on GitHub Pages as described here, but our search function is showing up but not working.
This book has been served (bookdown::serve_book()
) and the above snapshot is shown from the page built on our internal GitHub Enterprise server.
I have read through one issue on the bookdown-demo package that seems relevant:
but the problems/solutions don't quite seem relevant to my situation because:
- I am getting this same behavior on GitHub Pages and after
bookdown::serve_book
in the RStudio Viewer - I am not using
crayon
to the best of my knowledge (I do not know whatcrayon
is) - I am using the most recent version of
bookdown
Thank you for any help figuring this out!
> sessionInfo("bookdown")
R version 3.6.0 (2019-04-26)
Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: CloudForms
Matrix products: default
BLAS/LAPACK: /usr/lib64/R/lib/libRblas.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
character(0)
other attached packages:
[1] bookdown_0.21