-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: atpolR
Type: Package
Title: ATPOL Grid Implementation
Version: 0.1.3
Date: 2024-03-08
Authors@R: c(
person("Grzegorz", "Sapijaszko", role=c("aut", "cre", "cph"), email = "grzegorz@sapijaszko.net"),
person("Łukasz", "Komsta", role="ctb"),
person("Marek", "Verey", role = "ctb"))
Description: ATPOL is a rectangular grid system used for botanical studies in Poland. The ATPOL grid was developed in Institute of Botany, Jagiellonian University, Krakow, Poland in '70. Since then it is widely used to represent distribution of plants in Poland.
'atpolR' provides functions to translate geographic coordinates to the grid and vice versa. It also allows to create a choreograph map.
License: GPL-3
Language: en-US
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
Imports:
Rdpack (>= 0.7),
sf,
stats,
stringr,
terra,
tibble,
tidyr,
dplyr,
utils
RdMacros: Rdpack
RoxygenNote: 7.2.2
URL: https://github.com/gsapijaszko/atpolR
BugReports: https://github.com/gsapijaszko/atpolR/issues
Suggests:
colorspace,
knitr,
rmarkdown
VignetteBuilder: knitr