Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vignette #65

Merged
merged 3 commits into from May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -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
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
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
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
@@ -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.