install_miditapyr | R Documentation |
Wrapper around reticulate::py_install()
to install the miditapyr python package
install_miditapyr(envname = NULL, method = "auto", conda = "auto", pip = TRUE)
envname |
The name, or full path, of the environment in which python
packages are to be installed. When |
method |
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows. |
conda |
The path to a conda executable. Use "auto" to allow reticulate to automatically find an appropriate conda binary. See Finding Conda for more details. |
pip |
Boolean; use pip for package installation? This is only relevant when Conda environments are used, as otherwise packages will be installed from the Conda repositories. |
From reticulate::py_install()
: On Linux and OS X the "virtualenv"
method will be used by default ("conda" will be used if virtualenv isn't
available). On Windows, the "conda" method is always used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.