Skip to content

Format textual data for R Markdown / R Notebook documents

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

SciViews/form.io

Repository files navigation

form.io

Linux build status Win build status Coverage status CRAN status License: MIT Lifecycle: experimental

'form.io' formats textual data for R Markdown / R Notebook documents and provides figures, tables and equation numbering and crossreferencing for all types of R Markdown documents.

Installation

You can install the released version of 'form.io' from CRAN with:

install.packages("form.io")

You can also install the latest developement version. Make sure you have the 'devtools' R package installed:

install.packages("devtools")

Use install_github() to install the 'form.io' package from Github (source from master branch will be recompiled on your machine):

devtools::install_github("SciViews/form.io")

R should install all required dependencies automatically, and then it should compile and install 'form.io'.

Latest devel version of 'form.io' in the "master" branch (source + Windows binaires for the latest stable version of R at the time of compilation) is also available from appveyor.

Further explore 'form.io'

You can get further help about this package this way: Make the 'form.io' package available in your R session:

library("form.io")

Get help about this package:

library(help = "form.io")
pckage?form.io
vignette("form.io") # None is installed with install_github()

For further instructions, please, refer to the related web site at https://www.sciviews.org/form.io/.

Code of Conduct

Please note that the 'svSweave'form.io' package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Format textual data for R Markdown / R Notebook documents

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages