-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 935 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
31
32
33
34
35
36
37
38
Package: polyply
Type: Package
Title: Manipulate Multiple Data-frames In A Pipeline
Version: 0.1.0
Author: Russ Hyde, University of Glasgow
Maintainer: Russ Hyde <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
URL: https://github.com/russHyde/polyply
BugReports: https://github.com/russHyde/polyply/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4)
Suggests: testthat, lintr,
tibble,
knitr,
rmarkdown,
covr,
ggplot2
RoxygenNote: 6.0.1
Imports: purrr,
methods,
rlang,
tidygraph,
dplyr,
magrittr
Collate:
'polyply_activate.R'
'polyply_data.R'
'polyply_data_validity.R'
'polyply_dplyr_call.R'
'polyply_dplyr_verbs.R'
'polyply_merge_functions.R'
'polyply_poly_frame.R'
'polyply_purrr_verbs.R'
VignetteBuilder: knitr