Package: ntfy
Title: Lightweight Wrapper to the 'ntfy.sh' Service
Version: 0.0.6
Authors@R: 
    c(person("Jonathan", "Carroll", 
             email = "rpkg@jcarroll.com.au", 
             role = c("aut", "cre"), 
             comment = c(ORCID = "0000-0002-1404-5264")),
      person(given = "Andrew",
             family = "Heiss",
             role = "ctb",
             email = "andrew@andrewheiss.com",
             comment = c(ORCID = "0000-0002-3948-3914"))
    )
Maintainer: Jonathan Carroll <rpkg@jcarroll.com.au>
Description: The 'ntfy' (pronounce: notify) service is a simple HTTP-based pub-sub
    notification service. It allows you to send notifications to your phone or 
    desktop via scripts from any computer, entirely without signup, cost or 
    setup. It's also open source if you want to run your own. 
    Visit <https://ntfy.sh> for more details.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: httr2, jsonlite
URL: https://github.com/jonocarroll/ntfy
BugReports: https://github.com/jonocarroll/ntfy/issues
Depends: R (>= 4.1)
LazyData: true
Suggests: ggplot2, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-11-04 08:40:18 UTC; jono
Author: Jonathan Carroll [aut, cre] (<https://orcid.org/0000-0002-1404-5264>),
  Andrew Heiss [ctb] (<https://orcid.org/0000-0002-3948-3914>)
Repository: CRAN
Date/Publication: 2024-11-06 15:20:02 UTC
