R packages for profiling and benchmarking. Use for measuring code performance and memory usage.
Scanned 6/4/2026
Install via CLI
openskills install LeoLin990405/r-analytics-skill---
name: r-dev-profiling
description: R packages for profiling and benchmarking. Use for measuring code performance and memory usage.
---
# Profiling and Benchmarking
Measure and optimize R code performance.
## Core Packages
| Package | Purpose |
|---------|---------|
| bench | Precise benchmarking |
| profvis | Interactive profiling |
| microbenchmark | Microsecond timing |
| lobstr | Memory inspection |
No comments yet. Be the first to comment!