Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.49 KB

asmisc

R-CMD-check CRAN

A small collection of utility functions for personal use.

Installation

I have no intention of keeping the package in sort of stable state. The recommended way to use it in a project is to pin it to a specific commit with renv. With that in mind, you can install asmisc from GitHub with:

remotes::install_github("svraka/asmisc")

Or:

renv::install("github::svraka/asmisc")

A note on dependencies

This package is a collection of heterogeneous functionality, extending various packages with wrappers and helpers. Thus none of this package's dependencies are true hard dependencies. Nevertheless, some packages are kept under Imports. My projects always use the tidyverse and targets, almost always use Arrow, data.table, fixest, and DeclareDesign. The first two cover almost all dependencies of this package (directly, or indirectly) and are under Imports. Anything else is under Suggests.