tsizemo2 / R.matlab

R package: R.matlab

Home Page:https://cran.r-project.org/package=R.matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Installation

R package R.matlab is available on CRAN and can be installed in R as:

install.packages("R.matlab")

Pre-release version

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("HenrikBengtsson/R.matlab@develop")

This will install the package from source.

Contributions

This Git repository uses the Git Flow branching model (the git flow extension is useful for this). The develop branch contains the latest contributions and other code that will appear in the next release, and the master branch contains the code of the latest release, which is exactly what is currently on CRAN.

Contributing to this package is easy. Just send a pull request. When you send your PR, make sure develop is the destination branch on the R.matlab repository. Your PR should pass R CMD check --as-cran, which will also be checked by Travis CI and AppVeyor CI when the PR is submitted.

Software status

Resource: CRAN Travis CI AppVeyor
Platforms: Multiple Linux & macOS Windows
R CMD check CRAN version Build status Build status
Test coverage Coverage Status

About

R package: R.matlab

https://cran.r-project.org/package=R.matlab


Languages

Language:R 85.3%Language:MATLAB 7.2%Language:Makefile 6.9%Language:Java 0.7%