rcloud.rmd - RCloud RMarkdown support
RForge.net

rcloud.rmd

About rcloud.rmd
GIT access
Download/Files
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/att/rcloud.rmd.git rcloud.rmd
see also rcloud.rmd GitHub repository.

To install the latest development snapshot of this package, use

install.packages("rcloud.rmd",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("rcloud.rmd",,"http://rforge.net/")

Most recent GIT commits


63208b05| Gordon Woodhull | Sun Sep 1 02:10:48 2019 -0400
Fix accidental global that could clobber other RCloud extensions
 M       DESCRIPTION
 M       NEWS.md
 M       inst/javascript/rcloud.rmd.js

f65b97ff| Gordon Woodhull | Thu May 18 19:22:23 2017 -0400
bump version and changelog
 M       DESCRIPTION
 A       NEWS.md

a43281ac| Mateusz Rogalski | Fri May 5 13:15:03 2017 +0000
Make the import page regular HTML form.

Also close the form tab when user clicks 'cancel'.
 M       README.md
 M       inst/addin/addin.html
 M       inst/addin/addin_files/submit.js

2af3dd46| Mateusz Rogalski | Wed May 3 10:32:32 2017 +0000
Submit Rmarkdown import form on <return>, fixes #20
 M       inst/addin/addin_files/submit.js

61b003dc| Mateusz Rogalski | Wed Apr 26 13:53:43 2017 +0000
Fix conflicting ids of notebook and Rmd import modals, closes #17
 M       inst/javascript/rcloud.rmd.js