https://github.com/cran/fdaPDE
Raw File
Tip revision: 71e9e0095fb7e50cfa26df58a0cd0c8f509e4a4a authored by Eleonora Arnone on 21 December 2023, 10:40:02 UTC
version 1.1-17
Tip revision: 71e9e00
DESCRIPTION
Package: fdaPDE
Version: 1.1-17
Date: 2023-12-01
Title: Physics-Informed Spatial and Functional Data Analysis
Authors@R: c(person("Eleonora", "Arnone", role = c("aut", "cre"),
		     email = "eleonora.arnone@polimi.it"),
		 person("Aldo", "Clemente", role = "aut",
		     email = " aldo.clemente@polimi.it"),
	     person("Laura M.", "Sangalli", role = c("aut"),
		     email = "laura.sangalli@polimi.it"),
	     person("Eardi", "Lila", role = c("aut"),
		     email = "elila@uw.edu"),
	     person("Jim", "Ramsay", role = "aut",
		     email = " ramsay@psych.mcgill.ca"),
	     person("Luca", "Formaggia", role = "aut",
		     email = " luca.formaggia@polimi.it"),
		    person("Giovanni", "Ardenghi", role = "ctb"),
		    person("Blerta", "Begu", role = "ctb"),
		    person("Michele", "Cavazzutti", role = "ctb"),
		    person("Alessandra", "Colli", role = "ctb"),
		    person("Alberto", "Colombo", role = "ctb"),
		    person("Luca", "Colombo", role = "ctb"),
		    person("Carlo", "de Falco", role = "ctb"),
		    person("Enrico", "Dall'Acqua", role = "ctb"),
		    person("Giulia", "Ferla", role = "ctb"),
		    person("Lorenzo", "Ghilotti", role = "ctb"),
                    person("Cristina", "Galimberti", role = "ctb"),
		    person("Jiyoung", "Kim", role = "ctb"),
		    person("Martina", "Massardi", role = "ctb"),
		    person("Giorgio", "Meretti", role = "ctb"),
		    person("Simone","Panzeri", role = "ctb"),
		    person("Giulio", "Perin", role = "ctb"),
		    person("Clara", "Pigolotti", role = "ctb"),
		    person("Andrea", "Poiatti", role = "ctb"),
		    person("Gian Matteo", "Rinaldi", role = "ctb"),
	            person("Stefano", "Spaziani", role = "ctb"),
		    person("Andrea", "Vicini", role = "ctb"),
		    person("David C.", "Sterratt", role=c("cph"), 
		            comment = "Author of included Triangle source files")
		    )
Maintainer: Eleonora Arnone <eleonora.arnone@polimi.it>
Depends: R (>= 3.5.0), stats, grDevices, graphics, rgl, Matrix, plot3D,
        methods
LinkingTo: RcppEigen, Rcpp
Suggests: MASS, testthat (>= 3.0.0)
Description: An implementation of regression models with partial differential regularizations, making use of the Finite Element Method. The models efficiently handle data distributed over irregularly shaped domains and can comply with various conditions at the boundaries of the domain. A priori information about the spatial structure of the phenomenon under study can be incorporated in the model via the differential regularization. See Sangalli, L. M. (2021) <doi:10.1111/insr.12444> "Spatial Regression With Partial Differential Equation Regularisation" for an overview. The release 1.1-9 requires R (>= 4.2.0) to be installed on windows machines.
License: GPL-3
NeedsCompilation: yes
SystemRequirements: GNU make
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3
Packaged: 2023-12-19 08:02:24 UTC; aldoclemente
Author: Eleonora Arnone [aut, cre],
  Aldo Clemente [aut],
  Laura M. Sangalli [aut],
  Eardi Lila [aut],
  Jim Ramsay [aut],
  Luca Formaggia [aut],
  Giovanni Ardenghi [ctb],
  Blerta Begu [ctb],
  Michele Cavazzutti [ctb],
  Alessandra Colli [ctb],
  Alberto Colombo [ctb],
  Luca Colombo [ctb],
  Carlo de Falco [ctb],
  Enrico Dall'Acqua [ctb],
  Giulia Ferla [ctb],
  Lorenzo Ghilotti [ctb],
  Cristina Galimberti [ctb],
  Jiyoung Kim [ctb],
  Martina Massardi [ctb],
  Giorgio Meretti [ctb],
  Simone Panzeri [ctb],
  Giulio Perin [ctb],
  Clara Pigolotti [ctb],
  Andrea Poiatti [ctb],
  Gian Matteo Rinaldi [ctb],
  Stefano Spaziani [ctb],
  Andrea Vicini [ctb],
  David C. Sterratt [cph] (Author of included Triangle source files)
Repository: CRAN
Date/Publication: 2023-12-21 10:40:02 UTC
back to top