Skip to content

Commit fdc594f

Browse files
committed
Fix CMD check
1 parent 4660685 commit fdc594f

File tree

3 files changed

+28
-36
lines changed

3 files changed

+28
-36
lines changed

R/color.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,12 @@ image_background <- function(image, color, flatten = TRUE){
156156
#' @param virtual_pixel_method a string with a [virtual pixel method](https://imagemagick.org/Magick++/Enumerations.html#VirtualPixelMethod) from [virtual_pixel_methods][virtual_pixel_methods].
157157
#' @examples
158158
#' # Black virtual pixel on a 45° rotation
159-
#' image_distort(image_virtual_pixel(logo, "Black"), "AffineProjection", c(0.70710678,0.70710678,-0.70710678,0.70710678,0,0), bestfit = TRUE)
159+
#' logo |> image_virtual_pixel("Black") |>
160+
#' image_distort("AffineProjection", sqrt(0.5) * c(1,1,-1,1,0,0), bestfit = TRUE)
160161
#'
161162
#' # Tile virtual pixel on a 45° rotation
162-
#' image_distort(image_virtual_pixel(logo, "Tile"), "AffineProjection", c(0.70710678,0.70710678,-0.70710678,0.70710678,0,0), bestfit = TRUE)
163+
#' logo |> image_virtual_pixel("Tile") |>
164+
#' image_distort("AffineProjection", sqrt(0.5) * c(1,1,-1,1,0,0), bestfit = TRUE)
163165
#'
164166
image_virtual_pixel <- function(image, virtual_pixel_method) {
165167
assert_image(image)

inst/WORDLIST

Lines changed: 20 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,54 @@
1-
AppVeyor
21
AutoViewer
3-
backport
2+
CMD
43
CentOS
5-
colorspace
64
CompositeOperator
7-
despeckle
8-
dev
95
DFT
106
EBImage
117
Exif
8+
FX
9+
GC
10+
HOCR
11+
Homebrew
12+
Hough
13+
IDE's
14+
ImageMagick
15+
Murrell
16+
OSX
17+
OpenMP
18+
Photoshop
19+
RHEL
20+
RStudio
21+
STL
22+
Steinberg
23+
colorspace
24+
despeckle
25+
dev
1226
filterType
1327
fontconfig
1428
framerate
1529
frink
1630
fx
17-
FX
18-
GC
1931
gganimate
2032
ggplot
21-
gifski
22-
Github
2333
graphicsmagick
24-
grayscale
2534
greyscale
2635
hexahedra
27-
HOCR
2836
homebrew
29-
Homebrew
30-
Hough
31-
IDE's
3237
imagemagick
33-
ImageMagick
3438
imagetype
3539
jpeg
3640
labelling
37-
lapply
3841
libmagick
3942
librsvg
4043
lossy
41-
macOS
42-
Magck
43-
Murrell
4444
noisetype
45-
OpenMP
46-
OSX
47-
Photoshop
4845
png
49-
ppa
5046
px
51-
rasters
52-
rescaled
53-
RHEL
5447
rOpenSci
55-
RStudio
5648
similarish
57-
Steinberg
58-
STL
49+
strokewidth
5950
suboptimal
6051
subregion
6152
svg
6253
tesseract
6354
unversioned
64-
vapply
65-
vectorized
66-
xenial

man/color.Rd

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

0 commit comments

Comments
 (0)