Releases: leonawicz/rtrek
Releases · leonawicz/rtrek
rtrek 0.5.1 release
rtrek 0.5.0 release
- Parser improvements.
- Bug fixes.
- Updated documentation and tests.
rtrek 0.4.0 release
- API updates and bug fixes.
- Added required package alias in documentation.
- Removed package website content that is no longer maintained/references external content that is no longer available.
- Reduced data dependencies in
data-raw
. - General documentation updates.
rtrek 0.3.3 release
- Minor bug fixes.
rtrek 0.3.2 release
- Bug fixes related to website HTML updates.
- Updated unit tests.
rtrek 0.2.5 release
- Added
st_transcripts
for importing datasets based on episode and movie transcripts containing metadata and variables for analysis of scenes, character presence, dialog, sentiment. - Added basic ggplot2 themes.
- Added
stLogos
metadata dataset and relatedst_logo
function. - Minor bug fixes and documentation updates.
rtrek 0.2.0 release
- Added an initial version of an API function
memory_alpha
along with a collection of internal support functions for accessing Star Trek data from web portals available on the Memory Alpha website.- Internal portal functions that return data from portal and portal category web pages, and which may run recursively when necessary to compile complete content over multiple pages, are memoized.
- Functions like
ma_article
, which return article content from a terminal endpoint are not memoized.
- Added
ma_search
function for using the Memory Alpha site search via URL parameters. - Added
ma_image
function for downloading source images from Memory Alpha and loading into R as ggplot objects. - Added an initial version of an API function
memory_beta
and othermb_*
Memory Beta analogs to Memory Alpha website functions. - Added
mb_timeline
for working with data from the Memory Beta Chronology. - Added new datasets, mainly to timelines:
tlBooks
,tlEvents
,tlFootnotes
. Also addedstSeries
names and abbreviations table. - Renamed
st_book_series
andstBooksWP
tost_books_wiki
andstBooksWiki
, respectively. - Updated tile set URLs.
- Updated
stBooks
dataset. This data frame now has better formatting, greater consistency, duplicates removed, and contains more entries than before. It is still incomplete and imperfect, but much improved over the previous version. - Updated
stBooksWiki
dataset. Updated column names for consistency. - Updates the acronyms used in the package for consistency.
- Update unit tests, added unit tests for Memory Alpha and Memory Beta functions.
- Updated function documentation.
- Updated introduction vignette sections. Added new section relating to timeline datasets.
- Added three new vignettes for each of the three API options: STAPI, Memory Alpha, and Memory Beta.
- Minor bug fixes.
rtrek 0.1.0 release
- Refactored some functions and datasets.
- Added new
stBooks
dataset, renamed previousstBooks
tostBooksWP
. - Added connection to new map tile set,
galaxy2
. - Add two more species/homeworlds to example data.
- Updated documentation.
- Added and updated unit tests.