-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
^LICENSE | ||
^LICENSE.md | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.github$ | ||
^tests$ | ||
[.]so$ | ||
[.]o$ | ||
^fdaPDE.Rcheck$ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.html |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
branches: [master] | ||
pull_request: | ||
branches: [master] | ||
|
||
name: R-CMD-check | ||
|
||
jobs: | ||
R-CMD-check: | ||
runs-on: ${{ matrix.config.os }} | ||
|
||
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
config: | ||
- {os: macos-latest, r: 'release'} | ||
- {os: windows-latest, r: 'release'} | ||
# use 4.1 to check with rtools40's older compiler | ||
- {os: windows-latest, r: '4.1'} | ||
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} | ||
- {os: ubuntu-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'oldrel-1'} | ||
|
||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
R_KEEP_PKG_SOURCE: yes | ||
RGL_USE_NULL: true | ||
DISPLAY: 99.0 | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
r-version: ${{ matrix.config.r }} | ||
http-user-agent: ${{ matrix.config.http-user-agent }} | ||
use-public-rspm: true | ||
|
||
- name: installing rgl support on Linux | ||
if: runner.os == 'Linux' | ||
run: | | ||
sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev | ||
shell: bash | ||
|
||
- name: install rgl support on macOS | ||
if: runner.os == 'macOS' | ||
run: | | ||
brew install xquartz | ||
shell: bash | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::rcmdcheck | ||
needs: check | ||
|
||
- uses: r-lib/actions/check-r-package@v2 | ||
with: | ||
upload-snapshots: true |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata | ||
*.o | ||
*.so | ||
*.dll | ||
*.html | ||
fdaPDE.Rproj | ||
fdaPDE.Rcheck/ | ||
tests/data/SR-PDE | ||
tests/data/DE-PDE | ||
tests/data/tSR-PDE |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
Package: fdaPDE | ||
Version: 1.1-15 | ||
Date: 2023-07-28 | ||
Title: Functional Data Analysis and Partial Differential Equations (PDE); Statistical Analysis of Functional and Spatial Data, Based on Regression with PDE Regularization | ||
Version: 1.1-17 | ||
Date: 2023-11-01 | ||
Title: Physics-Informed Spatial and Functional Data Analysis | ||
Authors@R: c(person("Eleonora", "Arnone", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person("Aldo", "Clemente", role = "aut", | ||
email = " [email protected]"), | ||
person("Laura M.", "Sangalli", role = c("aut"), | ||
email = "[email protected]"), | ||
person("Eardi", "Lila", role = c("aut"), | ||
|
@@ -15,7 +17,6 @@ Authors@R: c(person("Eleonora", "Arnone", role = c("aut", "cre"), | |
person("Giovanni", "Ardenghi", role = "ctb"), | ||
person("Blerta", "Begu", role = "ctb"), | ||
person("Michele", "Cavazzutti", role = "ctb"), | ||
person("Aldo", "Clemente", role = "ctb"), | ||
person("Alessandra", "Colli", role = "ctb"), | ||
person("Alberto", "Colombo", role = "ctb"), | ||
person("Luca", "Colombo", role = "ctb"), | ||
|
@@ -33,7 +34,9 @@ Authors@R: c(person("Eleonora", "Arnone", role = c("aut", "cre"), | |
person("Andrea", "Poiatti", role = "ctb"), | ||
person("Gian Matteo", "Rinaldi", role = "ctb"), | ||
person("Stefano", "Spaziani", role = "ctb"), | ||
person("Andrea", "Vicini", role = "ctb") | ||
person("Andrea", "Vicini", role = "ctb"), | ||
person("David C.", "Sterratt", role=c("cph"), | ||
comment = "Author of included Triangle source files") | ||
) | ||
Maintainer: Eleonora Arnone <[email protected]> | ||
Depends: | ||
|
@@ -44,11 +47,11 @@ LinkingTo: | |
RcppEigen, Rcpp | ||
Suggests: | ||
MASS, | ||
testthat | ||
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). Spatial Regression With Partial Differential Equation Regularisation. International Statistical Review, 89(3), 505-531. for an overview. The release 1.1-15 requires R (>= 4.2.0) to be installed on windows machines. | ||
License: CC BY-NC-SA 4.0 | ||
Copyright: See the individual source files for copyrights information | ||
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 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
This file summarizes ownerships and copyrights. Where possible further copyright and license information on the external code used for this project, can be found in individual files. | ||
|
||
- Triangle is "freely available, copyrighted by the author and may not be sold or included in commercial products without a license." (http://www.cs.cmu.edu/~quake/triangle.html). The Triangle source files are src/triangle.c and src/triangle.h . | ||
- Triangle is "freely available, copyrighted by the author and may not be sold or included in commercial products without a license." (http://www.cs.cmu.edu/~quake/triangle.html). The Triangle source files are src/C_Libraries/triangle.c and src/C_Libraries/triangle.h . | ||
|
||
- All other files are released under license CC BY-NC-SA 4.0 | ||
|
||
The entire package is released under a Creative Common Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0), respecting all the individual licenses of the files. See http://creativecommons.org/licenses/by-nc-sa/4.0/ for details about this license. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.