Skip to content

Commit

Permalink
Version JSS (website)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoFerrari committed Oct 12, 2023
1 parent f6cbc52 commit 88c614b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ cran-comments.md
^data-raw$
^doc$
^Meta$
^\.github$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ inst/doc
# docs
/doc/
/Meta/
docs
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Authors@R: c(person(given="Diogo", family="Ferrari", email="diogoferrari@gmail.c
Description: Implementation of MCMC algorithms to estimate the Hierarchical Dirichlet Process Generalized Linear Model (hdpGLM) presented in the paper Ferrari (2020) Modeling Context-Dependent Latent Heterogeneity, Political Analysis <DOI:10.1017/pan.2019.13> and <doi:10.18637/jss.v107.i10>.
Depends: R (>= 3.3.3)
License: MIT + file LICENSE
URL: https://github.com/DiogoFerrari/hdpGLM, http://www.diogoferrari.com/hdpGLM/index.html
URL: https://github.com/DiogoFerrari/hdpGLM,
http://www.diogoferrari.com/hdpGLM/index.html,
http://www.diogoferrari.com/hdpGLM/
BugReports: https://github.com/DiogoFerrari/hdpGLM/issues
Encoding: UTF-8
LazyData: true
Expand Down
13 changes: 2 additions & 11 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
title: hdpGLM
url: http://diogoferrari.github.io/hdpGLM

url: http://www.diogoferrari.com/hdpGLM/
template:
params:
bootswatch: flatly

development:
mode: auto

authors:
Diogo Ferrari:
href: http://diogoferrari.com

navbar:
components:
articles:
text: Articles
menu:
- text: 'Paper'
- text: Paper
href: https://www.cambridge.org/core/journals/political-analysis/article/modeling-contextdependent-latent-effect-heterogeneity/B7B0AF067DF97A1A8F0B50646EF64F24
# right:
# text: Diogo Ferrari
# href: http://diogoferrari.com

# figures:
# dev: grDevices::png

0 comments on commit 88c614b

Please sign in to comment.