-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 868 Bytes
/
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
Package: haze
Type: Package
Title: Smoothing of per-Vertex Data on Triangular Meshes
Version: 0.2.0
Authors@R: person("Tim", "Schäfer", role = c("aut", "cre"), email = "ts+code@rcmd.org", comment = c(ORCID = "0000-0002-3683-8070"))
Maintainer: Tim Schäfer <ts+code@rcmd.org>
Description: Smoothing of per-vertex data on triangular meshes, sub mesh creation based on vertex indices, per-vertex data interpolation based on k-d trees.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/dfsp-spirit/haze
BugReports: https://github.com/dfsp-spirit/haze/issues
SystemRequirements: C++11
Imports:
freesurferformats (>= 0.1.17),
Rcpp (>= 1.0.6),
Rvcg (>= 0.20.2)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
rgl,
fsbrain (>= 0.5.3)
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Config/testthat/edition: 3
LinkingTo:
Rcpp