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

New argument minimum_version to skip_if_not_installed() #499

Closed
wants to merge 9 commits into from

Commits on Jul 4, 2016

  1. test versioned skip

    Kirill Müller committed Jul 4, 2016
    Copy the full SHA
    4e93dbf View commit details
    Browse the repository at this point in the history
  2. skip_if_not_installed() uses packageVersion() for versioned check

    instead of requireNamespace(); the package isn't loaded anymore as a side effect, and the check also works if the package is loaded already
    Kirill Müller committed Jul 4, 2016
    Copy the full SHA
    38e9a26 View commit details
    Browse the repository at this point in the history
  3. NEWS

    Kirill Müller committed Jul 4, 2016
    Copy the full SHA
    3d7339c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. document side effect

    Kirill Müller committed Jul 5, 2016
    Copy the full SHA
    f5b2a2f View commit details
    Browse the repository at this point in the history
  2. test-load the package

    Kirill Müller committed Jul 5, 2016
    Copy the full SHA
    eb17d28 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into feature/r-lib#487-s…

    …kip-min-version
    Kirill Müller committed Jul 5, 2016
    Copy the full SHA
    e10f3e2 View commit details
    Browse the repository at this point in the history
  4. reversed logic

    Kirill Müller committed Jul 5, 2016
    Copy the full SHA
    f5a64a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. require first, then check version

    Kirill Müller committed Jul 6, 2016
    Copy the full SHA
    d95cb97 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Copy the full SHA
    affd543 View commit details
    Browse the repository at this point in the history