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.10")



Attach the package and use:
library("autoharp")
Maintained by
Vik Gopal
[Scholar Profile | Author Map]
First Published: 2021-01-22
Latest Update: 2021-11-12
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.10, https://cran.r-project.org/web/packages/autoharp. Accessed 13 Apr. 2025.
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)
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
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for autoharp0102030405060TrendBars

Today's Hot Picks in Authors and Packages

SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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