Skip to content
Permalink
master

Commits on Jul 27, 2020

  1. CRAN package version (#25)

    * Added legend to plots for categories
    * Added SnowballC to packages
    * Removed iconv calls
    * Added seed and random color controls to wordcloud
    * Added a few more options for text analysis corpus
    * Cleaned up word cloud options
    * Updated documentation
    * Added new font for plots with MacOS
    * Added text analysis word length slider
    * Reworked text corpus functions
    * Added arial unicode ms font a macos option
    * Fixed some error conditions for sentiment plots
    * Update cran-comments.md
    mishoryu committed Jul 27, 2020

Commits on Jul 19, 2020

  1. Update README.md

    mishoryu committed Jul 19, 2020
  2. CRAN package version (#24)

    * Set if graphs are directed
    * Remove arrows for undirected. Summarise visNetwork plot only if multi-edge de-selected.
    * Update README.md
    mishoryu committed Jul 19, 2020

Commits on Jun 14, 2020

  1. Removed custom classes from processing dfs (#23)

    Additional classes assigned to collect dataframes for S3 routing started causing dplyr and vctrs inheritence issues. They are causing errors loading data into DT's.
    mishoryu committed Jun 14, 2020

Commits on May 20, 2020

  1. CRAN package version (#22)

    * Updated pkgdown
    * Added favicon back into app
    * Updated documentation
    * Minor code additions to popovers and semantic network ui
    * Update cran-comments.md
    mishoryu committed May 20, 2020

Commits on Apr 8, 2020

  1. Update index.html

    Replaced pkgdown apostrophe errors.
    mishoryu committed Apr 8, 2020
  2. Updated pkgdown site (#21)

    * Added edge arrows back into visNetwork plot
    * Minor code refactoring
    * Removed previous vosonSML support
    * Added hex sticker to package
    * Updated pkgdown site
    mishoryu committed Apr 8, 2020
  3. Added hex sticker to package images

    mishoryu committed Apr 8, 2020

Commits on Feb 19, 2020

  1. Minor graph plot updates (#20)

    * Added option to use vertex colors from graphml
    * Made selected label names in visnetwork consistent
    * Added a checkbox to display node id or index on node
    * Display plot seed value
    * Added some graph layout features
    * Selecting nodes in visnetwork will now select / deselect them in DT
    * Added Graphopt layout parameters and niter for FR graphs
    * Disabled row selection for edges in DT
    * Reddit multiple threads split to new lines in arguments box
    * Default data columns for reddit modified
    * Updated documentation
    mishoryu committed Feb 19, 2020

Commits on Feb 17, 2020

  1. Update README.md

    mishoryu committed Feb 17, 2020

Commits on Jan 27, 2020

  1. Updated reddit url check (#19)

    * Moved rtweet to suggests and added package check
    * Updated reddit url check regex
    * Update README.md
    * Minor update to pkgdown css
    mishoryu committed Jan 27, 2020

Commits on Nov 23, 2019

  1. CRAN version (#18)

    * Update cran-comments.md
    * Updated CRAN notes and README
    mishoryu committed Nov 23, 2019

Commits on Nov 13, 2019

  1. Renamed bimodal network to twomode (#17)

    * Changed bimodal to twomode
    * Added frequency sliders to twitter semantic network
    * Fixed small issue with collection buttons
    * Updated version and news
    mishoryu committed Nov 13, 2019

Commits on Nov 4, 2019

  1. Update index.html

    mishoryu committed Nov 4, 2019
  2. Update README.md

    mishoryu committed Nov 4, 2019
  3. Delete network-graphs-1425x848.jpg

    mishoryu committed Nov 4, 2019
  4. Updated VOSONDash to support vosonSML v0.29 (#16)

    * Add Create Network tab and options
    * Add network download options
    * Disabled create network tabs for previous vosonSML version
    * Updated documentation
    * Fixed console scroll
    * Updated and removed README images from package to pkgdown site
    mishoryu committed Nov 4, 2019
  5. Add files via upload

    mishoryu committed Nov 4, 2019
  6. Create readme.txt

    mishoryu committed Nov 4, 2019
  7. Delete network-graphs-1425x848.jpg

    mishoryu committed Nov 4, 2019
  8. Added network graph image

    mishoryu committed Nov 4, 2019

Commits on Sep 6, 2019

  1. Update README.md

    mishoryu committed Sep 6, 2019
  2. Update README.md

    mishoryu committed Sep 6, 2019

Commits on Aug 9, 2019

  1. CRAN version and minor updates (#11)

    * Normalized vertex sizes in plots
    * Fixed use_density variable name
    * Reduced size of demo select names
    * Hides demo box when importing new data
    * Attempted to clean up pruning. Pruning would not update components range sometimes leading to empty graphs because nodes outside of range.
    * Moved network metrics to package function
    * Added new graph layouts and tooltips
    * Added long form popper javascript library
    * Updated NEWS.md and cran-comments.md
    * Added loadDemoGraph function
    * Fixed CRAN links in README.md
    * CRAN fixes for cat and installed.packages
    * Startup and keys changes
    * Rewrote windows font warning fix for graph plot
    * Updated igraphPlot.R
    * Changed to shinyOptions on startup
    * Minor documentation changes
    mishoryu committed Aug 9, 2019

Commits on Jul 24, 2019

  1. Update README.md

    vosonlab committed Jul 24, 2019

Commits on Jul 19, 2019

  1. Update index.html

    mishoryu committed Jul 19, 2019
  2. Update README.md

    mishoryu committed Jul 19, 2019

Commits on Jul 16, 2019

  1. Converted app into an R package (#10)

    * Restructured for package
    * Working package
    Uses the users home directory for keys file instead of working directory.
    * Further minor changes for package version
    Added app name to twitter key fields.
    * Create .Rbuildignore
    * Integrated twitter token management
    * Minor utils tidy
    Enabled token save and load button
    * Further tidying of api keys section
    * Sentiment analysis plot style similar to other text analysis plots
    * Shortened the run function
    * Removed redundant text analysis plots
    Removed redundant plots to make it more clear as to the relationship between the selected network graph, controls and text analysis plots in the apps current working state.
    * Added interface to load demonstration graphml files
    Package interface to load demo files, also loads accompanying text files as description.
    * Fixed bug that caused "All" category plots to render multiple times
    * Network summary now a graph overlay
    Fixed a couple of warnings when creating graph data frames. Removed D3 networks for the time being.
    * Changed selected row and vertex highlighting colors
    * Selected nodes highlighted on visNetwork
    Reduced size of dashboard header and some titles.
    * Added plot height select for igraph plots
    * Added resize of graph plot area for visNetwork
    * Moved graph plot generation into their own files
    * Better positioned graph summaries
    * Added select by group option to visNetwork plot
    visNetwork canvas is still off in height pushing out the tab panel.
    * Fixed visNetwork canvas problems
    * Started addressing pruning and component issue
    * Added some test graphml
    * Fixed visOption warnings
    Removed dependencies parameter from install.packages command for missing packages.
    * Fixed package dependencies and imports
    * Removed color logic from text analysis plots
    * Repositioned console functions
    * Replaced some text analysis plot metadata with named lists
    Easier to read than nested indexes.
    * Some clean up of variable naming
    * Further tidying and variable name changes
    * Sentiment analysis split into two charts
    * Package cleanup and pkgdown site
    * Updated version and documentation
    * Fixed vattr in applyCategoricalFilters
    * Reworked sentiment analysis charts
    Fixed a bug in youtube collection button event.
    * Minor update to sentiment plots
    Fixed user paths for keys and token files displayed in API Keys section. Detects and outputs app version number automatically.
    mishoryu committed Jul 16, 2019

Commits on Jun 12, 2019

  1. Update README.md

    mishoryu committed Jun 12, 2019
  2. Update README.md

    mishoryu committed Jun 12, 2019

Commits on May 4, 2019

  1. Updated collected data presentation and app package management (#9)

    * Simple sentiment analysis using the NRC Emotion lexicon of syuzhet package
    * Added collection data column selection and column search filters for all social media
    * Added DT column filters to Network Graphs section
    * Added favicons and changed the home and header glyph icons
    * Reduced the size of the labels on collection download buttons and added mouseover titles
    * Increased visNetwork HTML output plot size
    * Added visNetwork graph controls
    * Modularized data collection buttons and actions
    * Added some package checking and startup output
    * Moved all library loading to packages file that is sourced by global
    * Checks non-server version before producing startup output
    * Shiny session now stops if browser is closed
    * Stopped shiny app from starting if missing packages
    * Updated youtube id regex to specify 11 chars long
    * Fixes to youtube max count ui validation
    * Refactored console argument output for both youtube and reddit
    * Fixed argument error when max comments field empty
    mishoryu committed May 4, 2019

Commits on May 3, 2019

  1. Update issue templates

    vosonlab committed May 3, 2019
  2. Update issue templates

    vosonlab committed May 3, 2019

Commits on Mar 11, 2019

  1. Updated twitter and reddit collection options and UI (#7)

    * Added twitter retry on rate limit option
    * Reverted reddit to use cleanText parameter in network creation
    * Added button to clear collection consoles
    * Moved vosonSML version number to console output
    mishoryu committed Mar 11, 2019

Commits on Feb 25, 2019

  1. Increased graphml file upload max limit (#5)

    * Increased the max limit of graphml file uploads to 128mb.
    * Explicitly converted reddit text data to utf8 to remove DT search warnings.
    mishoryu committed Feb 25, 2019
Older
You can’t perform that action at this time.