Package: autoharp
Title: Semi-Automatic Grading of R and Rmd Scripts
Version: 0.0.12
Authors@R: c(
    person("Vik", "Gopal", email="vik.gopal@nus.edu.sg", role=c("aut", "cre")),
    person("Samuel", "Seah", email="samuelseah@u.nus.edu", role="aut"),
    person("Viknesh", "Jeya Kumar", email="viknesh@u.nus.edu", role="aut"),
    person("Gabriel", "Ang", email="gabrielang@u.nus.edu", role="aut"),
    person("Ruofan", "Liu", email="kelseyliu1998@gmail.com", role="ctb"),
    person("National University of Singapore", role="cph"))
Description: A customisable set of tools for assessing and grading 
    R or R-markdown scripts from students. It allows for checking correctness 
    of code output, runtime statistics and static code analysis. The latter 
    feature is made possible by representing R expressions using a tree
    structure.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: magrittr, dplyr, stringr, rlang, tibble, knitr, rmarkdown,
        pryr, shiny, lintr, methods, igraph
Collate: 'treeharp.R' 'th_getter-length.R' 'as.matrix.R' 'autoharp.R'
        'check_correctness.R' 'check_rmd.R' 'check_runtime.R'
        'count_lints.R' 'env_size.R' 'extracton_section_text.R'
        'forestharp.R' 'forestharp_helpers.R' 'generate_thumbnails.R'
        'join_treeharp.R' 'lang_2_tree.R' 'lang_2_tree_helpers.R'
        'log_summary.R' 'nlp_related.R' 'populate_soln_env.R'
        'render_one.R' 'reset_path.R' 'run_tuner.R' 'to_BFS.R'
        'tree_kernel.R' 'tree_routines.R' 'utils-pipe.R' 'utils.R'
        'write_html.R' 'zzz.R'
Suggests: testthat
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org
URL: https://singator.github.io/autoharp-docs/
NeedsCompilation: no
Packaged: 2025-04-02 07:37:05 UTC; viknesh
Author: Vik Gopal [aut, cre],
  Samuel Seah [aut],
  Viknesh Jeya Kumar [aut],
  Gabriel Ang [aut],
  Ruofan Liu [ctb],
  National University of Singapore [cph]
Maintainer: Vik Gopal <vik.gopal@nus.edu.sg>
Repository: CRAN
Date/Publication: 2025-04-02 08:10:05 UTC
Built: R 4.5.1; ; 2025-10-26 02:47:29 UTC; windows
