Travis build status AppVeyor Build Status Coverage status CRAN_Status_Badge Downloads

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

matlabr Package:

matlabr is an R package to call MATLAB directly using system command. This is a simple package that tries to get around using R.matlab and a MATLAB server.

Installation

You can install the stable version on CRAN:

install.packages('matlabr', dependencies = TRUE)

You can install matlabr from GitHub with:

# install.packages("remotes")
remotes::install_github("muschellij2/matlabr")


muschellij2/matlabr documentation built on July 4, 2020, 12:59 p.m.