https://github.com/ocbe-uio/matlab2r
Translation layer from MATLAB to R
https://github.com/ocbe-uio/matlab2r
cran-r matlab rpackage
Last synced: about 1 year ago
JSON representation
Translation layer from MATLAB to R
- Host: GitHub
- URL: https://github.com/ocbe-uio/matlab2r
- Owner: ocbe-uio
- License: gpl-3.0
- Created: 2022-01-27T11:05:55.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-11T08:29:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-17T13:51:17.569Z (about 1 year ago)
- Topics: cran-r, matlab, rpackage
- Language: R
- Homepage: https://ocbe-uio.github.io/matlab2r/
- Size: 602 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# matlab2r: a translation layer from MATLAB to R
This is an R package to facilitate the usage of MATLAB functions in R.
Both languages contain functions with similar purpose, but different names.
This package allows an R user comfortable with MATLAB to use several MATLAB
functions in R.
# Installation
## Stable version
matlab2r is available on CRAN and can be installed by running the following in an interactive R session:
```R
install.packages("matlab2r")
```
## Development version
The development version of the package contains features and bug fixes that are yet to be published. On the other hand, it's much less stable. You can install the development version of matlab2r by running the following command in R (requires the `remotes` package to be installed beforehand):
```R
remotes::install_github("ocbe-uio/matlab2r", "develop")
```
# Contributing
Found a bug? Want a new feature? Please post your thoughts [here](https://github.com/ocbe-uio/matlab2r/issues/new), all contributions are welcome and properly credited!
# Citing
To cite package matlab2r in publications, run `citation(matlab2r)` and check the produced output.
# Badges
## Published version
[](https://cran.r-project.org/package=matlab2r)
[](https://cran.r-project.org/package=matlab2r)
[](https://cran.r-project.org/web/licenses/GPL-3)
[](https://zenodo.org/badge/latestdoi/452648821)
## Development version
[](https://www.repostatus.org/#active)[](https://github.com/ocbe-uio/matlab2r/commits/develop)
[](https://github.com/ocbe-uio/matlab2r)
[](https://github.com/ocbe-uio/matlab2r/actions)
[](https://codecov.io/gh/ocbe-uio/matlab2r)
[](https://www.codefactor.io/repository/github/ocbe-uio/matlab2r/overview/develop)