Package: viewscape
Type: Package
Title: Viewscape Analysis
Version: 1.0.0
Authors@R: c(person("Xiaohao", "Yang", role = c("aut", "cre", "cph"), email = "xiaohaoy@umich.edu"),
           person("Nathan", "Fox", role = c("aut")),
           person("Derek", "Van Berkel", role = c("aut")),
           person("Mark", "Lindquist", role = c("aut")))
Description: A collection of functions to make R a more effective viewscape analysis 
    tool for calculating viewscape metrics based on computing the viewable area for 
    given a point/multiple viewpoints and a digital elevation model.The method of calculating 
    viewscape metrics implemented in this package are based on the work of 
    Tabrizian et al. (2020) <doi:10.1016/j.landurbplan.2019.103704>. The algorithm of computing 
    viewshed is based on the work of 
    Franklin & Ray. (1994) <https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=555780f6f5d7e537eb1edb28862c86d1519af2be>.
Depends: R (>= 4.2)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1
Language: en_GB
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr, rmarkdown
biocViews:
Imports: Rcpp, rlang, methods, dplyr, sf, sp, terra, ForestTools,
        parallel, pbmcapply
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2024-02-02 20:46:07 UTC; yangxiaohao
Author: Xiaohao Yang [aut, cre, cph],
  Nathan Fox [aut],
  Derek Van Berkel [aut],
  Mark Lindquist [aut]
Maintainer: Xiaohao Yang <xiaohaoy@umich.edu>
Repository: CRAN
Date/Publication: 2024-02-04 10:10:02 UTC
