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

Display available tutorials #234

Merged
merged 22 commits into from
Jun 6, 2019
Merged

Display available tutorials #234

merged 22 commits into from
Jun 6, 2019

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    71cc6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8510a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec6d8fa View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. check if package exists

    schloerke committed May 15, 2019
    Configuration menu
    Copy the full SHA
    5ac6ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c057c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e666036 View commit details
    Browse the repository at this point in the history
  4. add tests

    schloerke committed May 15, 2019
    Configuration menu
    Copy the full SHA
    664d81c View commit details
    Browse the repository at this point in the history
  5. document

    schloerke committed May 15, 2019
    Configuration menu
    Copy the full SHA
    bc2f682 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into available_tutorials

    * master:
      Fix Travis (#231)
    schloerke committed May 15, 2019
    Configuration menu
    Copy the full SHA
    48b8b95 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. add close matching if within 3 letters

    ```
    ❯❯ dev_load(); run_tutorial("helloo", "learnr")
    Loading learnr
    Error: 	Tutorial "helloo" was not found in the "learnr" package.
    	Did you mean "hello"?
    	Available "learnr" tutorials: "hello", "question_type", "slidy"
    ```
    schloerke committed May 29, 2019
    Configuration menu
    Copy the full SHA
    5def57c View commit details
    Browse the repository at this point in the history
  2. import adist from utils

    schloerke committed May 29, 2019
    Configuration menu
    Copy the full SHA
    7e38871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c27e503 View commit details
    Browse the repository at this point in the history
  4. merge news

    schloerke committed May 29, 2019
    Configuration menu
    Copy the full SHA
    7a143d1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into available_tutorials

    * master:
      spell check
    schloerke committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f4bf3a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8e3f80 View commit details
    Browse the repository at this point in the history
  7. give slidy a title

    schloerke committed May 29, 2019
    Configuration menu
    Copy the full SHA
    c6d0e87 View commit details
    Browse the repository at this point in the history
  8. comment why using 'missing'

    schloerke committed May 29, 2019
    Configuration menu
    Copy the full SHA
    eb13ea7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65de1ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    71817df View commit details
    Browse the repository at this point in the history
  11. extract out available_tutorial methods to a single file. Add formatti…

    …ng methods
    
    return an invisible data.frame of the information
    schloerke committed May 29, 2019
    Configuration menu
    Copy the full SHA
    323884b View commit details
    Browse the repository at this point in the history
  12. cleaner error formatting

    schloerke committed May 29, 2019
    Configuration menu
    Copy the full SHA
    d3537dd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. minor code feedback

    schloerke committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    df9faf3 View commit details
    Browse the repository at this point in the history