Skip to content

Commit

Permalink
delete resizeImage function that is imported from another R package
Browse files Browse the repository at this point in the history
  • Loading branch information
buddekai committed Jan 18, 2024
1 parent 90042aa commit fdd071b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 78 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: detectCilia
Title: Detect and measure the lengths of primary cilia in microsopy images
Version: 0.8.0
Title: Detect and measure the lengths of primary cilia in microscopy images
Version: 0.8.1
Authors@R:
person("Kai", "Budde-Sagert", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6836-9865"))
Expand Down
2 changes: 1 addition & 1 deletion R/addNumberToImage.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ addNumberToImage <- function(image = NULL,
}

# Resize image
digit_image <- resizeImage(digit_image, number_size_factor)
digit_image <- readCzi::resizeImage(digit_image, number_size_factor)
digit_images[[i]] <- digit_image

# Save dimensions of all digits
Expand Down
52 changes: 0 additions & 52 deletions R/resizeImage.R

This file was deleted.

5 changes: 3 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
citHeader("To cite the detectCilia package in publications, please use:")

bibentry(bibtype = "Manual",
title = "{detectCilia}: Detecting the lengths of primary cilia",
title = "{detectCilia}: R package for detecting the lengths of primary cilia",
author = person("Kai", "Budde-Sagert"),
year = 2023,
note = "R package version 0.7.3",
note = "R package version 0.8.1",
doi = "10.5281/zenodo.10521546",
url = "https://github.com/SFB-ELAINE/detectCilia"
)

Expand Down
2 changes: 1 addition & 1 deletion inst/testscript.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if(! "czifile" %in% reticulate::py_list_packages()$package){
}

# Install the R package for reading czi images
devtools::install_github("SFB-ELAINE/readCzi", upgrade = "ask")
devtools::install_github("SFB-ELAINE/readCzi@v0.4.0")
require(readCzi)

# Install this R package for detecting cilia in microscopy images
Expand Down
20 changes: 0 additions & 20 deletions man/resizeImage.Rd

This file was deleted.

0 comments on commit fdd071b

Please sign in to comment.