https://github.com/kenf1/kqol
The Package: R edition
https://github.com/kenf1/kqol
r r-package
Last synced: about 2 months ago
JSON representation
The Package: R edition
- Host: GitHub
- URL: https://github.com/kenf1/kqol
- Owner: kenf1
- License: gpl-3.0
- Created: 2023-06-03T12:02:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T22:21:03.000Z (6 months ago)
- Last Synced: 2025-02-09T10:14:15.539Z (3 months ago)
- Topics: r, r-package
- Language: R
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/kenf1/kqol/releases) [](https://www.gnu.org/licenses/gpl-3.0) [](https://vignettes.netlify.app/kqol)
#### R package containing KF's frequently-used custom functions and templates.
For more infomation, visit [kqol Documentation](https://vignettes.netlify.app/kqol).
### To install:
Devtools R package is required.
```R
install.packages("devtools")
``````R
devtools::install_github("kenf1/kqol")
```