Skip to content

antiphon/lukeR

Repository files navigation

lukeR

R package for Luke-related database-wrappers, color-themes and templates.

Installation

To install this, first install packages

  • remotes
  • XML
  • rsvg

e.g. install.packages(c("remotes", "XML", "rsvg")) . Then run inside R one of

remotes::install_github("antiphon/lukeR")
# or with some examples
remotes::install_github("antiphon/lukeR", build_vignettes = TRUE)

If you are connected to Reitti, you might need to adjust your proxy-settings to be able to install directly from Github. This can be done by adding the line

Sys.setenv(https_proxy="http://*secret goverment proxy here*")

into your .Rprofile (e.g. using usethis::edit_r_profile())

At the moment you need to ask the proxy address details from e.g. Teams channel "Luke R users" (see wiki therein).

Planned features

Themes

  • ggplot (partly done)
    • scale_*_gradient
    • scale_*_continous
    • scale_*_discrete
    • facet_grid wrap
  • R-markdown document css

Maybe

  • Shiny app css
  • flexdashboard css
  • raster, rasterViz, spplot, tmap, leaflet, etc?

Graphical elements

  • accessibility
  • Color palettes:
    • main
    • fades
    • sets for plots
  • typeface names
  • Luke logo with adjustable colors
    • background
    • title
    • bubble
    • subtitle
    • output svg or bitmap

Templates

  • LaTeX Beamer presentation
  • LaTeX report-template

Office-suite templates are already on Valtti-machines.

Guides

  • Official graphical guide
  • Rmd example of plots

About

R package for Luke-related themes and colours.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors