Skip to contents

poldis 0.1.2

2024-09-03

Package

  • Updated documentation for get_urgency() to include more details about urgency scores
  • Updated internal data and data raw files to increase transparency

Functions

poldis 0.1.1

CRAN release: 2024-07-21

2024-07-17

Package

  • Removed redundant terms from description for CRAN submission
  • Removed commented out code lines and examples in documentation for CRAN submission

poldis 0.1.0

2024-07-15

Package

  • Closed #3 by adding code coverage and code factor (and badges) to package
  • Closed #7 by adding a getting started section in README
  • Closed #8 by adding a pkgdown website
  • Added GitHub workflow actions

Functions

poldis 0.0.3

2022-09-25

Package

  • Renamed all functions to consistently start with extract_*
  • Made the package smaller and more concise by removing extract_dates() and additional commented codes
  • Closed #6 by updating extract_context() function to make it more flexible for users
  • Updated extract_speaker() to only return a list of speakers for texts
  • Closed #4 and #5 by removing str_translate() function for translating strings

poldis 0.0.2

2022-02-07

Package

  • Updated location regex dictionary to improve matching
  • Updated package documentation
  • Added str_translate() function for translating strings

poldis 0.0.1

2021-11-04

Package

  • Added functions to work with text
    • Added extract_location() to extract locations from text variables
    • Added extract_date() to extract dates from text variables
    • Added extract_title() to extract titles from text variables
    • Added split_text() to split text variables
    • Added text_match() to get matches from text variables
  • Added context() function to get string matches and return their context
  • Added get_speaker() function for splitting text variables by speakers
  • Made package public on GitHub

Data

  • Added US News Conference Sample Data to be used with examples and teaching

poldis 0.0.0

2021-03-02

Package

  • Created package and GitHub repo
  • Setup package folder structure
    • Added DESCRIPTION file
    • Added R folder
    • Added LICENSE file
    • Added NAMESPACE file
    • Added NEWS file
    • Added README file
    • Added .github folder
    • Added CODE_OF_CONDUCT file
    • Added CONTRIBUTING file
    • Added pull_request_template file
    • Added ISSUE_TEMPLATE folder
    • Added bug_report file
    • Added feature_request file
    • Added tests folder
    • Added testthat folder
    • Added testthat file
    • Added inst folder
    • Added data-raw folder
    • Added data folder
  • Added package logo