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

add later_recurring #133

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 6, 2020

  1. add later_recurring

    Bill Evans authored and Bill Evans committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    1fe30a3 View commit details
    Browse the repository at this point in the history
  2. export, add PR number

    Bill Evans authored and Bill Evans committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    d8771c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. add optional self-cancelling to recurring func

    - if the 'func()' returns a logical, then its return value is taken as
      a "continue" logical; that is, if 'func()' returns true, then
      continue, if false then stop (the recurrency is cancelled)
    Bill Evans authored and Bill Evans committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    4837a5d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. update later_recurring: default limit, doc, testing

    - change limit= default to Inf (NA no longer accepted)
    - add is_false (and one update to later.R)
    - update doc (details and example code)
    Bill Evans authored and Bill Evans committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    9b361db View commit details
    Browse the repository at this point in the history
  2. be more explicit when setting cancelled to true

    Bill Evans authored and Bill Evans committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    ce85ed2 View commit details
    Browse the repository at this point in the history