-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
I renamed the repo yesterday for the following reason:
Like mentioned in #119 I developed a little R-package to install and run shinyMlr locally. Since _
, -
are not allowed in R-package names and I disliked the idea to have two slightly different names for the app and corresponding R-package I decided to go with "shinyMlr" as official name for both.
I guess we have to live with the capital M now, hope that's not too bad.
Important info for everyone with a local copy of the repo:
You don't need to clone the repo again, all the git operations targeting the old location should still work but to avoid confusions please run the following command in your console:
git remote set-url origin https://github.com/mlr-org/shinyMlr/
Let us know here if you encounter any problems that arose from the renaming.
Cheers :)