-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
19 lines (19 loc) · 737 Bytes
/
DESCRIPTION
File metadata and controls
19 lines (19 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: binaryLogic
Title: Binary Logic
Description: Provides the binary S3 class. The instance of binary is used to convert a decimal number (Base10) to a binary number (Base2). The Class provides some features e.G. shift(), rotate(), summary(). Based on logical vectors.
Version: 0.3.9
Authors@R: c(
person("Daniel", "Dörrhöfer", email = "ddo@openmailbox.org", role = c("aut", "cre")),
person("Aaron", "Rudkin", email = "rudkin@ucla.edu", role = "ctb")
)
Maintainer: Daniel Dörrhöfer <ddo@openmailbox.org>
URL: https://github.com/d4ndo/binaryLogic
BugReports: https://github.com/d4ndo/binaryLogic/issues
Depends:
R (>= 3.0.2)
Suggests:
testthat
License: GPL-3
LazyData: true
Encoding: UTF-8
RoxygenNote: 5.0.1