Package: pregnancy
Title: Calculate and Track Dates and Medications During Pregnancy
Version: 0.1.1
Authors@R: 
    person(
        given = "Ella",
        family = "Kaye",
        role = c("aut", "cre", "cph"),
        email = "ella.kaye@gmail.com",
        comment = c(ORCID = "0000-0002-7300-3718")
    )
Description: Provides functionality for calculating pregnancy-related dates and
    tracking medications during pregnancy and fertility treatment. Calculates
    due dates from various starting points including last menstrual period and
    IVF (In Vitro Fertilisation) transfer dates, determines pregnancy progress
    on any given date, and identifies when specific pregnancy weeks are
    reached. Includes medication tracking capabilities for individuals
    undergoing fertility treatment or during pregnancy, allowing users to
    monitor remaining doses and quantities needed over specified time periods.
    Designed for those tracking their own pregnancies or supporting partners
    through the process, making use of options to personalise output messages.
    For details on due date calculations, see
    <https://www.acog.org/clinical/clinical-guidance/committee-opinion/articles/2017/05/methods-for-estimating-the-due-date>.
License: MIT + file LICENSE
URL: https://ellakaye.github.io/pregnancy/,
        https://github.com/EllaKaye/pregnancy
BugReports: https://github.com/EllaKaye/pregnancy/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2.9000
Imports: anytime, cli, dplyr, lubridate, rlang
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
Depends: R (>= 3.5)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-09-09 15:39:17 UTC; u2175871
Author: Ella Kaye [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-7300-3718>)
Maintainer: Ella Kaye <ella.kaye@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-14 16:10:02 UTC
Built: R 4.5.1; ; 2025-10-29 03:51:08 UTC; windows
