forked from rstudio/gradethis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use desc::reformat_fields() to reflow DESCRIPTION file * Use roxygen markdown for comments, using roxygen2md::roxygen2md() * Use @inheritParams instead of @template, for cleaner documentation and less duplication * Convert remaining documentation entries to roxygen markdown; Reflow docs; Minor fixes. * barret suggestions * LaTeX stuly rlang::quo and build docs * update link to rlang::eval_tidy * fix link to glue::glue_data * add magrittr pipe link * add magrittr pipe links * document * fix conflicts with rebase master
- Loading branch information
1 parent
9cc3d6d
commit 5ec1144
Showing
30 changed files
with
306 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,28 @@ Package: gradethis | |
Type: Package | ||
Title: Tools for "grading" student exercises in learnr tutorials | ||
Version: 0.1.0.9002 | ||
Authors@R: c( | ||
person("Daniel", "Chen", role = c("aut"), email = "[email protected]"), | ||
person("Barret", "Schloerke", role = c("aut"), email = "[email protected]"), | ||
person("Garrett", "Grolemund", role = c("ccp", "aut", "cre"), email = "[email protected]"), | ||
person(family = "RStudio, Inc.", role = c("cph", "fnd")), | ||
person(family = "Ajax.org B.V.", role=c("ctb", "cph"), comment= "Ace library") | ||
) | ||
Description: | ||
Pairing with the 'learnr' R package, 'gradethis' provides multiple methods to grade 'learnr' exercises. To learn more about 'learnr' tutorials, please visit <http://rstudio.github.io/learnr/>. | ||
Authors@R: | ||
c(person(given = "Daniel", | ||
family = "Chen", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Barret", | ||
family = "Schloerke", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Garrett", | ||
family = "Grolemund", | ||
role = c("ccp", "aut", "cre"), | ||
email = "[email protected]"), | ||
person(family = "RStudio, Inc.", | ||
role = c("cph", "fnd")), | ||
person(family = "Ajax.org B.V.", | ||
role = c("ctb", "cph"), | ||
comment = "Ace library")) | ||
Description: Pairing with the 'learnr' R package, | ||
'gradethis' provides multiple methods to grade 'learnr' exercises. To | ||
learn more about 'learnr' tutorials, please visit | ||
<http://rstudio.github.io/learnr/>. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
@@ -23,6 +36,10 @@ Imports: | |
checkmate, | ||
testthat | ||
Remotes: | ||
rstudio/learnr | ||
URL: https://rstudio-education.github.io/gradethis/, https://rstudio.github.io/learnr/, https://github.com/rstudio-education/gradethis | ||
BugReports: https://github.com/rstudio-education/gradethis/issues | ||
rstudio/learnr | ||
URL: https://rstudio-education.github.io/gradethis/, | ||
https://rstudio.github.io/learnr/, | ||
https://github.com/rstudio-education/gradethis | ||
BugReports: | ||
https://github.com/rstudio-education/gradethis/issues | ||
Roxygen: list(markdown = TRUE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.