Skip to content

Commit

Permalink
Merge pull request #65 from mrc-ide/mrc-3216
Browse files Browse the repository at this point in the history
Update vignette
  • Loading branch information
r-ash committed May 18, 2022
2 parents e927d15 + 9a0f052 commit 733c6e2
Show file tree
Hide file tree
Showing 8 changed files with 287 additions and 64 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rrq
Title: Simple Redis Queue
Version: 0.5.6
Version: 0.5.7
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "rich.fitzjohn@gmail.com"),
person("Robert", "Ashton", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion R/rrq_controller.R
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ rrq_controller <- R6::R6Class(
##' @description Fetch times for tasks at points in their life cycle.
##' For each task returns the time of submission, starting
##' and completion (not necessarily successfully; this includes
##' errors and interruptions). If a task has not reacched a point
##' errors and interruptions). If a task has not reached a point
##' yet (e.g., submitted but not run, or running but not finished)
##' the time will be `NA`). Times are returned in unix timestamp
##' format in UTC; you can use [redux::redis_time_to_r] to convert
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
# rrq

<!-- badges: start -->
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R build status](https://github.com/mrc-ide/rrq/workflows/R-CMD-check/badge.svg)](https://github.com/mrc-ide/rrq/actions)
[![codecov.io](https://codecov.io/github/mrc-ide/rrq/coverage.svg?branch=master)](https://codecov.io/github/mrc-ide/rrq?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/mrc-ide/rrq/badge)](https://www.codefactor.io/repository/github/mrc-ide/rrq)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rrq

<!-- badges: start -->
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R build status](https://github.com/mrc-ide/rrq/workflows/R-CMD-check/badge.svg)](https://github.com/mrc-ide/rrq/actions)
[![codecov.io](https://codecov.io/github/mrc-ide/rrq/coverage.svg?branch=master)](https://codecov.io/github/mrc-ide/rrq?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/mrc-ide/rrq/badge)](https://www.codefactor.io/repository/github/mrc-ide/rrq)
Expand Down
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CodeFactor
HPC
POSIXt
Rdata
Redis
WIP
Expand Down Expand Up @@ -34,6 +35,7 @@ pid
rds
redis
rrq's
segfaults
storr
undeferred
unpauses
Expand Down
2 changes: 1 addition & 1 deletion man/rrq_controller.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 733c6e2

Please sign in to comment.