A small collection of utility functions for personal use.
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")
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
.