Skip to content

Commit c3fbabc

Browse files
Merge pull request #124 from weecology/paper-comparison-vignette-patch
paper-comparison vignette
2 parents bf918db + fca81b5 commit c3fbabc

24 files changed

Lines changed: 469 additions & 2297 deletions

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
^Meta$
22
^doc$
3-
^manuscript$
3+
^LDATS_model.pdf$
44
^.travis.yml$
55
^.*\.Rproj$
66
^\.Rproj\.user$

.zenodo.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"title": "Latent Dirichlet Allocation coupled with Bayesian Time Series analyses",
3+
"creators": [
4+
{
5+
"affiliation": "University of Florida",
6+
"name": "Juniper L. Simonis",
7+
"orcid": "0000-0001-9798-0460"
8+
},
9+
{
10+
"affiliation": "University of Florida",
11+
"name": "Erica M. Christensen",
12+
"orcid": "0000-0002-5635-2502"
13+
},
14+
{
15+
"affiliation": "University of Florida",
16+
"name": "David J. Harris",
17+
"orcid": "0000-0003-3332-9307"
18+
},
19+
{
20+
"affiliation": "University of Florida",
21+
"name": "Renata Diaz",
22+
"orcid": "0000-0003-0803-4734"
23+
},
24+
{
25+
"affiliation": "University of Florida",
26+
"name": "Hao Ye",
27+
"orcid": "0000-0002-8630-1458"
28+
},
29+
{
30+
"affiliation": "University of Florida",
31+
"name": "Ethan P. White",
32+
"orcid": "0000-0001-6728-7745"
33+
},
34+
{
35+
"affiliation": "University of Florida",
36+
"name": "S. K. Morgan Ernest",
37+
"orcid": "0000-0002-6026-8530"
38+
}
39+
],
40+
"description": "Combines Latent Dirichlet Allocation and Bayesian Multinomial Time Series methods in a two-stage analysis to quantify dynamics in high-dimensional temporal data.",
41+
"keywords": [
42+
"ecology",
43+
"lda",
44+
"long-term",
45+
"parallel-tempering",
46+
"softmax",
47+
"time-series"
48+
],
49+
"access_right": "open",
50+
"license": "mit-license",
51+
"upload_type": "software"
52+
}

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: LDATS
22
Title: Latent Dirichlet Allocation coupled with Time Series analyses
3-
Version: 0.2.0
3+
Version: 0.2.1
44
Authors@R: c(
55
person(c("Juniper", "L."), "Simonis",
66
email = "juniper.simonis@weecology.org", role = c("aut", "cre"),
@@ -50,7 +50,10 @@ Suggests:
5050
pkgdown,
5151
rmarkdown,
5252
testthat,
53-
vdiffr (>= 0.3.0.9000)
53+
vdiffr (>= 0.3.0.9000),
54+
clue,
55+
RCurl,
56+
tidyr
5457
VignetteBuilder:
5558
knitr
5659
RoxygenNote: 6.1.1

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
Version numbers follow [Semantic Versioning](https://semver.org/).
44

5+
# [LDATS 0.2.1](https://github.com/weecology/ldats/releases/tag/v0.2.1)
6+
*2019-07-09*
7+
8+
## Vignette update
9+
* Incorporates Hao's feedback and edits on the paper comparison vignette
10+
* Updates the vignette to work with the contemporary version of the package
11+
* Allowed removal of the large model cache files
12+
13+
## Zenodo json
14+
* Inclusion of the json file for the Zenodo page
15+
16+
## Tidying of the model doc
17+
* The .pdf describing the model (the manuscript work in progress) is now at the top level and named "LDATS_model.pdf", to allow the full model description to remain stable while the ms development happens elsewhere.
18+
519
# [LDATS 0.2.0](https://github.com/weecology/ldats/releases/tag/v0.2.0)
620
*2019-07-09*
721

R/LDATS.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#' 2002) following Christensen \emph{et al.} (2018).
2727
#'
2828
#' @section Documentation:
29-
#' \href{https://bit.ly/2Jq73A5}{Technical mathematical manuscript}
29+
#' \href{https://bit.ly/30n9sRJ}{Technical mathematical manuscript}
3030
#' \cr \cr
3131
#' \href{https://bit.ly/2Jvj9GS}{End-user-focused vignette worked example}
3232
#' \cr \cr

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ high-dimensional data using a two-stage approach comprised of Latent
1212
Dirichlet Allocation (LDA) and Bayesian time series (TS) analyses.
1313

1414
For a full description of the math underlying the `LDATS` package, see the
15-
[*draft* technical manuscript](https://github.com/weecology/LDATS/blob/master/manuscript/simonis_et_al.pdf).
15+
[technical document](https://github.com/weecology/LDATS/blob/master/LDATS_model.pdf).
1616

1717
## Status: In Development, Stable Version Available Soon
1818

man/LDATS.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manuscript/Fig1.pptx

-79.2 KB
Binary file not shown.

manuscript/simonis_et_al.docx

-275 KB
Binary file not shown.

0 commit comments

Comments
 (0)