Other packages > Find by keyword >

autoharp  

Semi-Automatic Grading of R and Rmd Scripts
View on CRAN: Click here


Download and install autoharp package within the R console
Install from CRAN:
install.packages("autoharp")

Install from Github:
library("remotes")
install_github("cran/autoharp")

Install by package version:
library("remotes")
install_version("autoharp", "0.0.13")



Attach the package and use:
library("autoharp")
Maintained by
Vik Gopal
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-01-22
Latest Update: 2025-04-02
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.
How to cite:
Vik Gopal (2021). autoharp: Semi-Automatic Grading of R and Rmd Scripts. R package version 0.0.13, https://cran.r-project.org/web/packages/autoharp. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.0.4 (2021-01-22 10:20), 0.0.5 (2021-02-15 15:50), 0.0.6 (2021-05-02 16:00), 0.0.7 (2021-05-15 00:02), 0.0.8 (2021-05-29 19:50), 0.0.10 (2021-11-12 23:50), 0.0.12 (2025-04-02 10:10), 0.0.13 (2025-11-30 23:30)
Other packages that cited autoharp R package
View autoharp citation profile
Other R packages that autoharp depends, imports, suggests or enhances
Complete documentation for autoharp
Functions, R codes and Examples using the autoharp R package
Some associated functions: K2 . TreeHarp-class . adj_list_2_matrix . as.matrix . autoharp . carve_mst . carve_subtree . check_correctness . check_rmd . check_runtime . clean_dir . copy_e2e . count_lints_all . count_lints_one . env_size . examplify_to_r . extract_chunks . extract_non_chunks . fapply . find_branch_num . forestharp-helpers . generate_all_subtrees . generate_thumbnails . get_adj_list . get_child_ids . get_child_ids2 . get_levels . get_libraries . get_next_depth_id . get_next_subtree . get_node_types . get_parent_call_id . get_parent_id . get_parent_id2 . get_recursive_index . get_summary_output . is_connected . is_cyclic_r . is_subtree_rooted_at . jaccard_treeharp . join_treeharps . keep_branches . lang_2_tree . log_summary . lum_local_match . matrix_2_adj_list . path_to_root . pipe . plot-TreeHarp-method . populate_soln_env . prune_depth . rbind_to_nodes_info . remove_extension . render_one . replace_sp_chars_filename . reset_path . rmd_to_forestharp . rmd_to_token_count . run_tuner . subtree_at . to_BFS . tree_sim . update_adj_list . 
Some associated R codes: as.matrix.R . autoharp.R . check_correctness.R . check_rmd.R . check_runtime.R . count_lints.R . env_size.R . examplify_to_r.R . forestharp.R . forestharp_helpers.R . generate_thumbnails.R . join_treeharp.R . lang_2_tree.R . lang_2_tree_helpers.R . log_summary.R . lum_local_match.R . nlp_related.R . populate_soln_env.R . render_one.R . reset_path.R . run_tuner.R . th_getter-length.R . to_BFS.R . tree_kernel.R . tree_routines.R . treeharp.R . utils-pipe.R . utils.R . write_html.R . zzz.R .  Full autoharp package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA