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

there is no package called ‘checkthat’ #233

Closed
1 task
ghost opened this issue May 14, 2019 · 3 comments
Closed
1 task

there is no package called ‘checkthat’ #233

ghost opened this issue May 14, 2019 · 3 comments
Labels
docs Related to documentation only
Milestone

Comments

@ghost
Copy link

ghost commented May 14, 2019

library(learnr)
library(tidyverse)
nycflights <- nycflights13::flights
tutorial_options(exercise.eval = TRUE)
tutorial_options(exercise.checker = checkthat::check_exercise)
Error in loadNamespace(name) :

  • there is no package called ‘checkthat’
@schloerke schloerke added this to the 0.10.0 milestone May 14, 2019
@schloerke schloerke added the docs Related to documentation only label May 14, 2019
@schloerke
Copy link
Collaborator

schloerke commented May 14, 2019

Correct. It is confusing documentation.

I am currently working on grader which would implement the functionality. (I do not know of an existing checking package.)

@chendaniely
Copy link
Member

I'm working on this.

@schloerke
Copy link
Collaborator

Closed in #273

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Related to documentation only
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants