https://github.com/LMJL-Alea/ktest
Tip revision: ea2d790cd786c08978a3e4c1fa92a8102008dd82 authored by Ghislain Durif on 11 May 2023, 09:10:21 UTC
Merge branch 'main' into r-ktest
Merge branch 'main' into r-ktest
Tip revision: ea2d790
README.md
# ktest
This package implements kernel tests
## Python package
See [`python`](./python) directory.
```python
pip install ktest@git+https://github.com/AnthoOzier/ktest@main#subdirectory=python
```
## R package
See [`r-pkg`](./r-pkg) directory.
```r
remotes::install_github("AnthoOzier/ktest", ref = "r-ktest", subdir = "r-pkg")
```
