cloudfoundry/r-buildpack

Name: r-buildpack

Owner: Cloud Foundry

Description: Cloud Foundry buildpack for R

Created: 2018-02-06 18:21:16.0

Updated: 2018-03-21 19:25:18.0

Pushed: 2018-05-21 04:41:38.0

Homepage:

Size: 8819

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Cloud Foundry Experimental R Buildpack

CF Slack Join us on Slack

A Cloud Foundry buildpack for apps requiring R.

Buildpack User Documentation

TODO

Building the Buildpack

To build this buildpack, run the following command from the buildpack's directory:

  1. Source the .envrc file in the buildpack directory.

    ce .envrc
    

    To simplify the process in the future, install direnv which will automatically source .envrc when you change directories.

  2. Install buildpack-packager

    ripts/install_tools.sh
    
  3. Build the buildpack

    dpack-packager build [ --cached=(true|false) ]
    
  4. Use in Cloud Foundry

    Upload the buildpack to your Cloud Foundry and optionally specify it by name

    reate-buildpack [BUILDPACK_NAME] [BUILDPACK_ZIP_FILE_PATH] 1
    ush my_app [-b BUILDPACK_NAME]
    
Testing

Buildpacks use the Cutlass framework for running integration tests.

To test this buildpack, run the following command from the buildpack's directory:

  1. Source the .envrc file in the buildpack directory.

    ce .envrc
    

    To simplify the process in the future, install direnv which will automatically source .envrc when you change directories.

  2. Run unit tests

    ripts/unit.sh
    
  3. Run integration tests

    ripts/integration.sh
    

More information can be found on Github cutlass.

Contributing

Find our guidelines here.

Help and Support

Join the #buildpacks channel in our Slack community

Reporting Issues

Open an issue on this project

Active Development

The project backlog is on Pivotal Tracker

Disclaimer

This buildpack is experimental and not yet intended for production use.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.