Package: qlcheckr 0.1.5

Mitchell OHara-Wild

qlcheckr: Helpful Code Checking for Quarto Live

Provides a framework for interactive code checking in Quarto Live. The package enables users to define logical tests for code correctness, delivers custom feedback messages, and includes debugging capabilities to display evaluation details and error hints. Designed to enhance teaching, learning, and automated code assessment workflows.

Authors:Mitchell O'Hara-Wild [aut, cre]

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

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

Bug tracker:https://github.com/startr-academy/qlcheckr/issues

On CRAN:

Conda:

1.70 score 1 stars 9 scripts 11 exports 0 dependencies

Last updated from:e2a21d32e1. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE105
source / vignettesOK160
linux-release-x86_64NOTE102
macos-release-arm64NOTE175
macos-oldrel-arm64NOTE137
windows-develNOTE74
windows-releaseNOTE61
windows-oldrelNOTE60
wasm-releaseOK87

Exports:apply_checksexists_inql_astql_errorsql_messagesql_output_handlerql_outputsql_resultsql_srcql_warningssearch_ast

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Apply Code Checks for Quarto Live with Feedback and Debuggingapply_checks
Check for Existence in a List Based on a Conditionexists_in
Extract Common Output Types from an Evaluate Objecterrors messages outputs outputs-extraction ql_ast ql_errors ql_messages ql_outputs ql_results ql_src ql_warnings results warnings
Search Abstract Syntax Tree (AST) for Specific Patternssearch_ast