Dasonk / displayR

Not as useful as the title might imply but exactly what it says

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

displayR

Displays a big letter R when the only function is called. Possibly to be put into a .Rprofile so the beauty can be displayed on startup.

Installation

Currently there isn't a release on CRAN.

You can, however, download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the devtools package to install the development version:

## Make sure your current packages are up to date
update.packages()
## devtools is required
library(devtools)
install_github("Dasonk/displayR")

Note: Windows users need Rtools and devtools to install this way.

Contact

You are welcome to:

About

Not as useful as the title might imply but exactly what it says

License:MIT License


Languages

Language:R 100.0%