Skip to content

Commit 8409d59

Browse files
authored
Polish vignette (#14)
* First review of vignette * Finish vignette and bump version
1 parent 9fcf0ec commit 8409d59

20 files changed

+372
-328
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
^tidyterra.*\.tar\.gz$
1717
^tidyterra.*\.tgz$
1818
^cran-comments\.md$
19+
^doc$
20+
^Meta$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ CRAN-SUBMISSION
2525
.github/pkg.lock
2626
inst/doc
2727
cran-comments.md
28+
/doc/
29+
/Meta/

CITATION.cff

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "tidyterra" in publications use:'
88
type: software
99
license: MIT
1010
title: 'tidyterra: ''tidyverse'' Methods for ''terra'' Objects'
11-
version: 0.0.0.9004
11+
version: 0.0.1
1212
abstract: Extension of the 'tidyverse' for 'SpatRaster' and 'SpatVector' objects of
1313
the 'terra' package. Includes also new 'geom_' functions that provide a convenient
1414
way of visualizing 'terra' objects with 'ggplot2'.
@@ -26,7 +26,7 @@ preferred-citation:
2626
email: diego.hernangomezherrero@gmail.com
2727
orcid: https://orcid.org/0000-0001-8457-4658
2828
year: '2022'
29-
version: 0.0.0.9004
29+
version: 0.0.1
3030
url: https://dieghernan.github.io/tidyterra/
3131
abstract: Extension of the 'tidyverse' for 'SpatRaster' and 'SpatVector' objects
3232
of the 'terra' package. Includes also new 'geom_' functions that provide a convenient
@@ -69,7 +69,6 @@ references:
6969
given-names: Gábor
7070
email: csardi.gabor@gmail.com
7171
year: '2022'
72-
url: https://CRAN.R-project.org/package=cli
7372
version: '>= 3.0.0'
7473
- type: software
7574
title: crayon
@@ -80,7 +79,7 @@ references:
8079
given-names: Gábor
8180
email: csardi.gabor@gmail.com
8281
year: '2022'
83-
url: https://CRAN.R-project.org/package=crayon
82+
url: https://github.com/r-lib/crayon#readme
8483
- type: software
8584
title: data.table
8685
abstract: 'data.table: Extension of `data.frame`'
@@ -93,7 +92,6 @@ references:
9392
given-names: Arun
9493
email: asrini@pm.me
9594
year: '2022'
96-
url: https://CRAN.R-project.org/package=data.table
9795
- type: software
9896
title: dplyr
9997
abstract: 'dplyr: A Grammar of Data Manipulation'
@@ -112,7 +110,6 @@ references:
112110
given-names: Kirill
113111
orcid: https://orcid.org/0000-0002-1416-3412
114112
year: '2022'
115-
url: https://CRAN.R-project.org/package=dplyr
116113
- type: software
117114
title: ggplot2
118115
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics'
@@ -146,7 +143,6 @@ references:
146143
given-names: Dewey
147144
orcid: https://orcid.org/0000-0002-9415-4582
148145
year: '2022'
149-
url: https://CRAN.R-project.org/package=ggplot2
150146
version: '>= 3.1.0'
151147
- type: software
152148
title: magrittr
@@ -160,7 +156,6 @@ references:
160156
given-names: Hadley
161157
email: hadley@rstudio.com
162158
year: '2022'
163-
url: https://CRAN.R-project.org/package=magrittr
164159
- type: software
165160
title: rlang
166161
abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features'
@@ -173,7 +168,6 @@ references:
173168
given-names: Hadley
174169
email: hadley@rstudio.com
175170
year: '2022'
176-
url: https://CRAN.R-project.org/package=rlang
177171
- type: software
178172
title: scales
179173
abstract: 'scales: Scale Functions for Visualization'
@@ -185,7 +179,6 @@ references:
185179
- family-names: Seidel
186180
given-names: Dana
187181
year: '2022'
188-
url: https://CRAN.R-project.org/package=scales
189182
- type: software
190183
title: sf
191184
abstract: 'sf: Simple Features for R'
@@ -196,7 +189,6 @@ references:
196189
email: edzer.pebesma@uni-muenster.de
197190
orcid: https://orcid.org/0000-0001-8049-7069
198191
year: '2022'
199-
url: https://CRAN.R-project.org/package=sf
200192
version: '>= 1.0.0'
201193
- type: software
202194
title: terra
@@ -208,7 +200,7 @@ references:
208200
email: r.hijmans@gmail.com
209201
orcid: https://orcid.org/0000-0001-5872-2872
210202
year: '2022'
211-
url: https://CRAN.R-project.org/package=terra
203+
url: https://rspatial.org/terra/
212204
version: '>= 1.5-12'
213205
- type: software
214206
title: tibble
@@ -222,7 +214,6 @@ references:
222214
given-names: Hadley
223215
email: hadley@rstudio.com
224216
year: '2022'
225-
url: https://CRAN.R-project.org/package=tibble
226217
- type: software
227218
title: tidyr
228219
abstract: 'tidyr: Tidy Messy Data'
@@ -234,7 +225,6 @@ references:
234225
- family-names: Girlich
235226
given-names: Maximilian
236227
year: '2022'
237-
url: https://CRAN.R-project.org/package=tidyr
238228
- type: software
239229
title: isoband
240230
abstract: 'isoband: Generate Isolines and Isobands from Regularly Spaced Elevation
@@ -250,7 +240,7 @@ references:
250240
email: thomasp85@gmail.com
251241
orcid: https://orcid.org/0000-0002-5147-4711
252242
year: '2022'
253-
url: https://CRAN.R-project.org/package=isoband
243+
url: https://wilkelab.org/isoband/
254244
- type: software
255245
title: knitr
256246
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
@@ -261,7 +251,7 @@ references:
261251
email: xie@yihui.name
262252
orcid: https://orcid.org/0000-0003-0645-5666
263253
year: '2022'
264-
url: https://CRAN.R-project.org/package=knitr
254+
url: https://yihui.org/knitr/
265255
- type: software
266256
title: lifecycle
267257
abstract: 'lifecycle: Manage the Life Cycle of your Package Functions'
@@ -275,7 +265,6 @@ references:
275265
email: hadley@rstudio.com
276266
orcid: https://orcid.org/0000-0003-4757-117X
277267
year: '2022'
278-
url: https://CRAN.R-project.org/package=lifecycle
279268
- type: software
280269
title: maptiles
281270
abstract: 'maptiles: Download and Display Map Tiles'
@@ -286,7 +275,7 @@ references:
286275
email: timothee.giraud@cnrs.fr
287276
orcid: https://orcid.org/0000-0002-1932-3323
288277
year: '2022'
289-
url: https://CRAN.R-project.org/package=maptiles
278+
url: https://github.com/riatelab/maptiles/
290279
- type: software
291280
title: rmarkdown
292281
abstract: 'rmarkdown: Dynamic Documents for R'
@@ -325,7 +314,6 @@ references:
325314
email: rich@rstudio.com
326315
orcid: https://orcid.org/0000-0003-3925-190X
327316
year: '2022'
328-
url: https://CRAN.R-project.org/package=rmarkdown
329317
- type: software
330318
title: testthat
331319
abstract: 'testthat: Unit Testing for R'
@@ -335,7 +323,6 @@ references:
335323
given-names: Hadley
336324
email: hadley@rstudio.com
337325
year: '2022'
338-
url: https://CRAN.R-project.org/package=testthat
339326
version: '>= 3.0.0'
340327
- type: software
341328
title: vdiffr
@@ -359,4 +346,3 @@ references:
359346
given-names: Vaudor
360347
email: lise.vaudor@ens-lyon.fr
361348
year: '2022'
362-
url: https://CRAN.R-project.org/package=vdiffr

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tidyterra
22
Title: 'tidyverse' Methods for 'terra' Objects
3-
Version: 0.0.0.9004
3+
Version: 0.0.1
44
Authors@R: c(
55
person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-8457-4658")),

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# tidyterra (development version)
1+
# tidyterra 0.0.1
22

33
- Improvements on performance:
44

5-
- Conversion to tibble is avoided as much as possible.
6-
7-
- Internally use `data.table` instead of tibbles.
8-
5+
- Conversion to tibble is avoided as much as possible.
6+
7+
- Internally use `data.table` instead of tibbles.
8+
99
- The package is compatible with `dtplyr`.
1010

1111
- `as_spatraster()` handles tibbles with characters and factors.

0 commit comments

Comments
 (0)