Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Barrio-Parra authored and cran-robot committed Jan 31, 2024
0 parents commit bad2ba6
Show file tree
Hide file tree
Showing 30 changed files with 1,911 additions and 0 deletions.
20 changes: 20 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Package: EnviroPRA2
Type: Package
Title: Environmental Probabilistic Risk Assessment Tools
Version: 1.0.1
Date: 2024-01-23
Authors@R:
person("Fernando", "Barrio-Parra", , "fernando.barrio@upm.es", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5475-3567"))
Description: It contains functions for dose calculation for different routes, fitting data to probability distributions, random number generation (Monte Carlo simulation) and calculation of systemic and carcinogenic risks. For more information see the publication: Barrio-Parra et al. (2019) "Human-health probabilistic risk assessment: the role of exposure factors in an urban garden scenario" <doi:10.1016/j.landurbplan.2019.02.005>.
License: GPL
Imports: MASS, kSamples, stats, fitdistrplus, truncdist
NeedsCompilation: no
Packaged: 2024-01-29 07:53:03 UTC; fernando.barrio
Repository: CRAN
Date/Publication: 2024-01-30 19:40:02 UTC
RoxygenNote: 7.3.0
Encoding: UTF-8
Author: Fernando Barrio-Parra [aut, cre, cph]
(<https://orcid.org/0000-0001-5475-3567>)
Maintainer: Fernando Barrio-Parra <fernando.barrio@upm.es>
29 changes: 29 additions & 0 deletions MD5
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
db962c20c7c8c3761ed874fadfe102d3 *DESCRIPTION
ac6d30bb76be1a1a16a73f7f0cb1a735 *NAMESPACE
4f6b45e8a9f3387f4dfd80aa9b4eaa53 *R/Model01.R
da03d1d3755ae9f9e230f80f709bc664 *man/AD.Rd
3fb3d1c54149f3b7ac1672973fc10daa *man/ADboot.Rd
4aff6d80efe0786e01a3aa70e1f1a08f *man/AIR.Rd
3411f71e340681b6ee6b831f3726f438 *man/AIRboot.Rd
9828667c8c0b030eefde8f28be4b124d *man/DWIR.Rd
ca2edb997288b2d554b5ca6d7f642f8f *man/DWIRboot.Rd
662cf462b6cd19301ab5d1220943bfab *man/EnviroPRA2-package.Rd
13d8373548b500630fb71a84fabfaf99 *man/Fit_dist_parameter.Rd
f734b232a695ffec8b3e3cd5935b952c *man/HI.Rd
8683972598878a1307005f0ad7803d79 *man/HIdermal.Rd
6585733c297412fc449356cd773e3eb7 *man/HIinhal.Rd
44db7f1aeb6062b8f0f31cf5b6f82a3e *man/INH.Rd
17fe192fd112006e580f8613732b4155 *man/RISK.Rd
fa7160367bd8e9dbf94c54de3b435b65 *man/RISKInhal.Rd
a1c3245c250a4c00e379ecfeb398314d *man/RISKdermal.Rd
fdd5087e18ced3c68020f57fcf46ba9c *man/SIR.Rd
d367867667abbd931a54209670c88a14 *man/SIRboot.Rd
0d422f0dc7f9852f606b302579ceff74 *man/VI.Rd
fcbc9d92add3909451cbb7d0f0dc4266 *man/VIboot.Rd
33019645721dd47d167582ab9e0812bd *man/condition.Rd
0fd4cb18c5a960f94efcc0e91d5672da *man/extr_par.Rd
0ef300747558909d2bf3bb9ef2fd3d03 *man/fit_dist_test.Rd
8a8550dbfa3da9302ef717bb2a0b4cda *man/plot_fit_dist.Rd
905441b566df23e5ee03458d30c84ee0 *man/random_number_generator.Rd
a1ba295132f261a37d9d51815d9e7ce7 *man/sampler.Rd
7cb8161cfdefd6eff173c2939a0b1c91 *man/sig.Rd
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
exportPattern("^[[:alpha:]]+")
importFrom(MASS,fitdistr)
importFrom(kSamples,ad.test)
import(stats)
importFrom(fitdistrplus,plotdist)
importFrom(truncdist,rtrunc)
export(AD, AIR, DWIR, Fit_dist_parameter, fit_dist_test, HI, HIdermal, plot_fit_dist, random_number_generator, RISK, RISKdermal, SIR, VI)

0 comments on commit bad2ba6

Please sign in to comment.