Package: radsafer Type: Package Title: Radiation Safety Version: 2.4.0 Date: 2025-11-05 Authors@R: person( "Mark", "Hogue", email = "mark.hogue.chp@gmail.com", role = c("aut", "cre")) Description: Provides functions for radiation safety, also known as "radiation protection" and "radiological control". The science of radiation protection is called "health physics" and its engineering functions are called "radiological engineering". Functions in this package cover many of the computations needed by radiation safety professionals. Examples include: obtaining updated calibration and source check values for radiation monitors to account for radioactive decay in a reference source, simulating instrument readings to better understand measurement uncertainty, correcting instrument readings for geometry and ambient atmospheric conditions. Many of these functions are described in Johnson and Kirby (2011, ISBN-13: 978-1609134198). Utilities are also included for developing inputs and processing outputs with radiation transport codes, such as MCNP, a general-purpose Monte Carlo N-Particle code that can be used for neutron, photon, electron, or coupled neutron/photon/electron transport (Werner et. al. (2018) ). License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Suggests: testthat, beepr, knitr, rmarkdown Imports: ggplot2, readr, stats, graphics, RadData, stringr, magrittr, dplyr, rlang, scatterplot3d, ggthemes, lifecycle Depends: R (>= 3.5) URL: https://github.com/markhogue/radsafer BugReports: https://github.com/markhogue/radsafer/issues VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://markhogue.r-universe.dev Date/Publication: 2025-11-19 21:14:55 UTC RemoteUrl: https://github.com/markhogue/radsafer RemoteRef: HEAD RemoteSha: e913e8a6ebb141be180a8e7c69599f3c9e534a9d NeedsCompilation: no Packaged: 2026-06-18 06:55:46 UTC; root Author: Mark Hogue [aut, cre] Maintainer: Mark Hogue