Skip to content

Commit

Permalink
fix: package checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Jun 3, 2024
1 parent 0d94fc8 commit 56af98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/python_hmrf.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56af98c

Please sign in to comment.