diff --git a/.github/workflows/README-check.yaml b/.github/workflows/README-check.yaml index 1908ff9..35d5ff3 100644 --- a/.github/workflows/README-check.yaml +++ b/.github/workflows/README-check.yaml @@ -1,8 +1,5 @@ # Workflow derived from https://github.com/quarto-dev/quarto-actions/tree/v2/render on: - push: - paths: - - 'README.qmd' pull_request: paths: - 'README.qmd' @@ -32,9 +29,12 @@ jobs: uses: r-lib/actions/setup-r-dependencies@v2 with: packages: + any::devtools + any::dplyr any::knitr + any::readr any::rmarkdown - any::dplyr + any::tibble extra-packages: local::. diff --git a/.github/workflows/dataset-check.yaml b/.github/workflows/dataset-check.yaml index 48fd459..bea4a31 100644 --- a/.github/workflows/dataset-check.yaml +++ b/.github/workflows/dataset-check.yaml @@ -1,8 +1,4 @@ on: - push: - paths: - - 'data-raw/generate_data.R' - - 'data-raw/corpus/*' pull_request: paths: - 'data-raw/generate_data.R' diff --git a/R/data.R b/R/data.R index d4d0512..20e6a91 100644 --- a/R/data.R +++ b/R/data.R @@ -2,9 +2,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "At The Mountains Of Madness" +#' @title Dataset of "AT THE MOUNTAINS OF MADNESS" #' -#' @description A dataset containing text of H. P. Lovecraft's "At The Mountains Of Madness" +#' @description A dataset containing text of H. P. Lovecraft's "AT THE MOUNTAINS OF MADNESS" #' #' @examples #' data("at_the_mountains_of_madness") @@ -20,9 +20,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Azathoth" +#' @title Dataset of "AZATHOTH" #' -#' @description A dataset containing text of H. P. Lovecraft's "Azathoth" +#' @description A dataset containing text of H. P. Lovecraft's "AZATHOTH" #' #' @examples #' data("azathoth") @@ -38,9 +38,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Beyond The Wall Of Sleep" +#' @title Dataset of "BEYOND THE WALL OF SLEEP" #' -#' @description A dataset containing text of H. P. Lovecraft's "Beyond The Wall Of Sleep" +#' @description A dataset containing text of H. P. Lovecraft's "BEYOND THE WALL OF SLEEP" #' #' @examples #' data("beyond_the_wall_of_sleep") @@ -56,9 +56,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Celephais" +#' @title Dataset of "CELEPHAIS" #' -#' @description A dataset containing text of H. P. Lovecraft's "Celephais" +#' @description A dataset containing text of H. P. Lovecraft's "CELEPHAIS" #' #' @examples #' data("celephais") @@ -74,9 +74,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Cool Air" +#' @title Dataset of "COOL AIR" #' -#' @description A dataset containing text of H. P. Lovecraft's "Cool Air" +#' @description A dataset containing text of H. P. Lovecraft's "COOL AIR" #' #' @examples #' data("cool_air") @@ -92,9 +92,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Dagon" +#' @title Dataset of "DAGON" #' -#' @description A dataset containing text of H. P. Lovecraft's "Dagon" +#' @description A dataset containing text of H. P. Lovecraft's "DAGON" #' #' @examples #' data("dagon") @@ -110,9 +110,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Dreams In The Witch-House" +#' @title Dataset of "DREAMS IN THE WITCH-HOUSE" #' -#' @description A dataset containing text of H. P. Lovecraft's "Dreams In The Witch-House" +#' @description A dataset containing text of H. P. Lovecraft's "DREAMS IN THE WITCH-HOUSE" #' #' @examples #' data("dreams_in_the_witch_house") @@ -128,9 +128,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Ex Oblivione" +#' @title Dataset of "EX OBLIVIONE" #' -#' @description A dataset containing text of H. P. Lovecraft's "Ex Oblivione" +#' @description A dataset containing text of H. P. Lovecraft's "EX OBLIVIONE" #' #' @examples #' data("ex_oblivione") @@ -146,9 +146,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Facts Concerning The Late Arthur Jermyn And His Family" +#' @title Dataset of "FACTS CONCERNING THE LATE ARTHUR JERMYN AND HIS FAMILY" #' -#' @description A dataset containing text of H. P. Lovecraft's "Facts Concerning The Late Arthur Jermyn And His Family" +#' @description A dataset containing text of H. P. Lovecraft's "FACTS CONCERNING THE LATE ARTHUR JERMYN AND HIS FAMILY" #' #' @examples #' data("facts_concerning_the_late_arthur_jermyn_and_his_family") @@ -164,9 +164,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "From Beyond" +#' @title Dataset of "FROM BEYOND" #' -#' @description A dataset containing text of H. P. Lovecraft's "From Beyond" +#' @description A dataset containing text of H. P. Lovecraft's "FROM BEYOND" #' #' @examples #' data("from_beyond") @@ -182,9 +182,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "He" +#' @title Dataset of "HE" #' -#' @description A dataset containing text of H. P. Lovecraft's "He" +#' @description A dataset containing text of H. P. Lovecraft's "HE" #' #' @examples #' data("he") @@ -200,9 +200,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Herbert West: Reanimator" +#' @title Dataset of "HERBERT WEST: REANIMATOR" #' -#' @description A dataset containing text of H. P. Lovecraft's "Herbert West: Reanimator" +#' @description A dataset containing text of H. P. Lovecraft's "HERBERT WEST: REANIMATOR" #' #' @examples #' data("herbert_west_reanimator") @@ -218,9 +218,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Hypnos" +#' @title Dataset of "HYPNOS" #' -#' @description A dataset containing text of H. P. Lovecraft's "Hypnos" +#' @description A dataset containing text of H. P. Lovecraft's "HYPNOS" #' #' @examples #' data("hypnos") @@ -236,9 +236,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Imprisoned With The Pharaohs" +#' @title Dataset of "IMPRISONED WITH THE PHARAOHS" #' -#' @description A dataset containing text of H. P. Lovecraft's "Imprisoned With The Pharaohs" +#' @description A dataset containing text of H. P. Lovecraft's "IMPRISONED WITH THE PHARAOHS" #' #' @examples #' data("imprisoned_with_the_pharoahs") @@ -254,9 +254,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "In The Vault" +#' @title Dataset of "IN THE VAULT" #' -#' @description A dataset containing text of H. P. Lovecraft's "In The Vault" +#' @description A dataset containing text of H. P. Lovecraft's "IN THE VAULT" #' #' @examples #' data("in_the_vault") @@ -272,9 +272,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Medusa's Coil" +#' @title Dataset of "MEDUSA'S COIL" #' -#' @description A dataset containing text of H. P. Lovecraft's "Medusa's Coil" +#' @description A dataset containing text of H. P. Lovecraft's "MEDUSA'S COIL" #' #' @examples #' data("medusas_coil") @@ -290,9 +290,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Memory" +#' @title Dataset of "MEMORY" #' -#' @description A dataset containing text of H. P. Lovecraft's "Memory" +#' @description A dataset containing text of H. P. Lovecraft's "MEMORY" #' #' @examples #' data("memory") @@ -308,9 +308,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Nyarlathotep" +#' @title Dataset of "NYARLATHOTEP" #' -#' @description A dataset containing text of H. P. Lovecraft's "Nyarlathotep" +#' @description A dataset containing text of H. P. Lovecraft's "NYARLATHOTEP" #' #' @examples #' data("nyarlathotep") @@ -326,9 +326,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Pickman's Model" +#' @title Dataset of "PICKMAN'S MODEL" #' -#' @description A dataset containing text of H. P. Lovecraft's "Pickman's Model" +#' @description A dataset containing text of H. P. Lovecraft's "PICKMAN'S MODEL" #' #' @examples #' data("pickmans_model") @@ -344,9 +344,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Poetry Of The Gods" +#' @title Dataset of "POETRY OF THE GODS" #' -#' @description A dataset containing text of H. P. Lovecraft's "Poetry Of The Gods" +#' @description A dataset containing text of H. P. Lovecraft's "POETRY OF THE GODS" #' #' @examples #' data("poetry_of_the_gods") @@ -362,9 +362,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Polaris" +#' @title Dataset of "POLARIS" #' -#' @description A dataset containing text of H. P. Lovecraft's "Polaris" +#' @description A dataset containing text of H. P. Lovecraft's "POLARIS" #' #' @examples #' data("polaris") @@ -380,9 +380,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Alchemist" +#' @title Dataset of "THE ALCHEMIST" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Alchemist" +#' @description A dataset containing text of H. P. Lovecraft's "THE ALCHEMIST" #' #' @examples #' data("the_alchemist") @@ -398,9 +398,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Beast In The Cave" +#' @title Dataset of "THE BEAST IN THE CAVE" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Beast In The Cave" +#' @description A dataset containing text of H. P. Lovecraft's "THE BEAST IN THE CAVE" #' #' @examples #' data("the_beast_in_the_cave") @@ -416,9 +416,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Book" +#' @title Dataset of "THE BOOK" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Book" +#' @description A dataset containing text of H. P. Lovecraft's "THE BOOK" #' #' @examples #' data("the_book") @@ -434,9 +434,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Call Of Cthulhu" +#' @title Dataset of "THE CALL OF CTHULHU" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Call Of Cthulhu" +#' @description A dataset containing text of H. P. Lovecraft's "THE CALL OF CTHULHU" #' #' @examples #' data("the_call_of_cthulhu") @@ -452,9 +452,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Case Of Charles Dexter Ward" +#' @title Dataset of "THE CASE OF CHARLES DEXTER WARD" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Case Of Charles Dexter Ward" +#' @description A dataset containing text of H. P. Lovecraft's "THE CASE OF CHARLES DEXTER WARD" #' #' @examples #' data("the_case_of_charles_dexter_ward") @@ -470,9 +470,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Cats Of Ulthar" +#' @title Dataset of "THE CATS OF ULTHAR" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Cats Of Ulthar" +#' @description A dataset containing text of H. P. Lovecraft's "THE CATS OF ULTHAR" #' #' @examples #' data("the_cats_of_ulthar") @@ -488,9 +488,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Colour Out Of Space" +#' @title Dataset of "THE COLOUR OUT OF SPACE" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Colour Out Of Space" +#' @description A dataset containing text of H. P. Lovecraft's "THE COLOUR OUT OF SPACE" #' #' @examples #' data("the_colour_out_of_space") @@ -506,9 +506,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Crawling Chaos" +#' @title Dataset of "THE CRAWLING CHAOS" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Crawling Chaos" +#' @description A dataset containing text of H. P. Lovecraft's "THE CRAWLING CHAOS" #' #' @examples #' data("the_crawling_chaos") @@ -524,9 +524,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Descendant" +#' @title Dataset of "THE DESCENDANT" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Descendant" +#' @description A dataset containing text of H. P. Lovecraft's "THE DESCENDANT" #' #' @examples #' data("the_descendent") @@ -542,9 +542,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Doom That Came To Sarnath" +#' @title Dataset of "THE DOOM THAT CAME TO SARNATH" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Doom That Came To Sarnath" +#' @description A dataset containing text of H. P. Lovecraft's "THE DOOM THAT CAME TO SARNATH" #' #' @examples #' data("the_doom_that_came_to_sarnath") @@ -560,9 +560,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Dream Quest Of Unknown Kadath" +#' @title Dataset of "THE DREAM QUEST OF UNKNOWN KADATH" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Dream Quest Of Unknown Kadath" +#' @description A dataset containing text of H. P. Lovecraft's "THE DREAM QUEST OF UNKNOWN KADATH" #' #' @examples #' data("the_dream_quest_of_unknown_kadath") @@ -578,9 +578,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Dunwich Horror" +#' @title Dataset of "THE DUNWICH HORROR" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Dunwich Horror" +#' @description A dataset containing text of H. P. Lovecraft's "THE DUNWICH HORROR" #' #' @examples #' data("the_dunwich_horror") @@ -596,9 +596,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Evil Clergyman" +#' @title Dataset of "THE EVIL CLERGYMAN" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Evil Clergyman" +#' @description A dataset containing text of H. P. Lovecraft's "THE EVIL CLERGYMAN" #' #' @examples #' data("the_evil_clergyman") @@ -614,9 +614,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Festival" +#' @title Dataset of "THE FESTIVAL" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Festival" +#' @description A dataset containing text of H. P. Lovecraft's "THE FESTIVAL" #' #' @examples #' data("the_festival") @@ -632,9 +632,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Haunter Of The Dark" +#' @title Dataset of "THE HAUNTER OF THE DARK" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Haunter Of The Dark" +#' @description A dataset containing text of H. P. Lovecraft's "THE HAUNTER OF THE DARK" #' #' @examples #' data("the_haunter_of_the_dark") @@ -650,9 +650,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Horror At Martin's Beach" +#' @title Dataset of "THE HORROR AT MARTIN'S BEACH" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Horror At Martin's Beach" +#' @description A dataset containing text of H. P. Lovecraft's "THE HORROR AT MARTIN'S BEACH" #' #' @examples #' data("the_horror_at_martins_beach") @@ -668,9 +668,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Horror At Red Hook" +#' @title Dataset of "THE HORROR AT RED HOOK" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Horror At Red Hook" +#' @description A dataset containing text of H. P. Lovecraft's "THE HORROR AT RED HOOK" #' #' @examples #' data("the_horror_at_redhook") @@ -686,9 +686,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Hound" +#' @title Dataset of "THE HOUND" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Hound" +#' @description A dataset containing text of H. P. Lovecraft's "THE HOUND" #' #' @examples #' data("the_hound") @@ -704,9 +704,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Lurking Fear" +#' @title Dataset of "THE LURKING FEAR" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Lurking Fear" +#' @description A dataset containing text of H. P. Lovecraft's "THE LURKING FEAR" #' #' @examples #' data("the_lurking_fear") @@ -722,9 +722,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Moon Bog" +#' @title Dataset of "THE MOON BOG" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Moon Bog" +#' @description A dataset containing text of H. P. Lovecraft's "THE MOON BOG" #' #' @examples #' data("the_moon_bog") @@ -740,9 +740,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Music Of Erich Zann" +#' @title Dataset of "THE MUSIC OF ERICH ZANN" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Music Of Erich Zann" +#' @description A dataset containing text of H. P. Lovecraft's "THE MUSIC OF ERICH ZANN" #' #' @examples #' data("the_music_of_erich_zann") @@ -758,9 +758,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Nameless City" +#' @title Dataset of "THE NAMELESS CITY" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Nameless City" +#' @description A dataset containing text of H. P. Lovecraft's "THE NAMELESS CITY" #' #' @examples #' data("the_nameless_city") @@ -776,9 +776,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Other Gods" +#' @title Dataset of "THE OTHER GODS" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Other Gods" +#' @description A dataset containing text of H. P. Lovecraft's "THE OTHER GODS" #' #' @examples #' data("the_other_gods") @@ -794,9 +794,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Outsider" +#' @title Dataset of "THE OUTSIDER" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Outsider" +#' @description A dataset containing text of H. P. Lovecraft's "THE OUTSIDER" #' #' @examples #' data("the_outsider") @@ -812,9 +812,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Picture In The House" +#' @title Dataset of "THE PICTURE IN THE HOUSE" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Picture In The House" +#' @description A dataset containing text of H. P. Lovecraft's "THE PICTURE IN THE HOUSE" #' #' @examples #' data("the_picture_in_the_house") @@ -830,9 +830,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Quest Of Iranon" +#' @title Dataset of "THE QUEST OF IRANON" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Quest Of Iranon" +#' @description A dataset containing text of H. P. Lovecraft's "THE QUEST OF IRANON" #' #' @examples #' data("the_quest_of_iranon") @@ -848,9 +848,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Rats In The Walls" +#' @title Dataset of "THE RATS IN THE WALLS" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Rats In The Walls" +#' @description A dataset containing text of H. P. Lovecraft's "THE RATS IN THE WALLS" #' #' @examples #' data("the_rats_in_the_walls") @@ -866,9 +866,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Shadow Out Of Time" +#' @title Dataset of "THE SHADOW OUT OF TIME" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Shadow Out Of Time" +#' @description A dataset containing text of H. P. Lovecraft's "THE SHADOW OUT OF TIME" #' #' @examples #' data("the_shadow_out_of_time") @@ -884,9 +884,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Shadow Over Innsmouth" +#' @title Dataset of "THE SHADOW OVER INNSMOUTH" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Shadow Over Innsmouth" +#' @description A dataset containing text of H. P. Lovecraft's "THE SHADOW OVER INNSMOUTH" #' #' @examples #' data("the_shadow_over_innsmouth") @@ -902,9 +902,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Shunned House" +#' @title Dataset of "THE SHUNNED HOUSE" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Shunned House" +#' @description A dataset containing text of H. P. Lovecraft's "THE SHUNNED HOUSE" #' #' @examples #' data("the_shunned_house") @@ -920,9 +920,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Silver Key" +#' @title Dataset of "THE SILVER KEY" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Silver Key" +#' @description A dataset containing text of H. P. Lovecraft's "THE SILVER KEY" #' #' @examples #' data("the_silver_key") @@ -938,9 +938,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Statement Of Randolph Carter" +#' @title Dataset of "THE STATEMENT OF RANDOLPH CARTER" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Statement Of Randolph Carter" +#' @description A dataset containing text of H. P. Lovecraft's "THE STATEMENT OF RANDOLPH CARTER" #' #' @examples #' data("the_statement_of_randolph_carter") @@ -956,9 +956,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Strange High House In The Mist" +#' @title Dataset of "THE STRANGE HIGH HOUSE IN THE MIST" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Strange High House In The Mist" +#' @description A dataset containing text of H. P. Lovecraft's "THE STRANGE HIGH HOUSE IN THE MIST" #' #' @examples #' data("the_strange_high_house_in_the_mist") @@ -974,9 +974,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Street" +#' @title Dataset of "THE STREET" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Street" +#' @description A dataset containing text of H. P. Lovecraft's "THE STREET" #' #' @examples #' data("the_street") @@ -992,9 +992,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Temple" +#' @title Dataset of "THE TEMPLE" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Temple" +#' @description A dataset containing text of H. P. Lovecraft's "THE TEMPLE" #' #' @examples #' data("the_temple") @@ -1010,9 +1010,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Terrible Old Man" +#' @title Dataset of "THE TERRIBLE OLD MAN" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Terrible Old Man" +#' @description A dataset containing text of H. P. Lovecraft's "THE TERRIBLE OLD MAN" #' #' @examples #' data("the_terrible_old_man") @@ -1028,9 +1028,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Thing On The Doorstep" +#' @title Dataset of "THE THING ON THE DOORSTEP" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Thing On The Doorstep" +#' @description A dataset containing text of H. P. Lovecraft's "THE THING ON THE DOORSTEP" #' #' @examples #' data("the_thing_on_the_doorstep") @@ -1046,9 +1046,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Tomb" +#' @title Dataset of "THE TOMB" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Tomb" +#' @description A dataset containing text of H. P. Lovecraft's "THE TOMB" #' #' @examples #' data("the_tomb") @@ -1064,9 +1064,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Transition Of Juan Romero" +#' @title Dataset of "THE TRANSITION OF JUAN ROMERO" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Transition Of Juan Romero" +#' @description A dataset containing text of H. P. Lovecraft's "THE TRANSITION OF JUAN ROMERO" #' #' @examples #' data("the_transition_of_juan_romero") @@ -1082,9 +1082,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Tree" +#' @title Dataset of "THE TREE" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Tree" +#' @description A dataset containing text of H. P. Lovecraft's "THE TREE" #' #' @examples #' data("the_tree") @@ -1100,9 +1100,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Unnamable" +#' @title Dataset of "THE UNNAMABLE" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Unnamable" +#' @description A dataset containing text of H. P. Lovecraft's "THE UNNAMABLE" #' #' @examples #' data("the_unnamable") @@ -1118,9 +1118,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Very Old Folk" +#' @title Dataset of "THE VERY OLD FOLK" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Very Old Folk" +#' @description A dataset containing text of H. P. Lovecraft's "THE VERY OLD FOLK" #' #' @examples #' data("the_very_old_folk") @@ -1136,9 +1136,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Whisperer In Darkness" +#' @title Dataset of "THE WHISPERER IN DARKNESS" #' -#' @description A dataset containing text of H. P. Lovecraft's "The Whisperer In Darkness" +#' @description A dataset containing text of H. P. Lovecraft's "THE WHISPERER IN DARKNESS" #' #' @examples #' data("the_whisperer_in_darkness") @@ -1154,9 +1154,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The White Ship" +#' @title Dataset of "THE WHITE SHIP" #' -#' @description A dataset containing text of H. P. Lovecraft's "The White Ship" +#' @description A dataset containing text of H. P. Lovecraft's "THE WHITE SHIP" #' #' @examples #' data("the_white_ship") @@ -1172,9 +1172,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Through The Gates Of The Silver Key" +#' @title Dataset of "THROUGH THE GATES OF THE SILVER KEY" #' -#' @description A dataset containing text of H. P. Lovecraft's "Through The Gates Of The Silver Key" +#' @description A dataset containing text of H. P. Lovecraft's "THROUGH THE GATES OF THE SILVER KEY" #' #' @examples #' data("through_the_gates_of_the_silver_key") @@ -1190,9 +1190,9 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "What The Moon Brings" +#' @title Dataset of "WHAT THE MOON BRINGS" #' -#' @description A dataset containing text of H. P. Lovecraft's "What The Moon Brings" +#' @description A dataset containing text of H. P. Lovecraft's "WHAT THE MOON BRINGS" #' #' @examples #' data("what_the_moon_brings") diff --git a/README.md b/README.md index c89477f..f293fa2 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,27 @@ \-[H. P. Lovecraft](https://en.wikipedia.org/wiki/H._P._Lovecraft), *The Call of Cthulhu* -## H. P. Lovecraft Datasets +{`lovecraftr`} contains H. P. Lovecraft’s corpus as R datasets for +textual analysis. This repository contains both the raw txt files and +RDA files. See [H. P. Lovecraft Datasets](#h-p-lovecraft-datasets) below +for the list of available works. + +## Installation + +Install from [GitHub](https://github.com/jrdnbradford/lovecraftr/) using +{[devtools](https://devtools.r-lib.org/)}: -This package contains H. P. Lovecraft’s corpus as R datasets for textual -analysis. +``` r +# install.packages("devtools") +devtools::install_github("jrdnbradford/lovecraftr") +``` + +or {[remotes](https://remotes.r-lib.org//)}: + +``` r +# install.packages("remotes") +remotes::install_github("jrdnbradford/lovecraftr") +``` ## Usage @@ -54,17 +71,17 @@ The entire corpus can be accessed as a tibble with: corpus <- lovecraftr::lovecraft_corpus() corpus |> - dplyr::filter(title == "The Call Of Cthulhu") |> + dplyr::filter(title == "THE CALL OF CTHULHU") |> head() #> # A tibble: 6 × 2 #> title text #> -#> 1 The Call Of Cthulhu "THE CALL OF CTHULHU" -#> 2 The Call Of Cthulhu "" -#> 3 The Call Of Cthulhu "Of such great powers or beings there may be conceivably … -#> 4 The Call Of Cthulhu "of a hugely remote period when...consciousness was manif… -#> 5 The Call Of Cthulhu "shapes and forms long since withdrawn before the tide of… -#> 6 The Call Of Cthulhu "humanity...forms of which poetry and legend alone have c… +#> 1 THE CALL OF CTHULHU "THE CALL OF CTHULHU" +#> 2 THE CALL OF CTHULHU "" +#> 3 THE CALL OF CTHULHU "Of such great powers or beings there may be conceivably … +#> 4 THE CALL OF CTHULHU "of a hugely remote period when...consciousness was manif… +#> 5 THE CALL OF CTHULHU "shapes and forms long since withdrawn before the tide of… +#> 6 THE CALL OF CTHULHU "humanity...forms of which poetry and legend alone have c… ``` or @@ -73,23 +90,78 @@ or data("lovecraft") ``` -## Installation - -Install from [GitHub](https://github.com/jrdnbradford/lovecraftr/) using -{[devtools](https://devtools.r-lib.org/)}: - -``` r -# install.packages("devtools") -devtools::install_github("jrdnbradford/lovecraftr") -``` - -or {[remotes](https://remotes.r-lib.org//)}: - -``` r -# install.packages("remotes") -remotes::install_github("jrdnbradford/lovecraftr") -``` - ## Contributing See [CONTRIBUTING.md](./.github/CONTRIBUTING.md). + +## H. P. Lovecraft Datasets + +| Title | TXT | RDA | +|:---|:---|:---| +| AT THE MOUNTAINS OF MADNESS | [TXT](./data-raw/corpus/at_the_mountains_of_madness) | [RDA](./data/at_the_mountains_of_madness.rda) | +| AZATHOTH | [TXT](./data-raw/corpus/azathoth) | [RDA](./data/azathoth.rda) | +| BEYOND THE WALL OF SLEEP | [TXT](./data-raw/corpus/beyond_the_wall_of_sleep) | [RDA](./data/beyond_the_wall_of_sleep.rda) | +| CELEPHAIS | [TXT](./data-raw/corpus/celephais) | [RDA](./data/celephais.rda) | +| COOL AIR | [TXT](./data-raw/corpus/cool_air) | [RDA](./data/cool_air.rda) | +| DAGON | [TXT](./data-raw/corpus/dagon) | [RDA](./data/dagon.rda) | +| DREAMS IN THE WITCH-HOUSE | [TXT](./data-raw/corpus/dreams_in_the_witch_house) | [RDA](./data/dreams_in_the_witch_house.rda) | +| EX OBLIVIONE | [TXT](./data-raw/corpus/ex_oblivione) | [RDA](./data/ex_oblivione.rda) | +| FACTS CONCERNING THE LATE ARTHUR JERMYN AND HIS FAMILY | [TXT](./data-raw/corpus/facts_concerning_the_late_arthur_jermyn_and_his_family) | [RDA](./data/facts_concerning_the_late_arthur_jermyn_and_his_family.rda) | +| FROM BEYOND | [TXT](./data-raw/corpus/from_beyond) | [RDA](./data/from_beyond.rda) | +| HE | [TXT](./data-raw/corpus/he) | [RDA](./data/he.rda) | +| HERBERT WEST: REANIMATOR | [TXT](./data-raw/corpus/herbert_west_reanimator) | [RDA](./data/herbert_west_reanimator.rda) | +| HYPNOS | [TXT](./data-raw/corpus/hypnos) | [RDA](./data/hypnos.rda) | +| IMPRISONED WITH THE PHARAOHS | [TXT](./data-raw/corpus/imprisoned_with_the_pharoahs) | [RDA](./data/imprisoned_with_the_pharoahs.rda) | +| IN THE VAULT | [TXT](./data-raw/corpus/in_the_vault) | [RDA](./data/in_the_vault.rda) | +| MEDUSA’S COIL | [TXT](./data-raw/corpus/medusas_coil) | [RDA](./data/medusas_coil.rda) | +| MEMORY | [TXT](./data-raw/corpus/memory) | [RDA](./data/memory.rda) | +| NYARLATHOTEP | [TXT](./data-raw/corpus/nyarlathotep) | [RDA](./data/nyarlathotep.rda) | +| PICKMAN’S MODEL | [TXT](./data-raw/corpus/pickmans_model) | [RDA](./data/pickmans_model.rda) | +| POETRY OF THE GODS | [TXT](./data-raw/corpus/poetry_of_the_gods) | [RDA](./data/poetry_of_the_gods.rda) | +| POLARIS | [TXT](./data-raw/corpus/polaris) | [RDA](./data/polaris.rda) | +| THE ALCHEMIST | [TXT](./data-raw/corpus/the_alchemist) | [RDA](./data/the_alchemist.rda) | +| THE BEAST IN THE CAVE | [TXT](./data-raw/corpus/the_beast_in_the_cave) | [RDA](./data/the_beast_in_the_cave.rda) | +| THE BOOK | [TXT](./data-raw/corpus/the_book) | [RDA](./data/the_book.rda) | +| THE CALL OF CTHULHU | [TXT](./data-raw/corpus/the_call_of_cthulhu) | [RDA](./data/the_call_of_cthulhu.rda) | +| THE CASE OF CHARLES DEXTER WARD | [TXT](./data-raw/corpus/the_case_of_charles_dexter_ward) | [RDA](./data/the_case_of_charles_dexter_ward.rda) | +| THE CATS OF ULTHAR | [TXT](./data-raw/corpus/the_cats_of_ulthar) | [RDA](./data/the_cats_of_ulthar.rda) | +| THE COLOUR OUT OF SPACE | [TXT](./data-raw/corpus/the_colour_out_of_space) | [RDA](./data/the_colour_out_of_space.rda) | +| THE CRAWLING CHAOS | [TXT](./data-raw/corpus/the_crawling_chaos) | [RDA](./data/the_crawling_chaos.rda) | +| THE DESCENDANT | [TXT](./data-raw/corpus/the_descendent) | [RDA](./data/the_descendent.rda) | +| THE DOOM THAT CAME TO SARNATH | [TXT](./data-raw/corpus/the_doom_that_came_to_sarnath) | [RDA](./data/the_doom_that_came_to_sarnath.rda) | +| THE DREAM QUEST OF UNKNOWN KADATH | [TXT](./data-raw/corpus/the_dream_quest_of_unknown_kadath) | [RDA](./data/the_dream_quest_of_unknown_kadath.rda) | +| THE DUNWICH HORROR | [TXT](./data-raw/corpus/the_dunwich_horror) | [RDA](./data/the_dunwich_horror.rda) | +| THE EVIL CLERGYMAN | [TXT](./data-raw/corpus/the_evil_clergyman) | [RDA](./data/the_evil_clergyman.rda) | +| THE FESTIVAL | [TXT](./data-raw/corpus/the_festival) | [RDA](./data/the_festival.rda) | +| THE HAUNTER OF THE DARK | [TXT](./data-raw/corpus/the_haunter_of_the_dark) | [RDA](./data/the_haunter_of_the_dark.rda) | +| THE HORROR AT MARTIN’S BEACH | [TXT](./data-raw/corpus/the_horror_at_martins_beach) | [RDA](./data/the_horror_at_martins_beach.rda) | +| THE HORROR AT RED HOOK | [TXT](./data-raw/corpus/the_horror_at_redhook) | [RDA](./data/the_horror_at_redhook.rda) | +| THE HOUND | [TXT](./data-raw/corpus/the_hound) | [RDA](./data/the_hound.rda) | +| THE LURKING FEAR | [TXT](./data-raw/corpus/the_lurking_fear) | [RDA](./data/the_lurking_fear.rda) | +| THE MOON BOG | [TXT](./data-raw/corpus/the_moon_bog) | [RDA](./data/the_moon_bog.rda) | +| THE MUSIC OF ERICH ZANN | [TXT](./data-raw/corpus/the_music_of_erich_zann) | [RDA](./data/the_music_of_erich_zann.rda) | +| THE NAMELESS CITY | [TXT](./data-raw/corpus/the_nameless_city) | [RDA](./data/the_nameless_city.rda) | +| THE OTHER GODS | [TXT](./data-raw/corpus/the_other_gods) | [RDA](./data/the_other_gods.rda) | +| THE OUTSIDER | [TXT](./data-raw/corpus/the_outsider) | [RDA](./data/the_outsider.rda) | +| THE PICTURE IN THE HOUSE | [TXT](./data-raw/corpus/the_picture_in_the_house) | [RDA](./data/the_picture_in_the_house.rda) | +| THE QUEST OF IRANON | [TXT](./data-raw/corpus/the_quest_of_iranon) | [RDA](./data/the_quest_of_iranon.rda) | +| THE RATS IN THE WALLS | [TXT](./data-raw/corpus/the_rats_in_the_walls) | [RDA](./data/the_rats_in_the_walls.rda) | +| THE SHADOW OUT OF TIME | [TXT](./data-raw/corpus/the_shadow_out_of_time) | [RDA](./data/the_shadow_out_of_time.rda) | +| THE SHADOW OVER INNSMOUTH | [TXT](./data-raw/corpus/the_shadow_over_innsmouth) | [RDA](./data/the_shadow_over_innsmouth.rda) | +| THE SHUNNED HOUSE | [TXT](./data-raw/corpus/the_shunned_house) | [RDA](./data/the_shunned_house.rda) | +| THE SILVER KEY | [TXT](./data-raw/corpus/the_silver_key) | [RDA](./data/the_silver_key.rda) | +| THE STATEMENT OF RANDOLPH CARTER | [TXT](./data-raw/corpus/the_statement_of_randolph_carter) | [RDA](./data/the_statement_of_randolph_carter.rda) | +| THE STRANGE HIGH HOUSE IN THE MIST | [TXT](./data-raw/corpus/the_strange_high_house_in_the_mist) | [RDA](./data/the_strange_high_house_in_the_mist.rda) | +| THE STREET | [TXT](./data-raw/corpus/the_street) | [RDA](./data/the_street.rda) | +| THE TEMPLE | [TXT](./data-raw/corpus/the_temple) | [RDA](./data/the_temple.rda) | +| THE TERRIBLE OLD MAN | [TXT](./data-raw/corpus/the_terrible_old_man) | [RDA](./data/the_terrible_old_man.rda) | +| THE THING ON THE DOORSTEP | [TXT](./data-raw/corpus/the_thing_on_the_doorstep) | [RDA](./data/the_thing_on_the_doorstep.rda) | +| THE TOMB | [TXT](./data-raw/corpus/the_tomb) | [RDA](./data/the_tomb.rda) | +| THE TRANSITION OF JUAN ROMERO | [TXT](./data-raw/corpus/the_transition_of_juan_romero) | [RDA](./data/the_transition_of_juan_romero.rda) | +| THE TREE | [TXT](./data-raw/corpus/the_tree) | [RDA](./data/the_tree.rda) | +| THE UNNAMABLE | [TXT](./data-raw/corpus/the_unnamable) | [RDA](./data/the_unnamable.rda) | +| THE VERY OLD FOLK | [TXT](./data-raw/corpus/the_very_old_folk) | [RDA](./data/the_very_old_folk.rda) | +| THE WHISPERER IN DARKNESS | [TXT](./data-raw/corpus/the_whisperer_in_darkness) | [RDA](./data/the_whisperer_in_darkness.rda) | +| THE WHITE SHIP | [TXT](./data-raw/corpus/the_white_ship) | [RDA](./data/the_white_ship.rda) | +| THROUGH THE GATES OF THE SILVER KEY | [TXT](./data-raw/corpus/through_the_gates_of_the_silver_key) | [RDA](./data/through_the_gates_of_the_silver_key.rda) | +| WHAT THE MOON BRINGS | [TXT](./data-raw/corpus/what_the_moon_brings) | [RDA](./data/what_the_moon_brings.rda) | diff --git a/README.qmd b/README.qmd index d814502..c66e6e1 100644 --- a/README.qmd +++ b/README.qmd @@ -24,9 +24,23 @@ knitr::opts_chunk$set( -[H. P. Lovecraft](https://en.wikipedia.org/wiki/H._P._Lovecraft), *The Call of Cthulhu* -## H. P. Lovecraft Datasets +{`lovecraftr`} contains H. P. Lovecraft's corpus as R datasets for textual analysis. This repository contains both the raw txt files and RDA files. See [H. P. Lovecraft Datasets](#h-p-lovecraft-datasets) below for the list of available works. -This package contains H. P. Lovecraft's corpus as R datasets for textual analysis. +## Installation + +```{R load-package, echo=FALSE} +devtools::load_all() +``` +Install from [GitHub](https://github.com/jrdnbradford/lovecraftr/) using {[devtools](https://devtools.r-lib.org/)}: +```{R devtools-install, echo=TRUE, eval=FALSE, output=FALSE} +# install.packages("devtools") +devtools::install_github("jrdnbradford/lovecraftr") +``` +or {[remotes](https://remotes.r-lib.org//)}: +```{R remotes-install, echo=TRUE, eval=FALSE, output=FALSE} +# install.packages("remotes") +remotes::install_github("jrdnbradford/lovecraftr") +``` ## Usage @@ -45,7 +59,7 @@ The entire corpus can be accessed as a tibble with: corpus <- lovecraftr::lovecraft_corpus() corpus |> - dplyr::filter(title == "The Call Of Cthulhu") |> + dplyr::filter(title == "THE CALL OF CTHULHU") |> head() ``` or @@ -53,19 +67,27 @@ or data("lovecraft") ``` -## Installation - -Install from [GitHub](https://github.com/jrdnbradford/lovecraftr/) using {[devtools](https://devtools.r-lib.org/)}: -```{R devtools-install, echo=TRUE, eval=FALSE} -# install.packages("devtools") -devtools::install_github("jrdnbradford/lovecraftr") -``` -or {[remotes](https://remotes.r-lib.org//)}: -```{R remotes-install, echo=TRUE, eval=FALSE} -# install.packages("remotes") -remotes::install_github("jrdnbradford/lovecraftr") -``` - ## Contributing See [CONTRIBUTING.md](/.github/CONTRIBUTING.md). + +## H. P. Lovecraft Datasets + +```{R file-table-setup, output=FALSE, echo=FALSE, eval=TRUE} +raw_files <- list.files(file.path("data-raw", "corpus"), full.names = TRUE) +titles <- readr::read_lines(raw_files, n_max = 1) +datasets <- list.files("data", full.names = TRUE) +path_to_remove <- "data/lovecraft.rda" +datasets <- setdiff(datasets, path_to_remove) + +files <- tibble::tibble( + Title = titles, + TXT = paste0("[TXT](./", raw_files, ")"), + RDA = paste0("[RDA](./", datasets, ")") +) +``` + +```{R file-table, output=TRUE, echo=FALSE, eval=TRUE} +files |> + knitr::kable() +``` diff --git a/data-raw/generate_data.R b/data-raw/generate_data.R index 29707c8..511121a 100644 --- a/data-raw/generate_data.R +++ b/data-raw/generate_data.R @@ -42,10 +42,7 @@ for (txt in corpus) { assign(txt, text) do.call(usethis::use_data, list(dataset_name, overwrite = TRUE)) - title <- text |> - head(1) |> - stringr::str_to_title() - + title <- head(text, 1) dataset_docs <- glue::glue(docs_template) docs <- c(docs, dataset_docs) diff --git a/data/lovecraft.rda b/data/lovecraft.rda index c4d68a4..9b5f8d9 100644 Binary files a/data/lovecraft.rda and b/data/lovecraft.rda differ diff --git a/man/at_the_mountains_of_madness.Rd b/man/at_the_mountains_of_madness.Rd index 49d16f6..8580b1c 100644 --- a/man/at_the_mountains_of_madness.Rd +++ b/man/at_the_mountains_of_madness.Rd @@ -3,7 +3,7 @@ \docType{data} \name{at_the_mountains_of_madness} \alias{at_the_mountains_of_madness} -\title{Dataset of "At The Mountains Of Madness"} +\title{Dataset of "AT THE MOUNTAINS OF MADNESS"} \format{ A character vector with 3,579 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain at_the_mountains_of_madness } \description{ -A dataset containing text of H. P. Lovecraft's "At The Mountains Of Madness" +A dataset containing text of H. P. Lovecraft's "AT THE MOUNTAINS OF MADNESS" } \examples{ data("at_the_mountains_of_madness") diff --git a/man/azathoth.Rd b/man/azathoth.Rd index e8b5a3b..38a4e5b 100644 --- a/man/azathoth.Rd +++ b/man/azathoth.Rd @@ -3,7 +3,7 @@ \docType{data} \name{azathoth} \alias{azathoth} -\title{Dataset of "Azathoth"} +\title{Dataset of "AZATHOTH"} \format{ A character vector with 37 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain azathoth } \description{ -A dataset containing text of H. P. Lovecraft's "Azathoth" +A dataset containing text of H. P. Lovecraft's "AZATHOTH" } \examples{ data("azathoth") diff --git a/man/beyond_the_wall_of_sleep.Rd b/man/beyond_the_wall_of_sleep.Rd index 230e3d4..5ada139 100644 --- a/man/beyond_the_wall_of_sleep.Rd +++ b/man/beyond_the_wall_of_sleep.Rd @@ -3,7 +3,7 @@ \docType{data} \name{beyond_the_wall_of_sleep} \alias{beyond_the_wall_of_sleep} -\title{Dataset of "Beyond The Wall Of Sleep"} +\title{Dataset of "BEYOND THE WALL OF SLEEP"} \format{ A character vector with 361 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain beyond_the_wall_of_sleep } \description{ -A dataset containing text of H. P. Lovecraft's "Beyond The Wall Of Sleep" +A dataset containing text of H. P. Lovecraft's "BEYOND THE WALL OF SLEEP" } \examples{ data("beyond_the_wall_of_sleep") diff --git a/man/celephais.Rd b/man/celephais.Rd index 0460608..3fd40fa 100644 --- a/man/celephais.Rd +++ b/man/celephais.Rd @@ -3,7 +3,7 @@ \docType{data} \name{celephais} \alias{celephais} -\title{Dataset of "Celephais"} +\title{Dataset of "CELEPHAIS"} \format{ A character vector with 202 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain celephais } \description{ -A dataset containing text of H. P. Lovecraft's "Celephais" +A dataset containing text of H. P. Lovecraft's "CELEPHAIS" } \examples{ data("celephais") diff --git a/man/cool_air.Rd b/man/cool_air.Rd index 6056e3c..fca9923 100644 --- a/man/cool_air.Rd +++ b/man/cool_air.Rd @@ -3,7 +3,7 @@ \docType{data} \name{cool_air} \alias{cool_air} -\title{Dataset of "Cool Air"} +\title{Dataset of "COOL AIR"} \format{ A character vector with 292 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain cool_air } \description{ -A dataset containing text of H. P. Lovecraft's "Cool Air" +A dataset containing text of H. P. Lovecraft's "COOL AIR" } \examples{ data("cool_air") diff --git a/man/dagon.Rd b/man/dagon.Rd index 8b206a4..368f3a4 100644 --- a/man/dagon.Rd +++ b/man/dagon.Rd @@ -3,7 +3,7 @@ \docType{data} \name{dagon} \alias{dagon} -\title{Dataset of "Dagon"} +\title{Dataset of "DAGON"} \format{ A character vector with 187 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain dagon } \description{ -A dataset containing text of H. P. Lovecraft's "Dagon" +A dataset containing text of H. P. Lovecraft's "DAGON" } \examples{ data("dagon") diff --git a/man/dreams_in_the_witch_house.Rd b/man/dreams_in_the_witch_house.Rd index 2e7e796..09a86f0 100644 --- a/man/dreams_in_the_witch_house.Rd +++ b/man/dreams_in_the_witch_house.Rd @@ -3,7 +3,7 @@ \docType{data} \name{dreams_in_the_witch_house} \alias{dreams_in_the_witch_house} -\title{Dataset of "Dreams In The Witch-House"} +\title{Dataset of "DREAMS IN THE WITCH-HOUSE"} \format{ A character vector with 1,271 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain dreams_in_the_witch_house } \description{ -A dataset containing text of H. P. Lovecraft's "Dreams In The Witch-House" +A dataset containing text of H. P. Lovecraft's "DREAMS IN THE WITCH-HOUSE" } \examples{ data("dreams_in_the_witch_house") diff --git a/man/ex_oblivione.Rd b/man/ex_oblivione.Rd index 17e0dba..574a137 100644 --- a/man/ex_oblivione.Rd +++ b/man/ex_oblivione.Rd @@ -3,7 +3,7 @@ \docType{data} \name{ex_oblivione} \alias{ex_oblivione} -\title{Dataset of "Ex Oblivione"} +\title{Dataset of "EX OBLIVIONE"} \format{ A character vector with 66 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain ex_oblivione } \description{ -A dataset containing text of H. P. Lovecraft's "Ex Oblivione" +A dataset containing text of H. P. Lovecraft's "EX OBLIVIONE" } \examples{ data("ex_oblivione") diff --git a/man/facts_concerning_the_late_arthur_jermyn_and_his_family.Rd b/man/facts_concerning_the_late_arthur_jermyn_and_his_family.Rd index 52a9ee6..837e357 100644 --- a/man/facts_concerning_the_late_arthur_jermyn_and_his_family.Rd +++ b/man/facts_concerning_the_late_arthur_jermyn_and_his_family.Rd @@ -3,7 +3,7 @@ \docType{data} \name{facts_concerning_the_late_arthur_jermyn_and_his_family} \alias{facts_concerning_the_late_arthur_jermyn_and_his_family} -\title{Dataset of "Facts Concerning The Late Arthur Jermyn And His Family"} +\title{Dataset of "FACTS CONCERNING THE LATE ARTHUR JERMYN AND HIS FAMILY"} \format{ A character vector with 303 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain facts_concerning_the_late_arthur_jermyn_and_his_family } \description{ -A dataset containing text of H. P. Lovecraft's "Facts Concerning The Late Arthur Jermyn And His Family" +A dataset containing text of H. P. Lovecraft's "FACTS CONCERNING THE LATE ARTHUR JERMYN AND HIS FAMILY" } \examples{ data("facts_concerning_the_late_arthur_jermyn_and_his_family") diff --git a/man/from_beyond.Rd b/man/from_beyond.Rd index 163d27b..121330e 100644 --- a/man/from_beyond.Rd +++ b/man/from_beyond.Rd @@ -3,7 +3,7 @@ \docType{data} \name{from_beyond} \alias{from_beyond} -\title{Dataset of "From Beyond"} +\title{Dataset of "FROM BEYOND"} \format{ A character vector with 222 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain from_beyond } \description{ -A dataset containing text of H. P. Lovecraft's "From Beyond" +A dataset containing text of H. P. Lovecraft's "FROM BEYOND" } \examples{ data("from_beyond") diff --git a/man/he.Rd b/man/he.Rd index 04bd8d7..816dbd3 100644 --- a/man/he.Rd +++ b/man/he.Rd @@ -3,7 +3,7 @@ \docType{data} \name{he} \alias{he} -\title{Dataset of "He"} +\title{Dataset of "HE"} \format{ A character vector with 360 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain he } \description{ -A dataset containing text of H. P. Lovecraft's "He" +A dataset containing text of H. P. Lovecraft's "HE" } \examples{ data("he") diff --git a/man/herbert_west_reanimator.Rd b/man/herbert_west_reanimator.Rd index 699dfc6..d7f286d 100644 --- a/man/herbert_west_reanimator.Rd +++ b/man/herbert_west_reanimator.Rd @@ -3,7 +3,7 @@ \docType{data} \name{herbert_west_reanimator} \alias{herbert_west_reanimator} -\title{Dataset of "Herbert West: Reanimator"} +\title{Dataset of "HERBERT WEST: REANIMATOR"} \format{ A character vector with 1,053 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain herbert_west_reanimator } \description{ -A dataset containing text of H. P. Lovecraft's "Herbert West: Reanimator" +A dataset containing text of H. P. Lovecraft's "HERBERT WEST: REANIMATOR" } \examples{ data("herbert_west_reanimator") diff --git a/man/hypnos.Rd b/man/hypnos.Rd index 56a82c9..ec03a61 100644 --- a/man/hypnos.Rd +++ b/man/hypnos.Rd @@ -3,7 +3,7 @@ \docType{data} \name{hypnos} \alias{hypnos} -\title{Dataset of "Hypnos"} +\title{Dataset of "HYPNOS"} \format{ A character vector with 233 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain hypnos } \description{ -A dataset containing text of H. P. Lovecraft's "Hypnos" +A dataset containing text of H. P. Lovecraft's "HYPNOS" } \examples{ data("hypnos") diff --git a/man/imprisoned_with_the_pharoahs.Rd b/man/imprisoned_with_the_pharoahs.Rd index 099ac95..80f8901 100644 --- a/man/imprisoned_with_the_pharoahs.Rd +++ b/man/imprisoned_with_the_pharoahs.Rd @@ -3,7 +3,7 @@ \docType{data} \name{imprisoned_with_the_pharoahs} \alias{imprisoned_with_the_pharoahs} -\title{Dataset of "Imprisoned With The Pharaohs"} +\title{Dataset of "IMPRISONED WITH THE PHARAOHS"} \format{ A character vector with 948 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain imprisoned_with_the_pharoahs } \description{ -A dataset containing text of H. P. Lovecraft's "Imprisoned With The Pharaohs" +A dataset containing text of H. P. Lovecraft's "IMPRISONED WITH THE PHARAOHS" } \examples{ data("imprisoned_with_the_pharoahs") diff --git a/man/in_the_vault.Rd b/man/in_the_vault.Rd index 9aae7ef..02c9bb9 100644 --- a/man/in_the_vault.Rd +++ b/man/in_the_vault.Rd @@ -3,7 +3,7 @@ \docType{data} \name{in_the_vault} \alias{in_the_vault} -\title{Dataset of "In The Vault"} +\title{Dataset of "IN THE VAULT"} \format{ A character vector with 272 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain in_the_vault } \description{ -A dataset containing text of H. P. Lovecraft's "In The Vault" +A dataset containing text of H. P. Lovecraft's "IN THE VAULT" } \examples{ data("in_the_vault") diff --git a/man/medusas_coil.Rd b/man/medusas_coil.Rd index d5ea739..d764000 100644 --- a/man/medusas_coil.Rd +++ b/man/medusas_coil.Rd @@ -3,7 +3,7 @@ \docType{data} \name{medusas_coil} \alias{medusas_coil} -\title{Dataset of "Medusa's Coil"} +\title{Dataset of "MEDUSA'S COIL"} \format{ A character vector with 1,443 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain medusas_coil } \description{ -A dataset containing text of H. P. Lovecraft's "Medusa's Coil" +A dataset containing text of H. P. Lovecraft's "MEDUSA'S COIL" } \examples{ data("medusas_coil") diff --git a/man/memory.Rd b/man/memory.Rd index 979278b..b2d187b 100644 --- a/man/memory.Rd +++ b/man/memory.Rd @@ -3,7 +3,7 @@ \docType{data} \name{memory} \alias{memory} -\title{Dataset of "Memory"} +\title{Dataset of "MEMORY"} \format{ A character vector with 31 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain memory } \description{ -A dataset containing text of H. P. Lovecraft's "Memory" +A dataset containing text of H. P. Lovecraft's "MEMORY" } \examples{ data("memory") diff --git a/man/nyarlathotep.Rd b/man/nyarlathotep.Rd index f654560..9b553a6 100644 --- a/man/nyarlathotep.Rd +++ b/man/nyarlathotep.Rd @@ -3,7 +3,7 @@ \docType{data} \name{nyarlathotep} \alias{nyarlathotep} -\title{Dataset of "Nyarlathotep"} +\title{Dataset of "NYARLATHOTEP"} \format{ A character vector with 97 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain nyarlathotep } \description{ -A dataset containing text of H. P. Lovecraft's "Nyarlathotep" +A dataset containing text of H. P. Lovecraft's "NYARLATHOTEP" } \examples{ data("nyarlathotep") diff --git a/man/pickmans_model.Rd b/man/pickmans_model.Rd index c1c3571..3ca2395 100644 --- a/man/pickmans_model.Rd +++ b/man/pickmans_model.Rd @@ -3,7 +3,7 @@ \docType{data} \name{pickmans_model} \alias{pickmans_model} -\title{Dataset of "Pickman's Model"} +\title{Dataset of "PICKMAN'S MODEL"} \format{ A character vector with 455 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain pickmans_model } \description{ -A dataset containing text of H. P. Lovecraft's "Pickman's Model" +A dataset containing text of H. P. Lovecraft's "PICKMAN'S MODEL" } \examples{ data("pickmans_model") diff --git a/man/poetry_of_the_gods.Rd b/man/poetry_of_the_gods.Rd index 61efb0e..8746ddb 100644 --- a/man/poetry_of_the_gods.Rd +++ b/man/poetry_of_the_gods.Rd @@ -3,7 +3,7 @@ \docType{data} \name{poetry_of_the_gods} \alias{poetry_of_the_gods} -\title{Dataset of "Poetry Of The Gods"} +\title{Dataset of "POETRY OF THE GODS"} \format{ A character vector with 157 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain poetry_of_the_gods } \description{ -A dataset containing text of H. P. Lovecraft's "Poetry Of The Gods" +A dataset containing text of H. P. Lovecraft's "POETRY OF THE GODS" } \examples{ data("poetry_of_the_gods") diff --git a/man/polaris.Rd b/man/polaris.Rd index 4c8fc44..bb96dcb 100644 --- a/man/polaris.Rd +++ b/man/polaris.Rd @@ -3,7 +3,7 @@ \docType{data} \name{polaris} \alias{polaris} -\title{Dataset of "Polaris"} +\title{Dataset of "POLARIS"} \format{ A character vector with 129 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain polaris } \description{ -A dataset containing text of H. P. Lovecraft's "Polaris" +A dataset containing text of H. P. Lovecraft's "POLARIS" } \examples{ data("polaris") diff --git a/man/the_alchemist.Rd b/man/the_alchemist.Rd index b18466b..96a40b4 100644 --- a/man/the_alchemist.Rd +++ b/man/the_alchemist.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_alchemist} \alias{the_alchemist} -\title{Dataset of "The Alchemist"} +\title{Dataset of "THE ALCHEMIST"} \format{ A character vector with 295 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_alchemist } \description{ -A dataset containing text of H. P. Lovecraft's "The Alchemist" +A dataset containing text of H. P. Lovecraft's "THE ALCHEMIST" } \examples{ data("the_alchemist") diff --git a/man/the_beast_in_the_cave.Rd b/man/the_beast_in_the_cave.Rd index 5b3282a..577ac39 100644 --- a/man/the_beast_in_the_cave.Rd +++ b/man/the_beast_in_the_cave.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_beast_in_the_cave} \alias{the_beast_in_the_cave} -\title{Dataset of "The Beast In The Cave"} +\title{Dataset of "THE BEAST IN THE CAVE"} \format{ A character vector with 204 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_beast_in_the_cave } \description{ -A dataset containing text of H. P. Lovecraft's "The Beast In The Cave" +A dataset containing text of H. P. Lovecraft's "THE BEAST IN THE CAVE" } \examples{ data("the_beast_in_the_cave") diff --git a/man/the_book.Rd b/man/the_book.Rd index 44f0cf0..99c39fa 100644 --- a/man/the_book.Rd +++ b/man/the_book.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_book} \alias{the_book} -\title{Dataset of "The Book"} +\title{Dataset of "THE BOOK"} \format{ A character vector with 95 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_book } \description{ -A dataset containing text of H. P. Lovecraft's "The Book" +A dataset containing text of H. P. Lovecraft's "THE BOOK" } \examples{ data("the_book") diff --git a/man/the_call_of_cthulhu.Rd b/man/the_call_of_cthulhu.Rd index 0f681ba..0198fb6 100644 --- a/man/the_call_of_cthulhu.Rd +++ b/man/the_call_of_cthulhu.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_call_of_cthulhu} \alias{the_call_of_cthulhu} -\title{Dataset of "The Call Of Cthulhu"} +\title{Dataset of "THE CALL OF CTHULHU"} \format{ A character vector with 1,030 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_call_of_cthulhu } \description{ -A dataset containing text of H. P. Lovecraft's "The Call Of Cthulhu" +A dataset containing text of H. P. Lovecraft's "THE CALL OF CTHULHU" } \examples{ data("the_call_of_cthulhu") diff --git a/man/the_case_of_charles_dexter_ward.Rd b/man/the_case_of_charles_dexter_ward.Rd index 395f845..62b4e3f 100644 --- a/man/the_case_of_charles_dexter_ward.Rd +++ b/man/the_case_of_charles_dexter_ward.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_case_of_charles_dexter_ward} \alias{the_case_of_charles_dexter_ward} -\title{Dataset of "The Case Of Charles Dexter Ward"} +\title{Dataset of "THE CASE OF CHARLES DEXTER WARD"} \format{ A character vector with 4,358 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_case_of_charles_dexter_ward } \description{ -A dataset containing text of H. P. Lovecraft's "The Case Of Charles Dexter Ward" +A dataset containing text of H. P. Lovecraft's "THE CASE OF CHARLES DEXTER WARD" } \examples{ data("the_case_of_charles_dexter_ward") diff --git a/man/the_cats_of_ulthar.Rd b/man/the_cats_of_ulthar.Rd index 3c71985..e65711e 100644 --- a/man/the_cats_of_ulthar.Rd +++ b/man/the_cats_of_ulthar.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_cats_of_ulthar} \alias{the_cats_of_ulthar} -\title{Dataset of "The Cats Of Ulthar"} +\title{Dataset of "THE CATS OF ULTHAR"} \format{ A character vector with 109 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_cats_of_ulthar } \description{ -A dataset containing text of H. P. Lovecraft's "The Cats Of Ulthar" +A dataset containing text of H. P. Lovecraft's "THE CATS OF ULTHAR" } \examples{ data("the_cats_of_ulthar") diff --git a/man/the_colour_out_of_space.Rd b/man/the_colour_out_of_space.Rd index 8d7250a..f5e47e5 100644 --- a/man/the_colour_out_of_space.Rd +++ b/man/the_colour_out_of_space.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_colour_out_of_space} \alias{the_colour_out_of_space} -\title{Dataset of "The Colour Out Of Space"} +\title{Dataset of "THE COLOUR OUT OF SPACE"} \format{ A character vector with 967 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_colour_out_of_space } \description{ -A dataset containing text of H. P. Lovecraft's "The Colour Out Of Space" +A dataset containing text of H. P. Lovecraft's "THE COLOUR OUT OF SPACE" } \examples{ data("the_colour_out_of_space") diff --git a/man/the_crawling_chaos.Rd b/man/the_crawling_chaos.Rd index c46bcc0..6bdf67b 100644 --- a/man/the_crawling_chaos.Rd +++ b/man/the_crawling_chaos.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_crawling_chaos} \alias{the_crawling_chaos} -\title{Dataset of "The Crawling Chaos"} +\title{Dataset of "THE CRAWLING CHAOS"} \format{ A character vector with 234 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_crawling_chaos } \description{ -A dataset containing text of H. P. Lovecraft's "The Crawling Chaos" +A dataset containing text of H. P. Lovecraft's "THE CRAWLING CHAOS" } \examples{ data("the_crawling_chaos") diff --git a/man/the_descendent.Rd b/man/the_descendent.Rd index 4185ea6..029a14d 100644 --- a/man/the_descendent.Rd +++ b/man/the_descendent.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_descendent} \alias{the_descendent} -\title{Dataset of "The Descendant"} +\title{Dataset of "THE DESCENDANT"} \format{ A character vector with 121 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_descendent } \description{ -A dataset containing text of H. P. Lovecraft's "The Descendant" +A dataset containing text of H. P. Lovecraft's "THE DESCENDANT" } \examples{ data("the_descendent") diff --git a/man/the_doom_that_came_to_sarnath.Rd b/man/the_doom_that_came_to_sarnath.Rd index af7963c..48764a4 100644 --- a/man/the_doom_that_came_to_sarnath.Rd +++ b/man/the_doom_that_came_to_sarnath.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_doom_that_came_to_sarnath} \alias{the_doom_that_came_to_sarnath} -\title{Dataset of "The Doom That Came To Sarnath"} +\title{Dataset of "THE DOOM THAT CAME TO SARNATH"} \format{ A character vector with 218 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_doom_that_came_to_sarnath } \description{ -A dataset containing text of H. P. Lovecraft's "The Doom That Came To Sarnath" +A dataset containing text of H. P. Lovecraft's "THE DOOM THAT CAME TO SARNATH" } \examples{ data("the_doom_that_came_to_sarnath") diff --git a/man/the_dream_quest_of_unknown_kadath.Rd b/man/the_dream_quest_of_unknown_kadath.Rd index 1736050..0b647b3 100644 --- a/man/the_dream_quest_of_unknown_kadath.Rd +++ b/man/the_dream_quest_of_unknown_kadath.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_dream_quest_of_unknown_kadath} \alias{the_dream_quest_of_unknown_kadath} -\title{Dataset of "The Dream Quest Of Unknown Kadath"} +\title{Dataset of "THE DREAM QUEST OF UNKNOWN KADATH"} \format{ A character vector with 3,475 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_dream_quest_of_unknown_kadath } \description{ -A dataset containing text of H. P. Lovecraft's "The Dream Quest Of Unknown Kadath" +A dataset containing text of H. P. Lovecraft's "THE DREAM QUEST OF UNKNOWN KADATH" } \examples{ data("the_dream_quest_of_unknown_kadath") diff --git a/man/the_dunwich_horror.Rd b/man/the_dunwich_horror.Rd index 475a438..bca5bb1 100644 --- a/man/the_dunwich_horror.Rd +++ b/man/the_dunwich_horror.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_dunwich_horror} \alias{the_dunwich_horror} -\title{Dataset of "The Dunwich Horror"} +\title{Dataset of "THE DUNWICH HORROR"} \format{ A character vector with 1,533 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_dunwich_horror } \description{ -A dataset containing text of H. P. Lovecraft's "The Dunwich Horror" +A dataset containing text of H. P. Lovecraft's "THE DUNWICH HORROR" } \examples{ data("the_dunwich_horror") diff --git a/man/the_evil_clergyman.Rd b/man/the_evil_clergyman.Rd index b88a33d..44b5f5c 100644 --- a/man/the_evil_clergyman.Rd +++ b/man/the_evil_clergyman.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_evil_clergyman} \alias{the_evil_clergyman} -\title{Dataset of "The Evil Clergyman"} +\title{Dataset of "THE EVIL CLERGYMAN"} \format{ A character vector with 147 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_evil_clergyman } \description{ -A dataset containing text of H. P. Lovecraft's "The Evil Clergyman" +A dataset containing text of H. P. Lovecraft's "THE EVIL CLERGYMAN" } \examples{ data("the_evil_clergyman") diff --git a/man/the_festival.Rd b/man/the_festival.Rd index 856018d..6d365e4 100644 --- a/man/the_festival.Rd +++ b/man/the_festival.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_festival} \alias{the_festival} -\title{Dataset of "The Festival"} +\title{Dataset of "THE FESTIVAL"} \format{ A character vector with 303 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_festival } \description{ -A dataset containing text of H. P. Lovecraft's "The Festival" +A dataset containing text of H. P. Lovecraft's "THE FESTIVAL" } \examples{ data("the_festival") diff --git a/man/the_haunter_of_the_dark.Rd b/man/the_haunter_of_the_dark.Rd index 964d09a..d3d798e 100644 --- a/man/the_haunter_of_the_dark.Rd +++ b/man/the_haunter_of_the_dark.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_haunter_of_the_dark} \alias{the_haunter_of_the_dark} -\title{Dataset of "The Haunter Of The Dark"} +\title{Dataset of "THE HAUNTER OF THE DARK"} \format{ A character vector with 828 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_haunter_of_the_dark } \description{ -A dataset containing text of H. P. Lovecraft's "The Haunter Of The Dark" +A dataset containing text of H. P. Lovecraft's "THE HAUNTER OF THE DARK" } \examples{ data("the_haunter_of_the_dark") diff --git a/man/the_horror_at_martins_beach.Rd b/man/the_horror_at_martins_beach.Rd index e6b1e1a..c688989 100644 --- a/man/the_horror_at_martins_beach.Rd +++ b/man/the_horror_at_martins_beach.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_horror_at_martins_beach} \alias{the_horror_at_martins_beach} -\title{Dataset of "The Horror At Martin's Beach"} +\title{Dataset of "THE HORROR AT MARTIN'S BEACH"} \format{ A character vector with 225 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_horror_at_martins_beach } \description{ -A dataset containing text of H. P. Lovecraft's "The Horror At Martin's Beach" +A dataset containing text of H. P. Lovecraft's "THE HORROR AT MARTIN'S BEACH" } \examples{ data("the_horror_at_martins_beach") diff --git a/man/the_horror_at_redhook.Rd b/man/the_horror_at_redhook.Rd index 16ac7f5..33c7977 100644 --- a/man/the_horror_at_redhook.Rd +++ b/man/the_horror_at_redhook.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_horror_at_redhook} \alias{the_horror_at_redhook} -\title{Dataset of "The Horror At Red Hook"} +\title{Dataset of "THE HORROR AT RED HOOK"} \format{ A character vector with 702 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_horror_at_redhook } \description{ -A dataset containing text of H. P. Lovecraft's "The Horror At Red Hook" +A dataset containing text of H. P. Lovecraft's "THE HORROR AT RED HOOK" } \examples{ data("the_horror_at_redhook") diff --git a/man/the_hound.Rd b/man/the_hound.Rd index a0f0962..a08c97b 100644 --- a/man/the_hound.Rd +++ b/man/the_hound.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_hound} \alias{the_hound} -\title{Dataset of "The Hound"} +\title{Dataset of "THE HOUND"} \format{ A character vector with 266 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_hound } \description{ -A dataset containing text of H. P. Lovecraft's "The Hound" +A dataset containing text of H. P. Lovecraft's "THE HOUND" } \examples{ data("the_hound") diff --git a/man/the_lurking_fear.Rd b/man/the_lurking_fear.Rd index e87d73b..7fc680f 100644 --- a/man/the_lurking_fear.Rd +++ b/man/the_lurking_fear.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_lurking_fear} \alias{the_lurking_fear} -\title{Dataset of "The Lurking Fear"} +\title{Dataset of "THE LURKING FEAR"} \format{ A character vector with 656 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_lurking_fear } \description{ -A dataset containing text of H. P. Lovecraft's "The Lurking Fear" +A dataset containing text of H. P. Lovecraft's "THE LURKING FEAR" } \examples{ data("the_lurking_fear") diff --git a/man/the_moon_bog.Rd b/man/the_moon_bog.Rd index 5ab6f7a..2ab01dc 100644 --- a/man/the_moon_bog.Rd +++ b/man/the_moon_bog.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_moon_bog} \alias{the_moon_bog} -\title{Dataset of "The Moon Bog"} +\title{Dataset of "THE MOON BOG"} \format{ A character vector with 266 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_moon_bog } \description{ -A dataset containing text of H. P. Lovecraft's "The Moon Bog" +A dataset containing text of H. P. Lovecraft's "THE MOON BOG" } \examples{ data("the_moon_bog") diff --git a/man/the_music_of_erich_zann.Rd b/man/the_music_of_erich_zann.Rd index c56f330..100d740 100644 --- a/man/the_music_of_erich_zann.Rd +++ b/man/the_music_of_erich_zann.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_music_of_erich_zann} \alias{the_music_of_erich_zann} -\title{Dataset of "The Music Of Erich Zann"} +\title{Dataset of "THE MUSIC OF ERICH ZANN"} \format{ A character vector with 285 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_music_of_erich_zann } \description{ -A dataset containing text of H. P. Lovecraft's "The Music Of Erich Zann" +A dataset containing text of H. P. Lovecraft's "THE MUSIC OF ERICH ZANN" } \examples{ data("the_music_of_erich_zann") diff --git a/man/the_nameless_city.Rd b/man/the_nameless_city.Rd index 2ee5692..bb46896 100644 --- a/man/the_nameless_city.Rd +++ b/man/the_nameless_city.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_nameless_city} \alias{the_nameless_city} -\title{Dataset of "The Nameless City"} +\title{Dataset of "THE NAMELESS CITY"} \format{ A character vector with 418 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_nameless_city } \description{ -A dataset containing text of H. P. Lovecraft's "The Nameless City" +A dataset containing text of H. P. Lovecraft's "THE NAMELESS CITY" } \examples{ data("the_nameless_city") diff --git a/man/the_other_gods.Rd b/man/the_other_gods.Rd index a6551ac..38d5b53 100644 --- a/man/the_other_gods.Rd +++ b/man/the_other_gods.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_other_gods} \alias{the_other_gods} -\title{Dataset of "The Other Gods"} +\title{Dataset of "THE OTHER GODS"} \format{ A character vector with 160 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_other_gods } \description{ -A dataset containing text of H. P. Lovecraft's "The Other Gods" +A dataset containing text of H. P. Lovecraft's "THE OTHER GODS" } \examples{ data("the_other_gods") diff --git a/man/the_outsider.Rd b/man/the_outsider.Rd index b998ea5..2ea7cdc 100644 --- a/man/the_outsider.Rd +++ b/man/the_outsider.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_outsider} \alias{the_outsider} -\title{Dataset of "The Outsider"} +\title{Dataset of "THE OUTSIDER"} \format{ A character vector with 213 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_outsider } \description{ -A dataset containing text of H. P. Lovecraft's "The Outsider" +A dataset containing text of H. P. Lovecraft's "THE OUTSIDER" } \examples{ data("the_outsider") diff --git a/man/the_picture_in_the_house.Rd b/man/the_picture_in_the_house.Rd index ffc304e..e6f67dc 100644 --- a/man/the_picture_in_the_house.Rd +++ b/man/the_picture_in_the_house.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_picture_in_the_house} \alias{the_picture_in_the_house} -\title{Dataset of "The Picture In The House"} +\title{Dataset of "THE PICTURE IN THE HOUSE"} \format{ A character vector with 263 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_picture_in_the_house } \description{ -A dataset containing text of H. P. Lovecraft's "The Picture In The House" +A dataset containing text of H. P. Lovecraft's "THE PICTURE IN THE HOUSE" } \examples{ data("the_picture_in_the_house") diff --git a/man/the_quest_of_iranon.Rd b/man/the_quest_of_iranon.Rd index 99ba9f7..773c11d 100644 --- a/man/the_quest_of_iranon.Rd +++ b/man/the_quest_of_iranon.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_quest_of_iranon} \alias{the_quest_of_iranon} -\title{Dataset of "The Quest Of Iranon"} +\title{Dataset of "THE QUEST OF IRANON"} \format{ A character vector with 215 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_quest_of_iranon } \description{ -A dataset containing text of H. P. Lovecraft's "The Quest Of Iranon" +A dataset containing text of H. P. Lovecraft's "THE QUEST OF IRANON" } \examples{ data("the_quest_of_iranon") diff --git a/man/the_rats_in_the_walls.Rd b/man/the_rats_in_the_walls.Rd index c473663..a71ee60 100644 --- a/man/the_rats_in_the_walls.Rd +++ b/man/the_rats_in_the_walls.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_rats_in_the_walls} \alias{the_rats_in_the_walls} -\title{Dataset of "The Rats In The Walls"} +\title{Dataset of "THE RATS IN THE WALLS"} \format{ A character vector with 691 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_rats_in_the_walls } \description{ -A dataset containing text of H. P. Lovecraft's "The Rats In The Walls" +A dataset containing text of H. P. Lovecraft's "THE RATS IN THE WALLS" } \examples{ data("the_rats_in_the_walls") diff --git a/man/the_shadow_out_of_time.Rd b/man/the_shadow_out_of_time.Rd index 25bed1e..0f16e15 100644 --- a/man/the_shadow_out_of_time.Rd +++ b/man/the_shadow_out_of_time.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_shadow_out_of_time} \alias{the_shadow_out_of_time} -\title{Dataset of "The Shadow Out Of Time"} +\title{Dataset of "THE SHADOW OUT OF TIME"} \format{ A character vector with 2,529 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_shadow_out_of_time } \description{ -A dataset containing text of H. P. Lovecraft's "The Shadow Out Of Time" +A dataset containing text of H. P. Lovecraft's "THE SHADOW OUT OF TIME" } \examples{ data("the_shadow_out_of_time") diff --git a/man/the_shadow_over_innsmouth.Rd b/man/the_shadow_over_innsmouth.Rd index dd13be2..306d125 100644 --- a/man/the_shadow_over_innsmouth.Rd +++ b/man/the_shadow_over_innsmouth.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_shadow_over_innsmouth} \alias{the_shadow_over_innsmouth} -\title{Dataset of "The Shadow Over Innsmouth"} +\title{Dataset of "THE SHADOW OVER INNSMOUTH"} \format{ A character vector with 2,318 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_shadow_over_innsmouth } \description{ -A dataset containing text of H. P. Lovecraft's "The Shadow Over Innsmouth" +A dataset containing text of H. P. Lovecraft's "THE SHADOW OVER INNSMOUTH" } \examples{ data("the_shadow_over_innsmouth") diff --git a/man/the_shunned_house.Rd b/man/the_shunned_house.Rd index 67d0d03..5dcd3be 100644 --- a/man/the_shunned_house.Rd +++ b/man/the_shunned_house.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_shunned_house} \alias{the_shunned_house} -\title{Dataset of "The Shunned House"} +\title{Dataset of "THE SHUNNED HOUSE"} \format{ A character vector with 916 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_shunned_house } \description{ -A dataset containing text of H. P. Lovecraft's "The Shunned House" +A dataset containing text of H. P. Lovecraft's "THE SHUNNED HOUSE" } \examples{ data("the_shunned_house") diff --git a/man/the_silver_key.Rd b/man/the_silver_key.Rd index de327cc..dbaacaf 100644 --- a/man/the_silver_key.Rd +++ b/man/the_silver_key.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_silver_key} \alias{the_silver_key} -\title{Dataset of "The Silver Key"} +\title{Dataset of "THE SILVER KEY"} \format{ A character vector with 404 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_silver_key } \description{ -A dataset containing text of H. P. Lovecraft's "The Silver Key" +A dataset containing text of H. P. Lovecraft's "THE SILVER KEY" } \examples{ data("the_silver_key") diff --git a/man/the_statement_of_randolph_carter.Rd b/man/the_statement_of_randolph_carter.Rd index f450772..c551f8b 100644 --- a/man/the_statement_of_randolph_carter.Rd +++ b/man/the_statement_of_randolph_carter.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_statement_of_randolph_carter} \alias{the_statement_of_randolph_carter} -\title{Dataset of "The Statement Of Randolph Carter"} +\title{Dataset of "THE STATEMENT OF RANDOLPH CARTER"} \format{ A character vector with 221 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_statement_of_randolph_carter } \description{ -A dataset containing text of H. P. Lovecraft's "The Statement Of Randolph Carter" +A dataset containing text of H. P. Lovecraft's "THE STATEMENT OF RANDOLPH CARTER" } \examples{ data("the_statement_of_randolph_carter") diff --git a/man/the_strange_high_house_in_the_mist.Rd b/man/the_strange_high_house_in_the_mist.Rd index 0ef81e1..d82e226 100644 --- a/man/the_strange_high_house_in_the_mist.Rd +++ b/man/the_strange_high_house_in_the_mist.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_strange_high_house_in_the_mist} \alias{the_strange_high_house_in_the_mist} -\title{Dataset of "The Strange High House In The Mist"} +\title{Dataset of "THE STRANGE HIGH HOUSE IN THE MIST"} \format{ A character vector with 289 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_strange_high_house_in_the_mist } \description{ -A dataset containing text of H. P. Lovecraft's "The Strange High House In The Mist" +A dataset containing text of H. P. Lovecraft's "THE STRANGE HIGH HOUSE IN THE MIST" } \examples{ data("the_strange_high_house_in_the_mist") diff --git a/man/the_street.Rd b/man/the_street.Rd index e9454b3..da0596a 100644 --- a/man/the_street.Rd +++ b/man/the_street.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_street} \alias{the_street} -\title{Dataset of "The Street"} +\title{Dataset of "THE STREET"} \format{ A character vector with 183 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_street } \description{ -A dataset containing text of H. P. Lovecraft's "The Street" +A dataset containing text of H. P. Lovecraft's "THE STREET" } \examples{ data("the_street") diff --git a/man/the_temple.Rd b/man/the_temple.Rd index 6846234..e4cfd09 100644 --- a/man/the_temple.Rd +++ b/man/the_temple.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_temple} \alias{the_temple} -\title{Dataset of "The Temple"} +\title{Dataset of "THE TEMPLE"} \format{ A character vector with 450 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_temple } \description{ -A dataset containing text of H. P. Lovecraft's "The Temple" +A dataset containing text of H. P. Lovecraft's "THE TEMPLE" } \examples{ data("the_temple") diff --git a/man/the_terrible_old_man.Rd b/man/the_terrible_old_man.Rd index 7220110..e9fdd02 100644 --- a/man/the_terrible_old_man.Rd +++ b/man/the_terrible_old_man.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_terrible_old_man} \alias{the_terrible_old_man} -\title{Dataset of "The Terrible Old Man"} +\title{Dataset of "THE TERRIBLE OLD MAN"} \format{ A character vector with 87 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_terrible_old_man } \description{ -A dataset containing text of H. P. Lovecraft's "The Terrible Old Man" +A dataset containing text of H. P. Lovecraft's "THE TERRIBLE OLD MAN" } \examples{ data("the_terrible_old_man") diff --git a/man/the_thing_on_the_doorstep.Rd b/man/the_thing_on_the_doorstep.Rd index c979321..6e5f88a 100644 --- a/man/the_thing_on_the_doorstep.Rd +++ b/man/the_thing_on_the_doorstep.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_thing_on_the_doorstep} \alias{the_thing_on_the_doorstep} -\title{Dataset of "The Thing On The Doorstep"} +\title{Dataset of "THE THING ON THE DOORSTEP"} \format{ A character vector with 931 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_thing_on_the_doorstep } \description{ -A dataset containing text of H. P. Lovecraft's "The Thing On The Doorstep" +A dataset containing text of H. P. Lovecraft's "THE THING ON THE DOORSTEP" } \examples{ data("the_thing_on_the_doorstep") diff --git a/man/the_tomb.Rd b/man/the_tomb.Rd index 9fc4556..5115e01 100644 --- a/man/the_tomb.Rd +++ b/man/the_tomb.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_tomb} \alias{the_tomb} -\title{Dataset of "The Tomb"} +\title{Dataset of "THE TOMB"} \format{ A character vector with 366 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_tomb } \description{ -A dataset containing text of H. P. Lovecraft's "The Tomb" +A dataset containing text of H. P. Lovecraft's "THE TOMB" } \examples{ data("the_tomb") diff --git a/man/the_transition_of_juan_romero.Rd b/man/the_transition_of_juan_romero.Rd index 3b1912d..82cc684 100644 --- a/man/the_transition_of_juan_romero.Rd +++ b/man/the_transition_of_juan_romero.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_transition_of_juan_romero} \alias{the_transition_of_juan_romero} -\title{Dataset of "The Transition Of Juan Romero"} +\title{Dataset of "THE TRANSITION OF JUAN ROMERO"} \format{ A character vector with 234 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_transition_of_juan_romero } \description{ -A dataset containing text of H. P. Lovecraft's "The Transition Of Juan Romero" +A dataset containing text of H. P. Lovecraft's "THE TRANSITION OF JUAN ROMERO" } \examples{ data("the_transition_of_juan_romero") diff --git a/man/the_tree.Rd b/man/the_tree.Rd index 599f1b4..03c3a54 100644 --- a/man/the_tree.Rd +++ b/man/the_tree.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_tree} \alias{the_tree} -\title{Dataset of "The Tree"} +\title{Dataset of "THE TREE"} \format{ A character vector with 127 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_tree } \description{ -A dataset containing text of H. P. Lovecraft's "The Tree" +A dataset containing text of H. P. Lovecraft's "THE TREE" } \examples{ data("the_tree") diff --git a/man/the_unnamable.Rd b/man/the_unnamable.Rd index 2ce7201..1564fd2 100644 --- a/man/the_unnamable.Rd +++ b/man/the_unnamable.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_unnamable} \alias{the_unnamable} -\title{Dataset of "The Unnamable"} +\title{Dataset of "THE UNNAMABLE"} \format{ A character vector with 239 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_unnamable } \description{ -A dataset containing text of H. P. Lovecraft's "The Unnamable" +A dataset containing text of H. P. Lovecraft's "THE UNNAMABLE" } \examples{ data("the_unnamable") diff --git a/man/the_very_old_folk.Rd b/man/the_very_old_folk.Rd index 8b90861..dd5ed85 100644 --- a/man/the_very_old_folk.Rd +++ b/man/the_very_old_folk.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_very_old_folk} \alias{the_very_old_folk} -\title{Dataset of "The Very Old Folk"} +\title{Dataset of "THE VERY OLD FOLK"} \format{ A character vector with 210 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_very_old_folk } \description{ -A dataset containing text of H. P. Lovecraft's "The Very Old Folk" +A dataset containing text of H. P. Lovecraft's "THE VERY OLD FOLK" } \examples{ data("the_very_old_folk") diff --git a/man/the_whisperer_in_darkness.Rd b/man/the_whisperer_in_darkness.Rd index b0d95ad..25b3822 100644 --- a/man/the_whisperer_in_darkness.Rd +++ b/man/the_whisperer_in_darkness.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_whisperer_in_darkness} \alias{the_whisperer_in_darkness} -\title{Dataset of "The Whisperer In Darkness"} +\title{Dataset of "THE WHISPERER IN DARKNESS"} \format{ A character vector with 2,303 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_whisperer_in_darkness } \description{ -A dataset containing text of H. P. Lovecraft's "The Whisperer In Darkness" +A dataset containing text of H. P. Lovecraft's "THE WHISPERER IN DARKNESS" } \examples{ data("the_whisperer_in_darkness") diff --git a/man/the_white_ship.Rd b/man/the_white_ship.Rd index 6126bbb..ec0be8e 100644 --- a/man/the_white_ship.Rd +++ b/man/the_white_ship.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_white_ship} \alias{the_white_ship} -\title{Dataset of "The White Ship"} +\title{Dataset of "THE WHITE SHIP"} \format{ A character vector with 200 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain the_white_ship } \description{ -A dataset containing text of H. P. Lovecraft's "The White Ship" +A dataset containing text of H. P. Lovecraft's "THE WHITE SHIP" } \examples{ data("the_white_ship") diff --git a/man/through_the_gates_of_the_silver_key.Rd b/man/through_the_gates_of_the_silver_key.Rd index cf65fd0..ef894f8 100644 --- a/man/through_the_gates_of_the_silver_key.Rd +++ b/man/through_the_gates_of_the_silver_key.Rd @@ -3,7 +3,7 @@ \docType{data} \name{through_the_gates_of_the_silver_key} \alias{through_the_gates_of_the_silver_key} -\title{Dataset of "Through The Gates Of The Silver Key"} +\title{Dataset of "THROUGH THE GATES OF THE SILVER KEY"} \format{ A character vector with 1,305 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain through_the_gates_of_the_silver_key } \description{ -A dataset containing text of H. P. Lovecraft's "Through The Gates Of The Silver Key" +A dataset containing text of H. P. Lovecraft's "THROUGH THE GATES OF THE SILVER KEY" } \examples{ data("through_the_gates_of_the_silver_key") diff --git a/man/what_the_moon_brings.Rd b/man/what_the_moon_brings.Rd index b0685a8..735359f 100644 --- a/man/what_the_moon_brings.Rd +++ b/man/what_the_moon_brings.Rd @@ -3,7 +3,7 @@ \docType{data} \name{what_the_moon_brings} \alias{what_the_moon_brings} -\title{Dataset of "What The Moon Brings"} +\title{Dataset of "WHAT THE MOON BRINGS"} \format{ A character vector with 60 elements, with roughly 80 characters per line } @@ -14,7 +14,7 @@ Public domain what_the_moon_brings } \description{ -A dataset containing text of H. P. Lovecraft's "What The Moon Brings" +A dataset containing text of H. P. Lovecraft's "WHAT THE MOON BRINGS" } \examples{ data("what_the_moon_brings")