-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added NEWS * Updated pkgdown site and .Rbuildignore * Update cran-comments.md * Updated DESCRIPTION for CRAN re-submission
- Loading branch information
Showing
33 changed files
with
660 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,24 @@ | ||
^cran-comments\.md$ | ||
^\.Rprofile$ | ||
\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.RData$ | ||
^\.Rhistory$ | ||
|
||
^\.DS_Store$ | ||
^.*\.DS_Store$ | ||
^\.gitignore$ | ||
^\.git$ | ||
^\.httr-oauth$ | ||
^\.twitter-oauth$ | ||
^README.md$ | ||
|
||
^cran-comments\.md$ | ||
^LICENSE$ | ||
|
||
^docs$ | ||
^pkgdown$ | ||
^_pkgdown\.yml$ | ||
^_pkgdown\.yaml$ | ||
|
||
^\.httr-oauth$ | ||
^\.twitter-oauth$ | ||
^.*\.rds$ | ||
^.*\.graphml$ | ||
^.*\.csv$ | ||
^.*\.pdf$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Package: vosonSML | ||
Version: 0.26.3 | ||
Title: Tools for Collecting Social Media Data and Generating Networks for Analysis | ||
Title: Collecting Social Media Data and Generating Networks for Analysis | ||
Description: A suite of tools for collecting and constructing networks from social media data. | ||
Provides easy-to-use functions for collecting data across popular platforms (Twitter, YouTube | ||
and Reddit) and generating different types of networks for analysis. | ||
Type: Package | ||
Imports: tm, stringr, RCurl, bitops, rjson, igraph (>= 1.2.2), Hmisc, data.table, httpuv, | ||
methods, httr, magrittr, dplyr (>= 0.7.8), rlang (>= 0.3.0.1), RedditExtractoR (>= 2.1.2), | ||
Imports: tm, stringr, RCurl, igraph (>= 1.2.2), Hmisc, data.table, httpuv, methods, httr, | ||
magrittr, dplyr (>= 0.7.8), rlang (>= 0.3.0.1), RedditExtractoR (>= 2.1.2), | ||
rtweet (>= 0.6.8) | ||
Depends: R (>= 3.2.0) | ||
Encoding: UTF-8 | ||
Author: Timothy Graham, Robert Ackland, Chung-hong Chan, Bryan Gertzel | ||
Maintainer: Bryan Gertzel <[email protected]> | ||
License: GPL (>= 3) + file LICENSE | ||
License: GPL (>= 3) | ||
RoxygenNote: 6.1.1 | ||
NeedsCompilation: no | ||
URL: https://github.com/vosonlab/vosonSML | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# vosonSML 0.26.3 | ||
|
||
## Bug Fixes | ||
- Fixed bugs in `Create.actor.reddit` that were incorrectly creating edges between | ||
top-level commentors and thread authors from different threads. These bugs were only | ||
observable in when collecting multiple reddit threads. | ||
|
||
## Minor Changes | ||
- Improved output for `reddit` collection. Removed the progress bar and added a table | ||
of results summarising the number of comments collected for each thread. | ||
- Added to `twitter` collection output the users `twitter API` reset time. | ||
|
||
# vosonSML 0.26.2 | ||
|
||
## Bug Fixes | ||
- Fixed a bug in `Create.actor.twitter` and `Create.bimodal.twitter` in which the vertices | ||
dataframe provided to the `graph_from_data_frame` function as a contained duplicate names | ||
raising an error. | ||
|
||
## Major Changes | ||
- Revised and updated `roxygen` documentation and examples for all package functions. | ||
- Updated all `Authenticate`, `Collect` and `Create` S3 methods to implement function routing | ||
based on object class names. | ||
|
||
## Minor Changes | ||
- Created a `pkgdown` web site for github hosted package documentation. | ||
- Created a new hex sticker logo. | ||
|
||
# vosonSML 0.25.0 | ||
|
||
## Major Changes | ||
- Replaced the `twitteR` twitter collection implementation with the `rtweet` package. | ||
- A users `twitter` authentication token can now be cached in the `.twitter_oauth_token` file and | ||
used for subsequent `twitter API` requests without re-authentication. A new authentication | ||
token can be cached by deleting this file and using the re-using the parameter | ||
`useCachedToken = TRUE`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
h1, .h1 { | ||
font-size: 2.8rem; | ||
} | ||
|
||
h2, .h2 { | ||
font-size: 2.2rem; | ||
} | ||
|
||
h3, .h3 { | ||
font-size: 1.9rem; | ||
} | ||
|
||
h4, .h4, h5, .h5 { | ||
font-size: 1.4rem; | ||
} | ||
|
||
.contents h1, .contents h2 { | ||
padding-top: 60px; | ||
margin-top: -20px; | ||
} | ||
|
||
.contents h2 { | ||
padding-top: 30px; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.