Skip to content

Commit 8391edc

Browse files
committed
move readbitmap to suggests
1 parent 8d92b74 commit 8391edc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Imports:
1212
dplyr,
1313
ggplot2,
1414
grDevices,
15-
jsonlite,
16-
readbitmap
15+
jsonlite
1716
Suggests:
1817
knitr,
1918
rmarkdown,
2019
RColorBrewer,
20+
readbitmap,
2121
testthat
2222
VignetteBuilder: knitr
2323
RoxygenNote: 6.0.1

R/watermark.R

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#' Add a watermark image
22
#'
3+
#' This functionality depends on the \code{readbitmap} package.
4+
#'
35
#' @param filename the filename of the
46
#' @param x the x location of the watermark (0-1 scale)
57
#' @param y the y location of the watermark (0-1 scale)

man/watermark_img.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)