Skip to content

Commit c9b468e

Browse files
committed
tidy desc
1 parent e1a958c commit c9b468e

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

DESCRIPTION

+12-16
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@ Package: aRt
22
Title: Generative Art with R
33
Version: 1.4.4
44
Authors@R:
5-
person(given = "Nicola",
6-
family = "Rennie",
7-
role = c("aut", "cre"),
8-
email = "[email protected]")
5+
person("Nicola", "Rennie", , "[email protected]", role = c("aut", "cre"))
96
Description: Creates generative art using R.
107
License: Apache License (>= 2)
11-
Encoding: UTF-8
12-
LazyData: true
13-
Roxygen: list(markdown = TRUE)
14-
RoxygenNote: 7.2.3
8+
URL: https://nrennie.github.io/aRt/
159
Depends:
1610
R (>= 4.1)
1711
Imports:
@@ -44,14 +38,16 @@ Suggests:
4438
deldir,
4539
elevatr,
4640
ggstream,
47-
MetBrewer,
48-
particles,
49-
PrettyCols,
50-
rayshader,
51-
rcartocolor,
52-
RColorBrewer
41+
MetBrewer,
42+
particles,
43+
PrettyCols,
44+
rayshader,
45+
rcartocolor,
46+
RColorBrewer
5347
Remotes:
54-
jhollist/elevatr
5548
thomasp85/ggfx
5649
Config/Needs/website: nrennie/nrenniepkgdown
57-
URL: https://nrennie.github.io/aRt/
50+
Encoding: UTF-8
51+
LazyData: true
52+
Roxygen: list(markdown = TRUE)
53+
RoxygenNote: 7.2.3

NEWS.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* Refactor `contours()` to use {tidyterra}
1414
* Refactor `spirals()` to remove {ExtDist} dependency
1515
* Add {terra} and {tidyterra} to Imports
16-
* Use dev version of {elevatr}
1716
* Update linting
1817

1918
## aRt 1.4.3

0 commit comments

Comments
 (0)