Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
/ ztype Public archive

How fast can you type R functions on your keyboard ?

Notifications You must be signed in to change notification settings

ThinkR-open/ztype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ztype

How fast can you type R functions on your keyboard ?

Find out by running a zty.pe game : export R functions as instructions to type to destroy opponents vessels.

This game was originally written by Dominic Szablewski with music from Andreas Loesch. Its original URL is http://www.phoboslab.org/ztype/

Installation & usage

# install.packages("devtools")
devtools::install_github("ThinkR-open/ztype")

library(ztype)
ztype() # dplyr, ggplot2 and lubridate

require(magrittr)
c("lubridate") %>% ztype()

alt tag