-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·51 lines (51 loc) · 1.05 KB
/
Copy pathDESCRIPTION
File metadata and controls
executable file
·51 lines (51 loc) · 1.05 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: rPET
Title: Mapping Physiological Equivalent Temperature
Version: 0.2.0
Authors@R:
person(given = "Francesco",
family = "Pirotti",
role = c("aut", "cre"),
email = "francesco.pirotti@unipd.it",
comment = c(ORCID = "0000-0002-4796-6406") )
URL: https://github.com/fpirotti/rPET
Date: 2022-07-27
Description: Calculates Physiological Equivalent Temperature (PET). Given a
3D point cloud model it can map values accross a spatial grid.
Depends: R (>= 3.5.0)
License: CC0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
terra,
magrittr,
doParallel,
foreach,
progress,
Rcpp,
scales,
utils,
data.table
Suggests:
knitr,
viridis,
htmlwidgets,
testthat,
rmarkdown,
shinyWidgets,
DBI,
comf,
leafem,
shinyjs,
RPostgreSQL,
shiny,
plotrix,
bigmemory,
bigstatsr,
VoxR,
raster,
leaflet,
leaflet.extras
VignetteBuilder: knitr
LinkingTo: Rcpp, progress, RcppArmadillo