Skip to content

Commit c3f6b27

Browse files
committed
Do not export image_rsvg
1 parent 988b691 commit c3f6b27

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export(image_oilpaint)
5151
export(image_page)
5252
export(image_read)
5353
export(image_rotate)
54-
export(image_rsvg)
5554
export(image_sample)
5655
export(image_scale)
5756
export(image_trim)

R/edit.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ image_readbitmap <- function(x){
7373
}
7474
}
7575

76-
#' @export
77-
#' @param width rendered bitmap size
78-
#' @param height rendered bitmap size
79-
#' @rdname edit
76+
# Not exported for now
8077
image_rsvg <- function(path, width = NULL, height = NULL){
8178
bitmap <- rsvg::rsvg_raw(path, width = width, height = height)
8279
magick_image_readbitmap_raw(bitmap)

man/edit.Rd

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)