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.
Live demo (adapted from this Shiny example): https://rshinyapp.cfapps.io:4443
Recorded demo: [Youtube] Deploy a Cloud Foundry App with Customized R Buildpack
JDK / rJava is not supported. Cloud Foundry prefers JRE over JDK.