tufterhandout
Output formats for Tufte-style handouts in pdf and html for Rmarkdown
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.8%) to scientific vocabulary
Repository
Output formats for Tufte-style handouts in pdf and html for Rmarkdown
Basic Info
- Host: GitHub
- Owner: sachsmc
- License: other
- Language: HTML
- Default Branch: master
- Homepage: sachsmc.github.io/tufterhandout
- Size: 1.51 MB
Statistics
- Stars: 117
- Watchers: 15
- Forks: 17
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
tufterhandout
Output formats for Tufte-style handouts in html for Rmarkdown. See it in action here http://sachsmc.github.io/tufterhandout.
Installation
From CRAN
r
install.packages("tufterhandout")
Or from Github:
r
devtools::install_github("tufterhandout", "sachsmc")
Usage
When authoring a document in rmarkdown, simply specify the output format in the front-matter:
output:
tufterhandout::html_tufte_handout
In html, sidenotes are created with the tag <aside></aside>. You can even put code chunks in aside. Margin figures use the knitr option marginfigure = TRUE and full width figures use the knitr option fig.star = TRUE. Make use of the fig.cap option to specify the figure captions.
See the help files for complete options and see the homepage for an example. Options can be passed via the header:
output:
tufterhandout::html_tufte_handout:
keep_md: true
theme: cerulean
Owner
- Name: Michael Sachs
- Login: sachsmc
- Kind: user
- Location: Copenhagen, Denmark
- Company: University of Copenhagen
- Website: sachsmc.github.io
- Repositories: 91
- Profile: https://github.com/sachsmc
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 24
- Total Committers: 3
- Avg Commits per committer: 8.0
- Development Distribution Score (DDS): 0.167
Top Committers
| Name | Commits | |
|---|---|---|
| Michael Sachs | s****c@g****m | 20 |
| Michael Sachs | s****c@u****m | 3 |
| jashapiro | j****h@s****t | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 4
- Total pull requests: 15
- Average time to close issues: 5 days
- Average time to close pull requests: about 12 hours
- Total issue authors: 4
- Total pull request authors: 4
- Average comments per issue: 4.0
- Average comments per pull request: 0.27
- Merged pull requests: 13
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kylelundstedt (1)
- kategorically (1)
- jbkunst (1)
- arturochian (1)
Pull Request Authors
- sachsmc (12)
- jashapiro (1)
- jbkunst (1)
- bergant (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 242 last-month
- Total docker downloads: 43,390
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: tufterhandout
Tufte-style html document format for rmarkdown
- Homepage: http://sachsmc.github.io/tufterhandout
- Documentation: http://cran.r-project.org/web/packages/tufterhandout/tufterhandout.pdf
- License: MIT + file LICENSE
-
Latest release: 1.2.1
published over 11 years ago
Rankings
Maintainers (1)
Dependencies
- knitr * depends
- rmarkdown * depends
- utils * depends
- ggplot2 * suggests
- testthat * suggests
