Package: gradecode 0.1.3

Alexander Rossell Hayes

gradecode: Grade Students' Code

Provides functions for inspeacting and providing feedback for code input by students with 'gradethis'.

Authors:Alexander Rossell Hayes [aut, cre], Garrick Aden-Buie [aut], RStudio, PBC [cph, fnd]

gradecode_0.1.3.tar.gz
gradecode_0.1.3.zip(r-4.7)gradecode_0.1.3.zip(r-4.6)gradecode_0.1.3.zip(r-4.5)
gradecode_0.1.3.tgz(r-4.6-any)gradecode_0.1.3.tgz(r-4.5-any)
gradecode_0.1.3.tar.gz(r-4.7-any)gradecode_0.1.3.tar.gz(r-4.6-any)
gradecode_0.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
gradecode/json (API)
NEWS

# Install 'gradecode' in R:
install.packages('gradecode', repos = c('https://rstudio.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/rstudio/gradecode/issues

On CRAN:

Conda:

2.00 score 3 scripts 35 exports 60 dependencies

Last updated from:157a0985b6. Checks:7 ERROR, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64ERROR146
source / vignettesOK203
linux-release-x86_64ERROR157
macos-release-arm64ERROR97
macos-oldrel-arm64ERROR95
windows-develERROR110
windows-releaseERROR100
windows-oldrelERROR86
wasm-releaseOK122

Exports:.user_code%>%argfail_if_foundfail_if_not_foundfind_argument_valuesfind_argumentsfind_arithmeticfind_assignsfind_comparisonsfind_extractionsfind_functionsfind_infixesfind_lhsfind_logical_operatorsfind_objectsfind_operatorsfind_parentfind_pipesfind_rhsstandardize_argumentsuses_argumentuses_argument_valueuses_arithmeticuses_assignuses_comparisonuses_extractionuses_functionuses_infixuses_lhsuses_logical_operatoruses_objectuses_operatoruses_pipeuses_rhs

Dependencies:andbackportsbase64encbslibcachemcheckmateclicommonmarkcrayondiffobjdigestellipsisevaluatefastmapfontawesomefsgluegradethishighrhtmltoolshtmlwidgetshttpuvjquerylibjsonliteknitrlaterlearnrlifecyclelitedownmagrittrmarkdownmemoisemimeotelpillarpkgconfigpromisespurrrR6rappdirsRcpprenvrlangrmarkdownrprojrootrstudioapisassshinysourcetoolstibbletinytexutf8vctrswaldowithrxfunxml2xmlparsedataxtableyaml

Readme and manuals

Help Manual

Help pageTopics
Return a failing grade based on the result of a find functionfail_if_found fail_if_not_found
Find the values of arguments in R codefind_argument_values uses_argument_value
Find arguments in R codearg find_arguments uses_argument
Find arithmetic operators in R codefind_arithmetic uses_arithmetic
Find assignments in R codefind_assigns uses_assign
Find comparison operators in R codefind_comparisons uses_comparison
Find extraction operators in R codefind_extractions uses_extraction
Find functions in R codefind_functions uses_function
Find infixes in R codefind_infixes uses_infix
Find the left- or right-hand side of an operator in R codefind_lhs find_rhs uses_lhs uses_rhs
Find logical operators in R codefind_logical_operators uses_logical_operator
Find objects in R codefind_objects uses_object
Find operators in R codefind_operators uses_operator
Find the parent of an expression in R codefind_parent
Find pipes in R codefind_pipes uses_pipe
Standardize arguments to function callsstandardize_arguments