Skip to content

Instantly share code, notes, and snippets.

@pkpp1233
Created November 5, 2014 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkpp1233/01345fe9a869c5bcb9dc to your computer and use it in GitHub Desktop.
Save pkpp1233/01345fe9a869c5bcb9dc to your computer and use it in GitHub Desktop.
r cli
# create a new R function based on the sample template.
$ blockspring new R "My new R block"
# enter into our new function's directory.
$ cd my-new-r-block
# deploy our sample function to blockspring.
$ blockspring push
# open up our function's homepage on blockspring.
$ blockspring open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment