weecology / LDATS

Latent Dirichlet Allocation coupled with Bayesian Time Series analyses
https://weecology.github.io/LDATS
Other
25 stars 5 forks source link

LDATS 0.2.0 #131

Closed juniperlsimonis closed 5 years ago

juniperlsimonis commented 5 years ago

API updates

Fixed and updated example code to improve user experience

Updated calculation of the number of observations in LDA

Fixed bug in plotting across multiple outputs

Renamed functions

Simulate functions

Improved pkgdown site

juniperlsimonis commented 5 years ago

@renata I tagged you as a reviewer as I'd like to make sure the update to the API works smoothly for your integration with MATSS and to make sure that I've covered all the updates that need to happen with the vignettes. I'm not completely done with this PR yet, but take a look and let me know what you think.

codecov-io commented 5 years ago

Codecov Report

Merging #131 into master will increase coverage by 0.38%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
+ Coverage   97.18%   97.56%   +0.38%     
==========================================
  Files          10       11       +1     
  Lines        1030     1191     +161     
==========================================
+ Hits         1001     1162     +161     
  Misses         29       29
Impacted Files Coverage Δ
R/simulate.R 100% <100%> (ø)
R/LDA_TS.R 100% <100%> (ø) :arrow_up:
R/utilities.R 100% <100%> (ø) :arrow_up:
R/multinom_TS.R 100% <100%> (ø) :arrow_up:
R/LDA_TS_plots.R 94.44% <100%> (ø) :arrow_up:
R/TS_plots.R 88.17% <100%> (+0.12%) :arrow_up:
R/TS_on_LDA.R 99.35% <100%> (+0.04%) :arrow_up:
R/TS.R 98.68% <100%> (+0.1%) :arrow_up:
R/LDA_plots.R 98.86% <100%> (ø) :arrow_up:
R/ptMCMC.R 99.46% <100%> (+0.03%) :arrow_up:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8fe7099...8d079b6. Read the comment docs.

juniperlsimonis commented 5 years ago

@diazrenata i've got all of the updates for v0.2.0 that i wanted to get to in here, so please take a look when you can and let me know what you think/if i need to change anything. the changes to the api will break pipelines based v0.1.0, so i want to make sure you're squared away before we merge in