An open API service indexing awesome lists of open source software.

https://github.com/mllg/mlr3pkgs

Meta package with most mlr3 packages as submodules
https://github.com/mllg/mlr3pkgs

Last synced: about 1 month ago
JSON representation

Meta package with most mlr3 packages as submodules

Awesome Lists containing this project

README

        

# mlr3pkgs
Meta package with most mlr3 packages as submodules

Checkout:
```bash
git clone --recursive [email protected]:mllg/mlr3pkgs.git
```

Update all submodules:
```bash
git submodule update --remote --merge
```

Commit in all submodules:

```bash
git submodule foreach 'git commit -a -m ""'
```

Push in all submodules
```bash
git push --recurse-submodules=on-demand
```