Skip to content

schardosin/cf-buildpack-r

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Foundry R Buildpack

Forked from Heroku R buildpack to support Cloud Foundry. Works with R 3.3.1. Tested with Shiny.

9/6/2016: By default the buildpack uses http://cloud.r-project.org/ to download R packages. You can override that by defining an environment variable $CRAN_MIRROR in your manifest.yml to point to your CRAN mirror of choice (such as your local CRAN mirror). See test/shiny for an example.

See it in action

Live demo (adapted from this Shiny example): https://rshinyapp.cfapps.io:4443

Recorded demo: [Youtube] Deploy a Cloud Foundry App with Customized R Buildpack

Caveat

JDK / rJava is not supported. Cloud Foundry prefers JRE over JDK.

About

Cloud Foundry buildpack for R (http://www.r-project.org)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 48.3%
  • R 43.8%
  • Ruby 7.2%
  • Python 0.7%