Skip to content

Commit 1fad803

Browse files
committed
Removed ggjoy from DESCRIPTION.
1 parent 3a892c3 commit 1fad803

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CRAN-RELEASE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
This package was submitted to CRAN on 2022-04-04.
2-
Once it is accepted, delete this file and tag the release (commit c423777).

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: hdpGLM
22
Title: Hierarchical Dirichlet Process Generalized Linear Models
3-
Version: 1.0.3
3+
Version: 1.0.4
44
Authors@R: c(person(given="Diogo", family="Ferrari", email="diogoferrari@gmail.com", role=c("aut", "cre")))
55
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>.
66
Depends: R (>= 3.3.3)
@@ -14,7 +14,6 @@ Imports: coda,
1414
data.table,
1515
dplyr,
1616
formula.tools,
17-
ggjoy,
1817
ggplot2,
1918
stringr,
2019
ggridges,

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# hdpGLM (development version)
22

3+
# hdpGLM 1.0.4
4+
- Removed ggjoy from DESCRIPTION. The package is not being used.
5+
36
# hdpGLM 1.0.3
47

58
- This is a minor release with typos corrected and the inclusion of information regarding the publication of the package in the Journal of Statistical Software (10.18637/jss.v107.i10)

0 commit comments

Comments
 (0)