From 56af98c4c00688dac9df743c5b385d490a059f57 Mon Sep 17 00:00:00 2001 From: George Chen <72078254+jiajic@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:12:15 -0400 Subject: [PATCH] fix: package checking --- R/python_hmrf.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/python_hmrf.R b/R/python_hmrf.R index 005067a49..76bb4a503 100644 --- a/R/python_hmrf.R +++ b/R/python_hmrf.R @@ -58,8 +58,8 @@ doHMRF <- function(gobject, python_path = NULL, output_folder = NULL, overwrite_output = TRUE) { - - package_check("smfishhmrf", repository = "pip") + + package_check("smfishHmrf", repository = "pip") # data.table set global variable to <- from <- NULL