-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: ntfy
Title: Lightweight Wrapper to the 'ntfy.sh' Service
Version: 0.0.6
Authors@R:
c(person("Jonathan", "Carroll",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1404-5264")),
person(given = "Andrew",
family = "Heiss",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3948-3914"))
)
Maintainer: Jonathan Carroll <[email protected]>
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
Roxygen: list(markdown = TRUE)
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