-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shorter example times for tracelines and capzone
- Loading branch information
Showing
6 changed files
with
93 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
^pkgdown$ | ||
^codecov\.yml$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: raem | ||
Title: Analytic Element Modeling of Steady Single-Layer Groundwater Flow | ||
Version: 0.0.0.9000 | ||
Version: 0.1.0 | ||
Authors@R: | ||
person("Cas", "Neyens", , "[email protected]", role = c("aut", "cre", "cph")) | ||
Description: Analytic element modeling of steady-state, single-layer | ||
groundwater flow under the Dupuit-Forchheimer assumption. Elements | ||
such as wells, area-sinks and line-sinks can be placed at arbitrary | ||
locations in the flow field. Output variables include hydraulic head | ||
and the discharge vector. Tracelines can be computed numerically in | ||
three dimensions. | ||
groundwater flow under the 'Dupuit-Forchheimer' assumption. Elements | ||
such as wells, area-sinks and line-sinks can be placed at arbitrary | ||
locations in the flow field. Output variables include hydraulic head | ||
and the discharge vector. Particle traces can be computed numerically | ||
in three dimensions. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/cneyens/raem, https://cneyens.github.io/raem/ | ||
BugReports: https://github.com/cneyens/raem/issues | ||
|
@@ -24,6 +24,8 @@ Suggests: | |
sf, | ||
terra, | ||
testthat (>= 3.0.0) | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
|
@@ -40,4 +42,3 @@ Collate: | |
'uniformflow.R' | ||
'utils.R' | ||
'well.R' | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
* Reduced the elapsed time of some examples. | ||
|
||
* Handled words flagged as possibly misspelled in DESCRIPTION. | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* This is a new release. | ||
|
||
* checking examples ... [32s] NOTE | ||
Examples with CPU (user + system) or elapsed time > 5s | ||
user system elapsed | ||
capzone 16.41 0.28 17.02 | ||
tracelines 12.42 0.33 14.34 | ||
|
||
The underlying computations require numerical integration which is slow. | ||
Reducing the run time of the examples would require changing them in such a way that | ||
they are no longer meaningful examples. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.