-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.24 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.24 KB
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
Package: vecvec
Title: Construct Mixed Type Data Structures with Vectors of Vectors
Version: 0.2.1.9000
Authors@R: c(
person(
given = "Mitchell",
family = "O'Hara-Wild",
role = c("aut", "cre"),
email = "mail@mitchelloharawild.com",
comment = c(ORCID = "0000-0001-6729-7695")
))
Description: Mixed type vectors are useful for combining semantically similar
classes. Some examples of semantically related classes include time across
different granularities (e.g. daily, monthly, annual) and probability
distributions (e.g. Normal, Uniform, Poisson). These groups of vector types
typically share common statistical operations which vary in results with the
attributes of each vector. The 'vecvec' data structure facilitates efficient
storage and computation across multiple vectors within the same object.
License: MIT + file LICENSE
Imports:
rlang,
S7,
stats,
vctrs
Suggests:
lifecycle,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://pkg.mitchelloharawild.com/vecvec/, https://github.com/mitchelloharawild/vecvec
BugReports: https://github.com/mitchelloharawild/vecvec/issues
Config/roxygen2/version: 7.3.3.9000