Skip to content
/ asmisc Public

🧰 Miscellaneous R utility functions

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

svraka/asmisc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🧰 Miscellaneous R utility functions

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Languages