Skip to content

Commit

Permalink
update renv lock file and description file
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioZandonella committed Oct 5, 2021
1 parent f3ece24 commit e4bb3c9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 208 deletions.
20 changes: 15 additions & 5 deletions DESCRIPTION
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",
Expand All @@ -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:
Expand All @@ -30,13 +35,17 @@ Imports:
bookdown,
brms,
car,
condMVNorm,
drake,
emmeans,
ggridges,
glmmTMB,
gridExtra,
kableExtra,
mclust,
mvtnorm,
performance,
pscl,
rmarkdown,
sciplot,
visNetwork
Suggests:
knitr,
Expand All @@ -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/
Loading

0 comments on commit e4bb3c9

Please sign in to comment.