Code Monkey home page Code Monkey logo

coffeegeeks's Introduction

README

CRAN_Status_BadgeLast-changedate Project Status: WIP โ€“ Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. license

It is written in the stars, that when a twitter hashtag is created, a community is born. As is true for the #rstatscoffeegeeks community.

This package contains basic needs for every rstatscoffeegeek.

  • an rmarkdowndocument template with coffee colors and image
  • a ggplot2 coffee theme
  • basic help for when your coffee doesn't taste great
  • coffee related emojis
  • coffee names

Install this package with devtools::install_github("rmhogervorst/coffeegeeks")

How to use the template

To use the coffee rmarkdown template, install the package and go 'create new rmarkdown document'

open new rmarkdown document

Then in the dialog select Coffee theme

selecting coffee theme

After knitting, the endresult looks something like this:

endresult of knitting in theme

Using the ggplot2 theme

library(coffeegeeks)
library(ggplot2)
ggplot(mtcars)+
    geom_point(aes(hp, wt, color = mpg))+
    scale_gradient_coffee()

ggplot(mtcars)+
    geom_density(aes(mpg, fill = as.factor(cyl)))+
    scale_fill_coffee()

Diagnosing your coffee problems

Use the function help_my_coffee_ .

help_my_coffee_(tastes = "bitter")
## A bitter flavour is often the result of extracting too much from the grounds.

##   adjust your grind or timing:

##   - make your grind courser AND/ OR let your coffee pass faster

## coarsening your grind will slow the process of extraction and allow you to find the right balance of flavor.

Collaborating

Are you passionate about coffee? Do you want to help out? The development of this package is all online on github.

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.