Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to self_contained: false #23

Open
awunderground opened this issue Jul 13, 2018 · 0 comments
Open

Switch to self_contained: false #23

awunderground opened this issue Jul 13, 2018 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@awunderground
Copy link
Collaborator

From Bookdown:

One common reason to keep dependencies external is for serving R Markdown documents from a website (external dependencies can be cached separately by browsers, leading to faster page load times). In the case of serving multiple R Markdown documents you may also want to consolidate dependent library files (e.g. Bootstrap, and MathJax, etc.) into a single directory shared by multiple documents. You can use the lib_dir option to do this. For example:

---
title: "Habits"
output:
  html_document:
    self_contained: false
    lib_dir: libs
---
@awunderground awunderground added the feature New feature or request label Jul 13, 2018
@awunderground awunderground self-assigned this Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant