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
- Host: GitHub
- URL: https://github.com/mllg/mlr3pkgs
- Owner: mllg
- Created: 2020-02-25T09:10:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T08:01:35.000Z (about 5 years ago)
- Last Synced: 2025-03-31T15:25:50.600Z (about 1 month ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mlr3pkgs
Meta package with most mlr3 packages as submodulesCheckout:
```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
```