Customizing Vectors R

Type-stable vector operations and custom vector classes using vctrs. Use this skill when building R packages with custom types, need guaranteed output types regardless of input values, implementing consistent coercion/casting rules, or creating vector classes that work seamlessly with data frames. Covers when to use vctrs vs base R, building custom vector classes, coercion methods, and testing vctrs classes.

jeremy-allen Updated

File contents

jeremy-allen/claude-skills/tree/main/customizing-vectors-r commit 72019d75d6

Frequently asked questions

npx skillmds@latest add jeremy-allen/customizing-vectors-r