Revision 60869bd023ebea3dbb32b9745bd0ca9caea88bec authored by Jeremy Miller on 26 May 2020, 18:49:17 UTC, committed by GitHub on 26 May 2020, 18:49:17 UTC
1 parent d4ff806
Raw File
update.r
#' Update the patchseqtools library
#'
#' @export
update_patchseqtools <- function() {
  devtools::install_github("AllenInstitute/patchseqtools",
    auth_token = "802976690281f1483c40de46d0a07e9d01a3de08")
}
back to top