-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
25 lines (25 loc) · 888 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
Package: poorman
Type: Package
Title: A Poor Man's Dependency Free Recreation of 'dplyr'
Version: 0.2.7
Authors@R: c(
person("Nathan", "Eastwood", "", "[email protected]",
role = c("aut", "cre")),
person("Etienne", "Bacher", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-9271-5075")))
Maintainer: Nathan Eastwood <[email protected]>
Description: A replication of key functionality from 'dplyr' and the wider 'tidyverse' using only 'base'.
URL: https://nathaneastwood.github.io/poorman/, https://github.com/nathaneastwood/poorman
BugReports: https://github.com/nathaneastwood/poorman/issues
Depends: R (>= 3.3)
Suggests:
knitr,
rmarkdown,
roxygen2,
tinytest
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Language: en-GB