Package: patientcounter Title: Count Hospital Patients Quickly Version: 0.1.0 Authors@R: c( person(given = "John", family = "MacKintosh", role = c("aut", "cre"), email = "johnmackintosh.jm@gmail.com"), person("John", "Muschelli", role = "ctb", comment = c(ORCID = "0000-0001-6469-1750")) ) Description: Fast, flexible census of patient occupancy in multiple locations in hospital setting. Obtain the net count of patients by interval, accounting for those admitted prior to specific intervals, those who move during intervals, and those not yet discharged, without requiring a database or knowledge of 'SQL'. License: GPL-3 Encoding: UTF-8 Depends: R (>= 2.10) Imports: data.table, lubridate, magrittr LazyData: true URL: https://github.com/johnmackintosh/patientcounter BugReports: https://github.com/johnmackintosh/patientcounter/issues RoxygenNote: 7.1.1 Suggests: testthat (>= 2.1.0) Repository: https://johnmackintosh.r-universe.dev Date/Publication: 2023-03-14 15:48:25 UTC RemoteUrl: https://github.com/johnmackintosh/patientcounter RemoteRef: HEAD RemoteSha: 9cddc4d91f461da137ab8e0f8282c8116d9d90b8 NeedsCompilation: no Packaged: 2026-06-17 09:59:57 UTC; root Author: John MacKintosh [aut, cre], John Muschelli [ctb] (ORCID: ) Maintainer: John MacKintosh