diff --git a/DESCRIPTION b/DESCRIPTION index 368d107..a3a9a97 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: rollinglda Type: Package Title: Construct Consistent Time Series from Textual Data -Version: 0.1.2 -Date: 2022-09-30 +Version: 0.1.3 +Date: 2023-11-27 Authors@R: person("Jonas", "Rieger", email="jonas.rieger@tu-dortmund.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0007-4478")) Description: A rolling version of the Latent Dirichlet Allocation, see Rieger et al. (2021) . By a sequential approach, it enables the construction of LDA-based time series of topics that are consistent with previous states of LDA models. After an initial modeling, updates can be computed efficiently, allowing for real-time monitoring and detection of events or structural breaks. URL: https://github.com/JonasRieger/rollinglda diff --git a/inst/CITATION b/inst/CITATION index 0c11f98..132ee1e 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -3,7 +3,7 @@ citHeader("To cite rollinglda in publications use:") year = sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date) vers = paste("R package version", meta$Version) -citEntry(entry = "Manual", +bibentry(bibtype = "Manual", title = "{rollinglda}: Construct Consistent Time Series from Textual Data", author = "Jonas Rieger", year = year,