krlmlr / awesome-vctrs

A curated list of amazingly awesome R vector classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome VectoRs

A curated list of amazingly awesome R vector classes, and the packages that provide them.

Contributing

Please read CONTRIBUTING if you wish to add a new vector class.

Table of Contents

Numbers

Classes that wrap numbers.

  • num - Numbers with formatting: 1.00

Date and time

Classes that wrap dates and times.

  • term - Represent ordinal academic semesters: 20164

Strings

Classes that wrap character strings.

  • char - Strings with minimum width and custom abbreviation: abc…xyz

Compound

Classes that wrap complex objects.

Computing

Classes related to computing

Geospatial

Classes related to geospatial

Internal

Classes implemented by packages for their own use

Colours

Classes related to colours

Resources

Books

Repositories

  • vctrs: simplifies creating vector classes

Blog posts

Talks

License

cc license

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International license.

About

A curated list of amazingly awesome R vector classes