-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from jonocarroll/cran_release
CRAN release
- Loading branch information
Showing
18 changed files
with
215 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
^README\.Rmd$ | ||
^LICENSE\.md$ | ||
^data-raw$ | ||
^\.github$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: ntfy | ||
Title: Lightweight Wrapper to the ntfy.sh Service | ||
Version: 0.0.5 | ||
Title: Lightweight Wrapper to the 'ntfy.sh' Service | ||
Version: 0.0.6 | ||
Authors@R: | ||
c(person("Jonathan", "Carroll", | ||
email = "[email protected]", | ||
|
@@ -13,14 +13,15 @@ Authors@R: | |
comment = c(ORCID = "0000-0002-3948-3914")) | ||
) | ||
Maintainer: Jonathan Carroll <[email protected]> | ||
Description: ntfy (pronounce: notify) 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. | ||
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.2.3 | ||
RoxygenNote: 7.3.2 | ||
Imports: | ||
httr2, | ||
jsonlite | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
## usethis namespace: end | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note* | ||
|
||
* This is a new release. | ||
|
||
Tested locally and on win-devel, win-release. | ||
|
||
Flagged 'The Title field should be in title case' but | ||
recommends Ntfy.sh over ntfy.sh which is a false-positive. | ||
|
||
Added examples and resubmitting. |
Oops, something went wrong.