Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henrikbengtsson/r.matlab
- Owner: HenrikBengtsson
- Created: 2014-05-03T02:49:34.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-25T21:52:11.000Z (about 2 years ago)
- Last Synced: 2024-01-21T11:24:04.309Z (10 months ago)
- Topics: matlab, package, r
- Language: R
- Homepage: https://cran.r-project.org/package=R.matlab
- Size: 740 KB
- Stars: 84
- Watchers: 7
- Forks: 25
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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).