#' Install the NetMHCIIpan binary to a local folder
#' @inheritParams default_params_doc
#' @return Nothing
#' @author Richèl J.C. Bilderbeek
#' @export
install_netmhc2pan_bin_from_file <- function( # nolint indeed a long function name
netmhc2pan_bin_tarfile_path,
verbose = FALSE,
netmhc2pan_archive_filename = get_netmhc2pan_archive_filename(),
netmhc2pan_folder_name = get_default_netmhc2pan_folder()
) {
stop(
"Deprecated, as this violates CRAN policy.\n ",
" \n",
"Tip: use 'netmhc2paninstall' from \n",
"https://github.com/richelbilderbeek/netmhc2paninstall: \n",
" \n",
"remotes::install_github(\"richelbilderbeek/netmhc2paninstall\") \n",
"netmhc2paninstall::install_netmhc2pan_bin_from_file() \n"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.