-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 899 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 899 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
29
30
31
Package: narray
Title: Subset- And Name-Aware Array Utility Functions
Version: 0.5.2
Authors@R: c(
person('Michael', 'Schubert', email='mschu.dev@gmail.com',
role = c('aut', 'cre', 'cph'),
comment = c(ORCID='0000-0002-6862-5221')))
Maintainer: Michael Schubert <mschu.dev@gmail.com>
Description: Stacking arrays according to dimension names, subset-aware
splitting and mapping of functions, intersecting along arbitrary
dimensions, converting to and from data.frames, and many other helper
functions.
URL: https://github.com/mschubert/narray
BugReports: https://github.com/mschubert/narray/issues
Depends:
R (>= 3.6.2)
LinkingTo: Rcpp
Imports:
progress,
Rcpp,
stats,
stringr,
utils
License: Apache License (== 2.0) | file LICENSE
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.2.1