-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try to work without std::make_unique [skip vbump] (#354)
- Loading branch information
1 parent
7d5502e
commit beeb7c7
Showing
6 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: mmrm | ||
Title: Mixed Models for Repeated Measures | ||
Version: 0.3.3.9000 | ||
Version: 0.3.4 | ||
Authors@R: c( | ||
person("Daniel", "Sabanes Bove", , "[email protected]", role = c("aut", "cre")), | ||
person("Julia", "Dedic", , "[email protected]", role = "aut"), | ||
|
@@ -72,7 +72,7 @@ Suggests: | |
microbenchmark, | ||
mockery, | ||
parallelly (>= 1.32.0), | ||
parsnip (>= 1.0.4), | ||
parsnip (>= 1.1.0), | ||
purrr, | ||
rmarkdown, | ||
sasr, | ||
|
@@ -97,7 +97,6 @@ LazyData: true | |
NeedsCompilation: yes | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
SystemRequirements: C++14 | ||
Collate: | ||
'between-within.R' | ||
'catch-routine-registration.R' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# mmrm 0.3.3.9000 | ||
# mmrm 0.3.4 | ||
|
||
### New Features | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
CXX_STD = CXX14 | ||
PKG_CXXFLAGS = -D TMBAD_FRAMEWORK -D EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters