Skip to content

Commit

Permalink
Merge pull request drieslab#969 from jiajic/patch_hmrf_pkgcheck
Browse files Browse the repository at this point in the history
fix: package checking
  • Loading branch information
jiajic authored Jun 3, 2024
2 parents 0d94fc8 + 56af98c commit 670e7ee
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 670e7ee

Please sign in to comment.