https://github.com/kisungyou/t4transport
Tools for Computational Optimal Transport
https://github.com/kisungyou/t4transport
Last synced: 28 days ago
JSON representation
Tools for Computational Optimal Transport
- Host: GitHub
- URL: https://github.com/kisungyou/t4transport
- Owner: kisungyou
- License: other
- Created: 2020-09-29T22:16:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T18:35:18.000Z (over 2 years ago)
- Last Synced: 2023-03-04T11:39:48.915Z (about 2 years ago)
- Language: R
- Size: 46.2 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```[](https://CRAN.R-project.org/package=T4transport)
We introduce **T4transport**, an **R** package designed as a computational toolkit for
a collection of algorithms in the field of optimal transport.### Installation
* Option 1 : **released** version from [CRAN](https://CRAN.R-project.org).
``` r
install.packages("T4transport")
```* Option 2 : **development** version from [GitHub](https://github.com/).
``` r
# install.packages("devtools")
devtools::install_github("kisungyou/T4transport")
```