-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 720 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 720 Bytes
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
Package: RPamisc
Type: Package
Title: This package contains miscellaneous functions that intend to make using R
a little easier
Version: 0.3
Date: 2023-08-01
Authors@R: c(person("Rollie", "Parrish", email = "rparrish@flightweb.com", role = c("aut", "cre")), person("Thomas", "Huang", role = "ctb"), person("Glenn", "Doherty", role = "ctb"))
Description: It includes functions for sql queries, data analysis and graphics.
License: MIT + file LICENSE
Depends: R (>= 4.0)
VignetteBuilder:
knitr,
quarto
Suggests:
knitr,
DBI,
fs,
rstudioapi,
odbc,
rmarkdown
Imports:
dplyr,
ggplot2,
lattice,
tidyr,
magrittr
RoxygenNote: 7.3.2
URL: http://rparrish.github.io/RPamisc/