You can run the app by running the following lines. You can specify an initial audio library, as well as decide whether you want to run the app in a browser or not (defaulting to the Rstudio
Viewer).
The list of features is constantly changing, and this readMe file may not always be up-to-date. The app has the following implemented features:
The following features have yet to be implemented, but may have scaffold UIs present in the app:
Main loading screen, illustrating looping and playback
Assuming you have git
installed, run the following in your terminal:
Note for git
noobs: You will have to configure git
to clone successfully. Make sure to use the email you were invited with.
Run one the following to download all the packages:
If you have pkgr installed, run the following in your terminal:
If not, use the following command in your R
console. This will install all packages from the renv.lock
file:
# install.packages("renv") # if you don't have the `renv` package
renv::restore()
After installing all dependencies, running devtools::load_all()
will prompt you to install any required python
modules.
Python
is not currently needed for this package (despite the messages you will see on load), though this will likely change in the future.