-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.1 KB
/
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
31
32
33
34
35
36
37
38
Package: FastUtils
Type: Package
Title: Fast, Readable Utility Functions
Version: 0.2.1
Date: 2024-08-17
Authors@R: c(person("Qile", "Yang", email = "[email protected]", role = c("cre","aut","cph")))
Maintainer: Qile Yang <[email protected]>
Description: A wide variety of tools for general data analysis, wrangling, spelling, statistics, visualizations, package development, and more. All functions have vectorized implementations whenever possible. Exported names are designed to be readable, with longer names possessing short aliases.
BugReports: https://github.com/Qile0317/FastUtils/issues/
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Imports:
assertthat,
BiocManager,
cli,
devtools,
dplyr,
ggplot2,
hash,
lifecycle,
methods,
Rcpp (>= 1.0.12),
rlang,
testthat,
usethis
LinkingTo: Rcpp
Suggests:
covr,
knitr,
rmarkdown,
spelling,
lintr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://github.com/Qile0317/FastUtils, https://qile0317.github.io/FastUtils/