Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 600 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 600 Bytes

Cloudmesh-R

The purpose of cloudmesh R command is to impletment CMS command in R environment.

Getting Started

To get start, First, you need to set up R environment in your computer.

There are two prerequisite packages before use the rcms package:

  1. reticulate

  2. devtools

Installing

library(devtools)

install_github("cloudmesh/cloudmesh-r", subdir="rcms")

Running Examples

library(rcms)

rcms("version")

test cms version

Acknowledgements

This project is the very step of implement CMS in R. More devlopment is needed