pushoverr

Send push notifications in R using Pushover

https://github.com/briandconnelly/pushoverr

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 5 committers (40.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.7%) to scientific vocabulary

Keywords

notifications push-notifications pushover r
Last synced: 5 months ago · JSON representation

Repository

Send push notifications in R using Pushover

Basic Info
Statistics
  • Stars: 73
  • Watchers: 5
  • Forks: 6
  • Open Issues: 9
  • Releases: 0
Topics
notifications push-notifications pushover r
Created almost 12 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Code of conduct

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# pushoverr


[![Codecov test coverage](https://codecov.io/gh/briandconnelly/pushoverr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/briandconnelly/pushoverr?branch=master)
[![R-CMD-check](https://github.com/briandconnelly/pushoverr/workflows/R-CMD-check/badge.svg)](https://github.com/briandconnelly/pushoverr/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/pushoverr)](https://CRAN.R-project.org/package=pushoverr)


pushoverr allows you to send push notifications from R to mobile devices, web browsers, or even your watch using [Pushover](https://pushover.net/).
These notifications can display job status, results, scraped web data, or any other text or numeric data.
Got some R code that takes a while to complete?
Enough time to take a little walk or go get a coffee, but maybe not long enough to go home for the day?
Now you'll be able to easily let yourself or your group know when it's done.


## Installation

Installing pushoverr is as easy as running:

```{r eval=FALSE}
install.packages("pushoverr")
```

Alternately, you can install the development version of pushoverr from [GitHub](https://github.com/) with:

```{r eval=FALSE}
# install.packages("devtools")
devtools::install_github("briandconnelly/pushoverr")
```

That's it!
See the [Getting Started](https://briandconnelly.github.io/pushoverr/articles/getting_started.html) vignette to start sending messages.


## Features Not Supported

pushoverr currently does not support [subscriptions](https://pushover.net/api/subscriptions/), [licensing](https://pushover.net/api/licensing/) (I don't use Pushover in this context, so I can't test these features), or the [open client API](https://pushover.net/api/client/).
If you'd like to see these features supported, please submit an [issue](https://github.com/briandconnelly/pushoverr/issues) or a pull request.


## Related Links
* [Pushover](https://pushover.net/)
    * [Support](https://support.pushover.net/)
    * [API](https://pushover.net/api/)
    * [Terms of Service](https://pushover.net/terms/)
* [R Phone Home: Notifications with pushoverr](http://bconnelly.net/2016/11/R-phone-home/), blog post about using pushoverr
* [NotifyR](https://cran.r-project.org/package=notifyR), an alternate Pushover tool for R (no longer maintained?)
* [RPushbullet](https://eddelbuettel.github.io/rpushbullet/), an R interface for [Pushbullet](https://www.pushbullet.com/), a similar push notification service.


## Code of Conduct

Please note that the pushoverr project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.


## Disclaimer

This package and its author are not affiliated with Pushover, LLC.

Owner

  • Name: Brian Connelly
  • Login: briandconnelly
  • Kind: user
  • Location: Seattle
  • Company: Ookla

GitHub Events

Total
  • Watch event: 3
Last Year
  • Watch event: 3

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 143
  • Total Committers: 5
  • Avg Commits per committer: 28.6
  • Development Distribution Score (DDS): 0.042
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Brian Connelly b****c@b****t 137
Brian Connelly b****c@d****u 2
Brian Connelly p****b@b****t 2
Brian Connelly b****c@B****l 1
Brian Connelly b****c@d****u 1

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 17
  • Total pull requests: 5
  • Average time to close issues: about 1 year
  • Average time to close pull requests: 4 months
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 0.59
  • Average comments per pull request: 2.4
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • briandconnelly (15)
  • BenjaminMcC (1)
  • wengraf (1)
  • swalkerCDD (1)
Pull Request Authors
  • briandconnelly (4)
  • yanlesin (1)
Top Labels
Issue Labels
enhancement (4) website (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 390 last-month
  • Total docker downloads: 43,397
  • Total dependent packages: 0
  • Total dependent repositories: 5
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: pushoverr

Send Push Notifications using 'Pushover'

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 5
  • Downloads: 390 Last month
  • Docker Downloads: 43,397
Rankings
Stargazers count: 5.5%
Forks count: 9.6%
Dependent repos count: 13.1%
Average: 18.9%
Docker downloads count: 25.8%
Dependent packages count: 28.8%
Downloads: 30.4%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0.0 depends
  • checkmate * imports
  • cli * imports
  • glue * imports
  • httr * imports
  • rlang * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests