All Projects â†’ HenrikBengtsson â†’ R.matlab

HenrikBengtsson / R.matlab

R package: R.matlab

Programming Languages

r
7636 projects
matlab
3953 projects

Labels

Projects that are alternatives of or similar to R.matlab

React Native Markdown Editor
A markdown editor like github comment editor (contains preview, helper buttons)
Stars: ✭ 59 (-18.06%)
Mutual labels:  package
Harrypotter
🎨 Harry Potter inspired palette for R
Stars: ✭ 66 (-8.33%)
Mutual labels:  package
Parallelly
R package: parallelly - Enhancing the 'parallel' Package
Stars: ✭ 70 (-2.78%)
Mutual labels:  package
Atom Latex
The only LaTeX package you need for typesetting with Atom.
Stars: ✭ 60 (-16.67%)
Mutual labels:  package
Laravel Packme
A CLI starter pack for developing a package with Laravel 5
Stars: ✭ 64 (-11.11%)
Mutual labels:  package
Laravel Mentions
End-to-end mentions in Laravel 5.
Stars: ✭ 68 (-5.56%)
Mutual labels:  package
Firedata
Firebase + R
Stars: ✭ 57 (-20.83%)
Mutual labels:  package
Laravel Ownership
Laravel Ownership simplify management of Eloquent model's owner.
Stars: ✭ 71 (-1.39%)
Mutual labels:  package
Watchable
Enable users to watch various models in your application.
Stars: ✭ 65 (-9.72%)
Mutual labels:  package
Django Webpacker
A django compressor tool that bundles css, js files to a single css, js file with webpack and updates your html files with respective css, js file path.
Stars: ✭ 69 (-4.17%)
Mutual labels:  package
Tello
The tello Go (golang) package is an unofficial, easy-to-use, standalone API for the Ryze Tello® drone.
Stars: ✭ 62 (-13.89%)
Mutual labels:  package
Npmf
Fetch quick info of a npm pacakge using terminal
Stars: ✭ 64 (-11.11%)
Mutual labels:  package
Andes
Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
Stars: ✭ 68 (-5.56%)
Mutual labels:  package
Shield
The core shield package.
Stars: ✭ 60 (-16.67%)
Mutual labels:  package
Picasso
Laravel Image Management and Optimization Package
Stars: ✭ 70 (-2.78%)
Mutual labels:  package
Unityasync
Task and Async Utility Package for Unity. Start co-routines from anywhere.
Stars: ✭ 58 (-19.44%)
Mutual labels:  package
Npm Api
Node.js library for getting info from NPM’s API
Stars: ✭ 67 (-6.94%)
Mutual labels:  package
Ex admin
ExAdmin is an auto administration package for Elixir and the Phoenix Framework
Stars: ✭ 1,180 (+1538.89%)
Mutual labels:  package
Debreate
A utility for creating Debian packages.
Stars: ✭ 70 (-2.78%)
Mutual labels:  package
Expandable Collection View Kit
🗂 Expandable, hierarchical, flexible, declarative UICollectionView with diffable data sources & SwiftUI-like tree items builder [Swift 5.1, iOS & iPadOS 13].
Stars: ✭ 69 (-4.17%)
Mutual labels:  package

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/[email protected]")

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].