Skip to content

Commit 5949456

Browse files
committed
docs: comply with CRAN's policies p3
1 parent 6e2a9a9 commit 5949456

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Facebook, Inc. and its affiliates.
3+
Copyright (c) Meta Platforms, Inc. and its affiliates.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

R/DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Authors@R: c(
66
person("Gufeng", "Zhou", , "gufeng@fb.com", c("aut")),
77
person("Leonel", "Sentana", , "leonelsentana@fb.com", c("aut")),
88
person("Igor", "Skokan", , "igorskokan@fb.com", c("aut")),
9-
person("Bernardo", "Lares", , "bernardolares@fb.com", c("cre","aut")))
9+
person("Bernardo", "Lares", , "bernardolares@fb.com", c("cre","aut")),
10+
person("Meta Platforms, Inc.", role = c("cph", "fnd")))
1011
Maintainer: Bernardo Lares <bernardolares@fb.com>
1112
Description: Semi-Automated Marketing Mix Modeling (MMM) aiming to reduce human bias by means of ridge regression and evolutionary algorithms, enables actionable decision making providing a budget allocation and diminishing returns curves and allows ground-truth calibration to account for causation.
1213
Depends:
13-
R (>= 4.0)
14+
R (>= 4.0.0)
1415
Imports:
1516
data.table,
1617
doParallel,
@@ -44,4 +45,3 @@ RoxygenNote: 7.1.2
4445
License: MIT + file LICENSE
4546
Encoding: UTF-8
4647
LazyData: true
47-
Config/testthat/edition: 3

R/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
YEAR: 2020-present
3-
COPYRIGHT HOLDER: Facebook, Inc.
3+
COPYRIGHT HOLDER: Meta Platforms, Inc.

0 commit comments

Comments
 (0)