github stencila/stencila 0.16
Stencila 0.16

latest releases: v1.1.0, v1.0.5, v1.0.4...
pre-release8 years ago

The main feature for this release is the addition of a Windows version of the R package. We have set up an R repository at http://get.stenci.la/r so you can now install the package directly from the R command line in either Windows or Linux 64 bit operating systems:

install.packages('stencila',repo='http://get.stenci.la/r')

After doing that, on Windows, you need to also install the DLL for the package:

require(stencila)
stencila:::install_dll()

The Windows version still has bugs but this is an important first step in getting the Stencila packages ported to Windows. As always, bug reports are always welcomed.

Also in this release is an implementation of a patching protocol for XML. This will allow more efficient updates of stencils to and from the browser.

Don't miss a new stencila release

NewReleases is sending notifications on new releases.