https://github.com/LMJL-Alea/ktest
Tip revision: d0042b2a94858b4f5f10372c70ebcc3645c7e218 authored by AnthoOzier on 01 February 2024, 13:50:24 UTC
Reorganize the object initialization
Reorganize the object initialization
Tip revision: d0042b2
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")
```
