Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisungyou/maotai
Tools for Matrix Algebra, Optimization and Inference
https://github.com/kisungyou/maotai
Last synced: 7 days ago
JSON representation
Tools for Matrix Algebra, Optimization and Inference
- Host: GitHub
- URL: https://github.com/kisungyou/maotai
- Owner: kisungyou
- License: other
- Created: 2019-03-18T16:00:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T21:31:16.000Z (over 1 year ago)
- Last Synced: 2024-10-28T17:23:52.412Z (23 days ago)
- Language: R
- Homepage: https://CRAN.R-project.org/package=maotai
- Size: 95.9 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Tools for Matrix Algebra, Optimization and Inference Problems[![CRAN status](https://www.r-pkg.org/badges/version/maotai)](https://CRAN.R-project.org/package=maotai)
[![R-CMD-check](https://github.com/kisungyou/maotai/workflows/R-CMD-check/badge.svg)](https://github.com/kisungyou/maotai/actions)
[![Codecov test coverage](https://codecov.io/gh/kisungyou/maotai/branch/master/graph/badge.svg)](https://app.codecov.io/gh/kisungyou/maotai?branch=master)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/maotai)](https://cran.r-project.org/package=maotai)**maotai** is an R package whose name is an acronym for **M**atrix **A**lgebra, **O**p**T**imization, **A**nd **I**nference problems - though I can't deny motivation from one of [my father's favorite](https://en.wikipedia.org/wiki/Maotai) for the namesake. More detailed introduction will be added later.
## Installation
Install the latest release from [CRAN](https://CRAN.R-project.org/package=maotai) with:
```r
install.packages("maotai")
```
or the up-to-date development version from github:
```r
# install.packages("devtools")
devtools::install_github("kisungyou/maotai")
```