Package: fmesher
Type: Package
Title: Triangle Meshes and Related Geometry Tools
Version: 0.1.5
Authors@R: c(
  person("Finn", "Lindgren", email = "finn.lindgren@gmail.com",
         role = c("aut", "cre", "cph"),
         comment = c(ORCID = "0000-0002-5833-2011",
                     "Finn Lindgren wrote the main code")),
  person("Seaton", "Andy", email = "andy.e.seaton@gmail.com",
         role = c("ctb"),
         comment = "Andy Seaton constributed features to the sf support"),
  person("Suen", "Man Ho", email = "M.H.Suen@sms.ed.ac.uk", role = c("ctb"),
         comment = "Man Ho Suen contributed features and code structure design for the integration methods"),
  person("Fabian E.", "Bachl", email = "bachlfab@gmail.com",
         role = c("ctb"),
         comment = "Fabian Bachl co-developed precursors of fm_pixels and fm_split_lines in inlabru")
  )
Description: Generate planar and spherical triangle meshes,
    compute finite element calculations for 1- and 2-dimensional flat and curved
    manifolds with associated basis function spaces, methods for lines and
    polygons, and transparent handling of coordinate reference systems and
    coordinate transformation, including 'sf' and 'sp' geometries. The core
    'fmesher' library code was originally part of the 'INLA' package, and
    implements parts of "Triangulations and Applications" by
    Hjelle and Daehlen (2006) <doi:10.1007/3-540-33261-8>.
Depends: R (>= 4.0), methods
Imports: dplyr, graphics, grDevices, lifecycle, Matrix, rlang, sf, sp
        (>= 1.6-1), stats, tibble, utils, withr, Rcpp
Suggests: ggplot2, ggpolypath, inlabru (>= 2.8.0), knitr, testthat (>=
        3.0.0), terra, tidyterra, rgl, rmarkdown, splancs, gsl
URL: https://inlabru-org.github.io/fmesher/,
        https://github.com/inlabru-org/fmesher
BugReports: https://github.com/inlabru-org/fmesher/issues
License: MPL-2.0
Copyright: 2010-2023 Finn Lindgren, except src/predicates.cc by
        Jonathan Richard Shewchuk, 1996
NeedsCompilation: yes
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3
Config/testthat/parallel: true
SystemRequirements: C++17
LinkingTo: Rcpp
VignetteBuilder: knitr
BuildVignettes: true
Collate: 'RcppExports.R' 'deprecated.R' 'bary.R' 'bbox.R' 'print.R'
        'crs.R' 'data-fmexample.R' 'diameter.R' 'evaluator.R' 'fem.R'
        'fm.R' 'fmesher-package.R' 'fmesher.R' 'ggplot.R'
        'integration.R' 'lattice_2d.R' 'list.R' 'local.R' 'manifold.R'
        'mapping.R' 'matern.R' 'mesh.R' 'mesh_1d.R' 'mesh_2d.R'
        'nonconvex_hull.R' 'onload.R' 'plot.R' 'segm.R' 'sf_mesh.R'
        'sf_utils.R' 'simplify.R' 'sp_mesh.R' 'split_lines.R'
        'tensor.R' 'utils.R'
LazyData: true
Packaged: 2023-12-20 20:30:03 UTC; flindgre
Author: Finn Lindgren [aut, cre, cph] (<https://orcid.org/0000-0002-5833-2011>,
    Finn Lindgren wrote the main code),
  Seaton Andy [ctb] (Andy Seaton constributed features to the sf support),
  Suen Man Ho [ctb] (Man Ho Suen contributed features and code structure
    design for the integration methods),
  Fabian E. Bachl [ctb] (Fabian Bachl co-developed precursors of
    fm_pixels and fm_split_lines in inlabru)
Maintainer: Finn Lindgren <finn.lindgren@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-20 21:50:08 UTC
Built: R 4.2.3; aarch64-apple-darwin20; 2023-12-20 23:32:23 UTC; unix
Archs: fmesher.so.dSYM
