Skip to content

Commit

Permalink
fix spelling; cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Jan 23, 2015
1 parent ee0cc5a commit 79f0fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"), email =
email = "kshirley@research.att.com"))
Description: Tools to create an interactive web-based visualization of a
topic model that has been fit to a corpus of text data using
Latent Dirichlet Allocation (LDA). Given the estimated paramters of
Latent Dirichlet Allocation (LDA). Given the estimated parameters of
the topic model, it computes various summary statistics as input to
an interactive visualization built with D3.js that is accessed via
a browser. The goal is to help users interpret the topics in their
Expand Down
25 changes: 1 addition & 24 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,4 @@
* win-builder (devel and release)

## R CMD check results
There were no ERRORs or WARNINGs.

There was 1 NOTE:

* checking installed package
size ... NOTE
installed size is 5.6Mb

sub-directories of 1Mb or more:
data
5.1Mb

The files in data/ are output from LDA
models applied to several popular data-sets in the
text mining community. We use this output to teach
users how to go from their fitted model to a
corresponding visualization created with LDAvis as
well as to provide interesting
examples.

http://cpsievert.github.io/LDAvis/newsgroup/newsgroup.html
http://cpsievert.github.io/LDAvis/reviews/reviews.html
http://cpsievert.github.io/LDAvis/Jeopardy/vis
http://cpsievert.github.io/LDAvis/AP/vis
There were no ERRORs, WARNINGs or NOTEs.

0 comments on commit 79f0fa6

Please sign in to comment.