-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.29 KB
/
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
Package: admisc
Version: 0.36.1
Title: Adrian Dusa's Miscellaneous
Authors@R: person(given = "Adrian", family = "Dusa",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3525-9253"))
Depends: R (>= 3.5.0)
Imports: methods
Suggests: QCA (>= 3.7)
Description: Contains functions used across packages 'DDIwR', 'QCA' and 'venn'.
Interprets and translates, factorizes and negates SOP - Sum of Products
expressions, for both binary and multi-value crisp sets, and extracts
information (set names, set values) from those expressions. Other functions
perform various other checks if possibly numeric (even if all numbers reside
in a character vector) and coerce to numeric, or check if the numbers are
whole. It also offers, among many others, a highly versatile recoding
routine and some more flexible alternatives to the base functions 'with()'
and 'within()'.
SOP simplification functions in this package use related minimization from
package 'QCA', which is recommended to be installed despite not being listed
in the Imports field, due to circular dependency issues.
License: GPL (>= 3)
URL: https://github.com/dusadrian/admisc
BugReports: https://github.com/dusadrian/admisc/issues