-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 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
26
27
28
29
30
31
32
33
34
Package: trafo
Type: Package
Title: Transformation Toolset for Vectors, Matrices, Lists and Data Frames
Version: 0.2.3
Maintainer: Piotr Tymoszuk <[email protected]>
Description: The package provides tools for transformation and inter-conversion
of vectors, matrices, lists and data frames, which expand the
tidyverse environment.
License: GPL-3
Encoding: UTF-8
LazyData: true
Authors@R:
person("Piotr", "Tymoszuk", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0398-6034"))
Imports:
dplyr,
purrr,
tibble,
figur
RoxygenNote: 7.2.3
Collate:
'generics.R'
'blast_methods.R'
'compress_methods.R'
'exchange_methods.R'
'functions.R'
'imports.R'
'names_methods.R'
'rbind_methods.R'
'reglook_methods.R'
'safe_transformation.R'
'utils.R'
Depends:
rlang