-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 887 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: garlic
Type: Package
Title: Some R Functions I Use Rather Frequently
Version: 0.1.0
Author: Harshvardhan <[email protected]>
Maintainer: Harshvardhan <[email protected]>
Description: These are some functions that I use very frequently in my projects. There are three
categories of functions: exploratory functions to check missing values and describe data,
visualisation functions for my ggplot2 themes and manipulative functions to modify selected
variables. See vignette for more details.
URL: https://github.com/harshvardhaniimi/garlic,
https://harshvardhaniimi.github.io/garlic/
BugReports: https://github.com/harshvardhaniimi/garlic/issues
Depends:
R (>= 4.0.0)
Imports:
ggplot2,
dplyr,
fs,
tibble,
tidyr,
knitr
License: GPL-3
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
rmarkdown