View source: R/find_install_dir.R
find_install_dir | R Documentation |
Find a directory that you have write permissions in to so that you can install software there. Tests several options and returns the first viable one.
find_install_dir(
dest_dir_opts = c(tools::R_user_dir("MAGMA.Celltyping", which = "cache"),
system.file("tools", package = "MAGMA.Celltyping"), "/usr/local/bin",
Sys.getenv("HOME"), getwd(), tempdir()),
verbose = FALSE
)
dest_dir_opts |
Potential installation directory options. |
verbose |
Print messages. |
Path to viable installation directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.