https://github.com/krlmlr/kimisc
Kirill's miscellaneous functions
https://github.com/krlmlr/kimisc
Last synced: 5 days ago
JSON representation
Kirill's miscellaneous functions
- Host: GitHub
- URL: https://github.com/krlmlr/kimisc
- Owner: krlmlr
- License: other
- Created: 2013-01-24T14:48:17.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T00:51:31.000Z (4 months ago)
- Last Synced: 2025-03-28T21:02:49.596Z (23 days ago)
- Language: R
- Homepage: http://krlmlr.github.io/kimisc/
- Size: 3.89 MB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - krlmlr/kimisc - Kirill's miscellaneous functions (R)
README
# kimisc
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://github.com/krlmlr/kimisc/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/krlmlr/kimisc)
[](https://CRAN.R-project.org/package=kimisc)A collection of useful functions not found anywhere else.
## Installation
You can install the development version of kimisc from
[GitHub](https://github.com/) with:``` r
# install.packages("pak")
pak::pak("krlmlr/kimisc")
```