Skip to contents

All functions

audit_documentation()
Audit Roxygen Documentation Mismatches
audit_exports()
Audit Function Exports
audit_formula_functions()
Audit Functions Used in Rules
audit_inventory()
Audit Project Inventory
audit_package_clones()
Generate Package Clone Report
audit_recipe_typos()
Audit Recipe for Typos
audit_test_integrity()
Audit Test Integrity
check_free_variables()
Check for Free Variables (Implicit Dependencies)
check_test_coverage()
Check Test Coverage
compare_implementations()
Compare Implementations
compile_rules()
Compile Rules
create_tracer_dataset()
Create Tracer Dataset (The Micro-Verse)
detect_code_smells()
Detect Code Smells
detect_duplicates()
Detect Code Logic Duplicates (Clones)
detect_near_dupes()
Detect Non-DRY Logic
detect_typos()
Detect Potential Typos
get_function_inventory()
Extract Function DNA
harvest_variables()
Harvest Variables
hello()
hello
infer_path_contract()
Infer Path Contract
inspect_recipe()
Inspect Recipe for Missing Inputs
list_r_files()
List R Files by Category
map_internal_calls()
Map Internal Function Calls
migrate_namespace()
Migrate Namespace Usage
new_audit_inventory()
Constructor: Audit Inventory Object
print_smells()
Print Code Smells Report
refactor_misplaced()
Refactor Misplaced Functions (In Situ)
relocate_functions()
Relocate Functions to New Repositories
run_preflight_check()
Run Pre-Flight File Check
run_recipe()
Run Recipe
scaffold_migration()
Scaffold Migration
scan_definitions()
Scan Definitions
scan_dependencies()
Scan Project Dependencies (Robust AST Method)
scan_project_io()
Scan Project I/O (Unified)
validate_file_io()
Validate File I/O Requirements (Pre-Flight Check)
visualize_callers()
Visualize Incoming Calls (Reverse Dependency)
visualize_flow()
Visualize Downstream Calls (Forward Dependency)
visualize_performance()
Visualize Performance Heatmap
visualize_progress()
Visualize Migration Progress
visualize_rules()
Visualize Rules from Recipe