Giter Site home page Giter Site logo

mkearney / mizzourahmd Goto Github PK

View Code? Open in Web Editor NEW
21.0 3.0 6.0 4.17 MB

😎 A clean and stylish template for rmarkdown 🐯

Home Page: https://github.com/mkearney/mizzourahmd

License: Creative Commons Zero v1.0 Universal

R 59.95% CSS 40.05%
rmarkdown rmarkdown-template rmd rmd-template r rstats r-package mkearney-r-package

mizzourahmd's Introduction

mizzourahmd

lifecycle

🐯 A clean and pretty rmarkdown template (I don’t like any of the default themes). 😎

Installation

You can install the released version of mizzourahmd Github with:

## install from github
remotes::install_github("mkearney/mizzourahmd")

Example

Additional information about and screen shots of the rendered default template are included below.

Fonts

This template uses Roboto Condensed for its default font, Roboto Black for its headings, and Fira Code (with ligatures) for all code.

Data frames

By default, the template renders data frames using {knitr}’s "kable", which results in a nice looking HTML table.

Figures

And plots render nicely as well!

TO DO lists

Create nice-looking TO-DO lists with the mizzourahmd::todo_document template

The default template renders HTML that looks like this:

mizzourahmd's People

Contributors

mkearney avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mizzourahmd's Issues

Google Fonts Issue

I just wanted to get a sense of what the theme looked like, but I got the following error:

pandoc: Could not fetch https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i,900
TlsExceptionHostPort (HandshakeFailed (Error_Misc "user error (unexpected type received. expecting handshake and got: Alert [(AlertLevel_Fatal,HandshakeFailure)])")) "fonts.googleapis.com" 443
Error: pandoc document conversion failed with error 67
Execution halted
---
title: "Title"
author: "Author"
date: "`r Sys.Date()`"
output: mizzourahmd::mizzou_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(echo = TRUE, collapse = TRUE, comment = "#>")

R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

summary(cars)

Including Plots

You can also embed plots, for example:

plot(pressure)

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.

[Question] output

Hi,

I'm sorry I'm very new to R Markdown.

I'm wondering if this template is for html output only or it will also work with pdf output?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.