Skip to content

Commit 5cdd5f0

Browse files
committed
Bump for release
1 parent 00334d5 commit 5cdd5f0

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

DESCRIPTION

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: magick
22
Type: Package
33
Title: Advanced Graphics and Image-Processing in R
4-
Version: 2.8.8
4+
Version: 2.9.0
55
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
66
comment = c(ORCID = "0000-0002-4035-0289"))
77
Description: Bindings to 'ImageMagick': the most comprehensive open-source image
@@ -10,9 +10,8 @@ Description: Bindings to 'ImageMagick': the most comprehensive open-source image
1010
All operations are vectorized via the Magick++ STL meaning they operate either
1111
on a single frame or a series of frames for working with layers, collages,
1212
or animation. In RStudio images are automatically previewed when printed to
13-
the console, resulting in an interactive editing environment. The latest
14-
version of the package includes a native graphics device for creating
15-
in-memory graphics or drawing onto images using pixel coordinates.
13+
the console, resulting in an interactive editing environment. Also includes
14+
a graphics device for creating drawing onto images using pixel coordinates.
1615
License: MIT + file LICENSE
1716
URL: https://docs.ropensci.org/magick/
1817
https://ropensci.r-universe.dev/magick
@@ -26,7 +25,7 @@ Imports:
2625
curl
2726
LinkingTo: Rcpp
2827
Suggests:
29-
av (>= 0.3),
28+
av,
3029
spelling,
3130
jsonlite,
3231
methods,
@@ -38,7 +37,7 @@ Suggests:
3837
ggplot2,
3938
gapminder,
4039
IRdisplay,
41-
tesseract (>= 2.0),
40+
tesseract,
4241
gifski
4342
Encoding: UTF-8
4443
RoxygenNote: 7.3.2

NEWS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
2.9.0
22
- Windows / MacOS: update ImageMagick stack
3-
4-
2.8.8
53
- New function image_virtual_pixel() (#417)
64

75
2.8.7

0 commit comments

Comments
 (0)