Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henrikbengtsson/r.matlab

R package: R.matlab
https://github.com/henrikbengtsson/r.matlab

matlab package r

Last synced: 7 days ago
JSON representation

R package: R.matlab

Awesome Lists containing this project

README

        


CRAN check status R CMD check status Coverage Status

# R.matlab: Read and Write MAT Files and Call MATLAB from Within R

## Installation
R package R.matlab is available on [CRAN](https://cran.r-project.org/package=R.matlab) and can be installed in R as:
```r
install.packages("R.matlab")
```

### Pre-release version

To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/R.matlab", ref="develop")
```
This will install the package from source.

## Contributing

To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).