-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
26 lines (26 loc) · 958 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
Package: vecsymr
Title: Vector Symbolic Architecture (VSA) primitives for experimentation
Version: 0.0.0.9000
Authors@R:
person("Ross", "Gayler", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4679-585X"))
Description: Implements Vector Symbolic Architecture (VSA) primitives to
support experimentation. Design choices are Ross Gayler's personal
preferences for a simple experimental system (the VSA equivalent of the
geneticist's fruitfly). Vector elements are phasors (unit magnitude complex
numbers). There are some extra features intended to support non-negativity.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
covr,
testthat (>= 3.1.5),
rlang,
withr
Config/testthat/edition: 3
URL: https://github.com/rgayler/vecsymr
BugReports: https://github.com/rgayler/vecsymr/issues
Imports:
checkmate,
lifecycle