Skip to content

Commit

Permalink
Updated website with badge
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoFerrari committed Nov 11, 2020
1 parent 62395d2 commit e000368
Show file tree
Hide file tree
Showing 59 changed files with 1,703 additions and 782 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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>.
Depends: R (>= 3.3.3)
License: MIT + file LICENSE
URL: https://github.com/DiogoFerrari/hdpGLM
URL: https://github.com/DiogoFerrari/hdpGLM, http://www.diogoferrari.com/hdpGLM/
BugReports: https://github.com/DiogoFerrari/hdpGLM/issues
Encoding: UTF-8
LazyData: true
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@ Analysis](https://www.cambridge.org/core/journals/political-analysis), Volume 28

Instalation
===========
From [CRAN](https://cran.r-project.org/web/packages/hdpGLM/index.html)

```
install.packages("hdpGLM")
```

To install the development version, use:

```
devtools::install_github("DiogoFerrari/hdpGLM")
# If you don't want to update the dependencies, use: (you may need to install some dependencies manually)
devtools::install_github("DiogoFerrari/hdpGLM", dependencies=F)
Expand Down
32 changes: 21 additions & 11 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 21 additions & 11 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e000368

Please sign in to comment.