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]
All associated links for this package
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 18 Feb. 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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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