A repo to practice creating PR by making art with R
Give it a try!
- Fork the repo and clone it to your computer
- Make a copy of the
ringtone_maker.R
file and rename it with<your-name>_ringtone.R
. - Change the seed, and n_tones variables.
- Save it and commit it. Only the new file!
- Push the file to the remote repository.
- Go to GitHub to start a pull request
Tu run the code and check your new ringtone you will need the Rmusic
package. Install it with:
remotes::install_github("keithmcnulty/Rmusic")