-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.13 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: ddd
Type: Package
Title: Build Applications that Match their Business Domain
URL: https://tidylab.github.io/ddd/, https://github.com/tidylab/ddd
BugReports: https://github.com/tidylab/ddd/issues
Version: 0.0.5
Date: 2020-07-25
Authors@R: c(
person("Harel", "Lustiger", email = "tidylab@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2953-9598"))
)
Maintainer: Harel Lustiger <tidylab@gmail.com>
Description: Put Domain Driven Design (DDD) to practice on analytic projects in
R. This package includes key DDD classes for instantiating domain objects including
Entities, Value Objects, and Domain Services. See the package website for more information.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE, r6 = TRUE)
VignetteBuilder: knitr
Language: en-GB
Depends:
R (>= 3.5)
Suggests:
testthat,
withr,
rmarkdown,
knitr
Imports:
assertthat,
fs,
glue,
purrr,
R6,
R6DS,
R6P,
snakecase,
stringr
Remotes:
tidylab/R6P
Config/testthat/edition: 3