Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

hrbrmstr/flowdockr

Repository files navigation

flowdockr is an R package to work wih the Flowdock API

Heavily based on slackr.

The following functions are implemented:

  • dev_flow: Send the graphics contents of the current device to a Flowdock flow
  • flow_file: Upload a file to a flow
  • flow_msg: Post a message to a flow
  • flow_r: Post R objects to Flowdock
  • get_flow_info: Retrieve flow metadata
  • ggflow: Send a rendered ggplot object to Flowdock
  • list_flows: List flows
  • save_flow: Save R objects to an RData file on Flowdock

News

  • Version 0.1.0 released

Installation

devtools::install_github("hrbrmstr/flowdockr")

Usage

library(flowdockr)

# current verison
packageVersion("flowdockr")
# [1] '0.1.0'

Test Results

library(flowdockr)
library(testthat)

date()
# [1] "Fri Feb 12 17:24:32 2016"

test_dir("tests/")
# testthat results ========================================================================================================
# OK: 0 SKIPPED: 0 FAILED: 0

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

R package to work with the Flowdock API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages