Package: suntools Version: 1.1.0.9000 Date: 2026-03-30 Title: Calculate Sun Position, Sunrise, Sunset, Solar Noon and Twilight Authors@R: c( person("Roger", "Bivand", role = "aut", email = "Roger.Bivand@nhh.no", comment=c(ORCID="0000-0003-2392-6140")), person("Adriaan M.", "Dokter", role = c("ctb", "cre"), email = "amd427@cornell.edu", comment = c(ORCID = "0000-0001-6573-066X")), person("Pieter", "Huybrechts", role = "ctb", email = "pieter.huybrechts@inbo.be", comment = c(ORCID = "0000-0002-6658-6062")), person("Sebastian", "Luque", role = "aut"), person("Greg", "Pelletier", role = "ctb"), person("Alexander", "Tedeschi", role = "ctb", email = "at744@cornell.edu", comment = c(ORCID = "0000-0003-0772-6931"))) Encoding: UTF-8 Depends: R (>= 2.10) Imports: methods, sf, stats Description: Provides a set of convenient functions for calculating sun-related information, including the sun's position (elevation and azimuth), and the times of sunrise, sunset, solar noon, and twilight for any given geographical location on Earth. These calculations are based on equations provided by the National Oceanic & Atmospheric Administration (NOAA) as described in "Astronomical Algorithms" by Jean Meeus (1991, ISBN: 978-0-943396-35-4). License: GPL (>= 3) URL: https://github.com/adokter/suntools/ BugReports: https://github.com/adokter/suntools/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://adokter.r-universe.dev Date/Publication: 2026-03-30 15:40:05 UTC RemoteUrl: https://github.com/adokter/suntools RemoteRef: HEAD RemoteSha: 7a1777a1c3b6bd04b0ec20691917fcb1d643de15 NeedsCompilation: no Packaged: 2026-06-17 06:47:55 UTC; root Author: Roger Bivand [aut] (ORCID: ), Adriaan M. Dokter [ctb, cre] (ORCID: ), Pieter Huybrechts [ctb] (ORCID: ), Sebastian Luque [aut], Greg Pelletier [ctb], Alexander Tedeschi [ctb] (ORCID: ) Maintainer: Adriaan M. Dokter