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 22 Dec. 2024.
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

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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