-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update renv lock file and description file
- Loading branch information
1 parent
f3ece24
commit e4bb3c9
Showing
2 changed files
with
36 additions
and
208 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,6 +1,6 @@ | ||
Package: Attachment | ||
Type: Package | ||
Title: What the Package Does (Title Case) | ||
Title: Evaluating Informative Hypotheses With Equality and Inequality Constraint: The Bayes Factor Encompassing Prior Approach | ||
Version: 0.1.0 | ||
Author@R: | ||
c(person(given = "Claudio", | ||
|
@@ -12,15 +12,20 @@ Author@R: | |
family = "Marci", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-2813-0312")) | ||
comment = c(ORCID = "0000-0002-2813-0312")), | ||
person(given = "Pietro", | ||
family = "De Carli", | ||
role = c("aut"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-6538-2175")), | ||
person(given = "Gianmarco", | ||
family = "Altoè", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1154-9528")) | ||
) | ||
Maintainer: Claudio Zandonella Callegher <[email protected]> | ||
Description: Analysis of atttachemnet theory | ||
Description: In this repository we collect all the material of the study “Evaluating Informative Hypotheses With Equality and Inequality Constraint: The Bayes Factor Encompassing Prior Approach”. The aim of the paper is to provide a clear and detailed description of the Bayes Factor with the encompassing prior approach considering an applied example regarding attachment theory. The pre-print version of the article is available at [TODO: add link]. The Supplemental Material with all the analyses is available at https://claudiozandonella.github.io/Attachment/. | ||
License: | ||
Encoding: UTF-8 | ||
Depends: | ||
|
@@ -30,13 +35,17 @@ Imports: | |
bookdown, | ||
brms, | ||
car, | ||
condMVNorm, | ||
drake, | ||
emmeans, | ||
ggridges, | ||
glmmTMB, | ||
gridExtra, | ||
kableExtra, | ||
mclust, | ||
mvtnorm, | ||
performance, | ||
pscl, | ||
rmarkdown, | ||
sciplot, | ||
visNetwork | ||
Suggests: | ||
knitr, | ||
|
@@ -46,3 +55,4 @@ Config/testthat/edition: 3 | |
RoxygenNote: 7.1.1 | ||
Roxygen: list(markdown = TRUE) | ||
VignetteBuilder: knitr | ||
URL: https://github.com/claudiozandonella/Attachment/, https://claudiozandonella.github.io/Attachment/ |
Oops, something went wrong.