You can install the development version of dropR
from GitHub with:
# install.packages("remotes")
::install_github("iscience-kn/dropR") remotes
We are currently working to get dropR
back on CRAN. Once
it’s up again, you can install dropR
via
install.packages("dropR")
To start dropR
’s built-in GUI, run
::start_app() dropR
or visit the dropR Web App.
You can also use dropR
’s functionality within R, i.e.,
either in the console or within your own functions and packages. Read
more about interactive usage of dropR
in our walkthrough
article.