Package: skymodelr
Type: Package
Title: Generates and Samples Realistic Terrestrial Atmospheres
Version: 0.3.1
Authors@R: c(
    person(
      "Tyler", "Morgan-Wall",
      email = "tylermw@gmail.com",
      role = c("aut", "cre", "cph")
    ),
    person(
      "Petr", "Vevoda",
      role = "ctb"
    ),
    person(
      "Charles University",
      role = "cph"
    ),
    person(
      "Eric", "Bruneton",
      role = c("ctb", "cph")
    ),
    person(
      "Lukas", "Hosek",
      role = c("ctb", "cph")
    ),
    person(
      "Alexander", "Wilkie",
      role = c("ctb", "cph")
    )
  )
Description: Generates physically based sky environment maps and radiance
    samples using the spectral Hosek-Wilkie and Prague atmosphere models.
    Functions write high-dynamic-range 'OpenEXR' domes in latitude-longitude
    projections, compute per-direction RGB or 55-channel values, and optionally
    composite time-accurate star fields and moon phases. Features include
    automatic sun and moon positioning from date, time and location, support for
    sea-level and high-altitude observers, wide-spectrum coefficients, and
    multithreaded C++ acceleration for fast, high-resolution output. For model
    details, see Hosek and Wilkie (2012)
    <doi:10.1145/2185520.2185591>, Hosek and Wilkie (2013)
    <doi:10.1109/MCG.2013.18>, Wilkie et al. (2021)
    <doi:10.1145/3450626.3459758>, and Vevoda et al. (2022)
    <doi:10.1111/cgf.14677>.
License: GPL-3
Copyright: file inst/COPYRIGHTS
Depends: R (>= 4.3.0)
Imports: Rcpp, swephR, rayvertex (>= 0.14.0), rayimage (>= 0.24.1)
LinkingTo: Rcpp, RcppThread, libimath, libopenexr
Encoding: UTF-8
LazyData: true
Config/build/compilation-database: true
Suggests: testthat (>= 3.0.0), rayrender (>= 0.40.1)
Config/testthat/edition: 3
URL: https://www.skymodelr.com
BugReports: https://github.com/tylermorganwall/skymodelr/issues
Config/roxygen2/version: 8.0.0
NeedsCompilation: yes
Packaged: 2026-06-21 23:38:46 UTC; tyler
Author: Tyler Morgan-Wall [aut, cre, cph],
  Petr Vevoda [ctb],
  Charles University [cph],
  Eric Bruneton [ctb, cph],
  Lukas Hosek [ctb, cph],
  Alexander Wilkie [ctb, cph]
Maintainer: Tyler Morgan-Wall <tylermw@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-26 09:20:02 UTC
