-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.14 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: extendedRef
Type: Package
Title: Reference Classes with Static and Private Variables
Version: 0.1.0
Author: Andrew Redd
Maintainer: Andrew Redd <andrew.redd@hsc.utah.edu>
Description: Provides the support for reference classes that can contain
static variables (variables that are common to all objects),
constant static variables ad private methods (methods that are hidden
from the public interface, but not necessarily inaccessible).
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R(>= 3.5.0)
Imports:
assertthat,
methods,
pkgcond,
purrr,
rlang,
stats,
utils
Suggests:
covr,
knitr,
testthat,
withr
Language: en-US
Roxygen: list(markdown = TRUE, roclets = c("rd"))
RoxygenNote: 6.1.1
URL: https://github.com/RDocTaskForce/extendedRef
VignetteBuilder: knitr
Remotes:
klutometis/roxygen,
r-lib/pkgload
Collate:
'utils.R'
'util-insert_parent_env.R'
'util-make_class_optional.R'
'TypedEnvironment.R'
'static_variables.R'
'MethodsLibrary.R'
'private_methods.R'
'static_methods.R'
'StaticTriad.R'
'ExtendedRefClass.R'
'setExtendedRefClass.R'
'RefVector.R'