Published March 24, 2023
| Version v0.2.12.9000
Software
Open
rstudio/gradethis: Version 0.2.12.9000
Authors/Creators
- 1. @rstudio
- 2. RStudio
- 3. @rstudio @UBC-DSCI @UBC-MDS
- 4. Posit Software, PBC
- 5. ThinkR
- 6. Trestle Technology
- 7. Princeton University
- 8. @ThinkR-open
- 9. Duke University, @posit-pbc
Description
- New functions:
user_object_get(),user_object_exists()anduser_object_list()can be used to interact with objects created by the student's code.solution_object_get(),solution_object_exists()andsolution_object_list()do the same for objects created by the solution code (#333). - New function:
with_exercise()allows you to evaluate an expression as if it were run insidegrade_this()with an associated exercise. It can be used alongsidemock_this_exercise()for testing grading code outside the context of a learnr tutorial (#333). .envir_solutionis now included in thegrade_this()check environment alongside.envir_prepand.envir_result..envir_solutioncontains the state of the environment used to execute solution code, just as.envir_resultdoes for student code (#333).
Files
rstudio/gradethis-v0.2.12.9000.zip
Files
(729.0 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:1248d2738a21da0915e95c12de022f94
|
729.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/rstudio/gradethis/tree/v0.2.12.9000 (URL)