Skip to content
Permalink
master

Commits on Oct 2, 2020

  1. Updated data import sections of the vignette

    mishoryu committed Oct 2, 2020

Commits on Sep 26, 2020

  1. Minor updates to Collect dataframes

    Changed S3 appeneding to prepending of class names to Collect dataframes to avoid dplyr issues.
    Removed retryOnRateLimit set to FALSE if rate limit cannot be determined.
    S3 class names were being added to Collect dataframes after writeToFile. Should no longer be required to manually add class names or use ImportData to load RDS files in order to use previously saved data with Create functions.
    mishoryu committed Sep 26, 2020

Commits on Jul 22, 2020

  1. Update README.md

    mishoryu committed Jul 22, 2020

Commits on Jul 18, 2020

  1. CRAN package version (#40)

    * Updated documentation and added stopwords package as requirement for semantic networks.
    * Update cran-comments.md
    mishoryu committed Jul 18, 2020

Commits on Jun 18, 2020

  1. Updated create semantic network function documentation (#38)

    Also changed 'twomode' to '2-mode' where appropriate in documentation.
    mishoryu committed Jun 18, 2020

Commits on Jun 14, 2020

  1. Fixed issue with dplyr and custom class dataframes (#37)

    * Removed custom classes from processing dataframes. Additional classes assigned to collect dataframes for S3 routing started causing dplyr and vctrs inheritence issues.
    * Updated documentation
    mishoryu committed Jun 14, 2020

Commits on May 23, 2020

  1. Reddit bind_rows error fix (#36)

    * Fixed structure column as integer problem
    * Updated package version and added notes
    * Updated pkgdown site
    mishoryu committed May 23, 2020

Commits on Apr 25, 2020

  1. Update index.html

    mishoryu committed Apr 25, 2020
  2. Update README.md

    mishoryu committed Apr 25, 2020
  3. CRAN package version (#34)

    * Added some collect tests and a twiter semantic network rewrite.
    * Updated semantic and twomode networks
    * Added option for limited or full semantic network
    * Minor stats fix to Create.semantic.twitter
    * Updated README
    * Update .Rbuildignore
    * Updated versions
    * Updated pkgdown site
    * Update cran-comments.md
    mishoryu committed Apr 25, 2020

Commits on Apr 8, 2020

  1. Update index.html

    mishoryu committed Apr 8, 2020
  2. Update README.md

    mishoryu committed Apr 8, 2020
  3. Updated documentation and minor fixes (#32)

    * Fix for rtweet rate limit issue
    * Updated pkgdown css
    * Update pandoc
    * Added logo, favicons and updated vignette
    * Fixed bug in Collect.youtube
    * Updated pkgdown site
    * Update README.md
    mishoryu committed Apr 8, 2020

Commits on Mar 25, 2020

  1. Added hex sticker to package images

    mishoryu committed Mar 25, 2020

Commits on Mar 23, 2020

  1. Delete vosonSML.png

    mishoryu committed Mar 23, 2020
  2. Added hex sticker to package images

    mishoryu committed Mar 23, 2020

Commits on Mar 5, 2020

  1. Added merging collected data to vignette

    mishoryu committed Mar 5, 2020

Commits on Feb 17, 2020

  1. Update README.md

    mishoryu committed Feb 17, 2020

Commits on Jan 24, 2020

  1. Update DESCRIPTION

    mishoryu committed Jan 24, 2020
  2. Added introduction to vosonSML vignette (#30)

    * Update Collect.reddit.R and cleaned up reddit_build_df for readability.
    * Updated reddit activity graph node labels
    * Modified ImportData and added tests
    * Added test-ImportData.R
    * Added some authenticate tests
    * Added intro to vosonSML vignette
    * Updated README and NEWS
    * Tweaked pkgdown template
    mishoryu committed Jan 24, 2020

Commits on Jan 15, 2020

  1. Update Collect.reddit.R

    VOSONDash usage creates a loop, added fix to break loop if it occurs.
    mishoryu committed Jan 15, 2020

Commits on Jan 14, 2020

  1. Update README.md

    mishoryu committed Jan 14, 2020
  2. Updated reddit collection method and data (#29)

    * HTML decoded tweet text during network creation
    * Added node type attribute to twomode networks.
    * Modified reddit_content function - Changed date values to date time as character and additional unix timestamp value. Added reddit comment id's as activity node attributes and actor edge attributes 'comm_id'.
    * Fixed problem with comment id - Function was returning comment id's for comments that had been filtered out of the threads because of missing authors.
    * Added continue threads to reddit collect
    * Update Utils.reddit.R
    * Moved packages to suggests - Moved tictoc to suggests and added package checks in relevant functions.
    * Updated documentation
    * Fixed some reddit UA issues
    * Minor change so reddit wont break if single value waitTime
    * Reddit collect data now written to file in RDS format.
    mishoryu committed Jan 14, 2020

Commits on Jan 9, 2020

  1. minor edit to background

    rjackland committed Jan 9, 2020
  2. Minor edits to background

    rjackland committed Jan 9, 2020

Commits on Nov 23, 2019

  1. CRAN version (#28)

    * Updated CRAN notes, README, Rd files
    * Updated pkgdown site
    mishoryu committed Nov 23, 2019

Commits on Nov 13, 2019

  1. Renamed bimodal network to twomode (#27)

    * Renamed bimodal to twomode
    * Updated version
    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. Bug fixes and updated output (#26)

    * Added automatic locale switch to C for reddit Collect
    * Added useBytes parameter for all reddit gsub calls
    * Changed twitter bimodal hashtags to lowercase
    * Made message format more consistent
    * Added messages to supplemental functions
    * Updated documentation and NEWS
    mishoryu committed Nov 4, 2019

Commits on Oct 26, 2019

  1. Point fix for AddText.actor.youtube

    Function was incorrectly setting a list class for the at_id column, has now been set as character class.
    mishoryu committed Oct 26, 2019

Commits on Oct 25, 2019

  1. Fixed minor twitter Create network bugs and youtube Collect and AddTe…

    …xt errors (#24)
    
    * Fixed Collect.youtube, AddText.actor.youtube, Create.semantic.twitter and Create.bimodal.twitter bugs
    * Updated version and documentation
    mishoryu committed Oct 25, 2019

Commits on Oct 23, 2019

  1. Point fix removed duplicate GetVideoData call

    Added status code to error output.
    mishoryu committed Oct 23, 2019
  2. Point fix if_else type error in AddText

    mishoryu committed Oct 23, 2019

Commits on Oct 17, 2019

  1. Added AddVideoData and youtube Channel ID's as user identifiers (#23)

    * Additional youtube collect fields including comment author channel ID
    * Updated youtube activity / actor network and graphs
    * Added AddVideoData for youtube actor networks
    * Added additional video columns to edges in AddVideoData for youtube actor network
    * Added comment text @ reply edges in AddText for youtube actor network
    * Updated documentation
    * Fixed error removing specified hashtags from twitter bimodal network
    mishoryu committed Oct 17, 2019
Older
You can’t perform that action at this time.