Skip to content
/ rpkg Public

The MetaWards R package. This supports easy install of MetaWards R bindings from GitHub

License

Notifications You must be signed in to change notification settings

metawards/rpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaWards R Package

License

This is a thin wrapper that makes it easy to install and use the MetaWards Python package within R.

Installation

Full installation instructions are available here, as well as a R quick start guide.

To install, open R or RStudio and type;

library(devtools)
install_github("metawards/rpkg")
metawards::py_install_metawards()

Once you have installed, you are all ready to continue with the R quick start guide.

Issues / Support

Please post issues about this package or request support at the main MetaWards issue tracker.