Skip to content

❗ This is a read-only mirror of the CRAN R package repository. iemisctext — Irucka Embry's Miscellaneous Text Collection. Homepage: https://gitlab.com/iembry/iemisctext Report bugs for this package: https://gitlab.com/iembry/iemisctext/-/issues

Notifications You must be signed in to change notification settings

cran/iemisctext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iemisctext

R data package containing an eclectic collection of the following written pieces: “Appeal to Womanhood Throughout the World” By Julia Ward Howe, “The War Prayer” by Mark Twain, “War Is A Racket” by Major General Smedley Butler, “The Mask of Anarchy: Written on the Occasion of the Massacre at Manchester” by Percy Bysshe Shelley, “Connect the D.O.T.S.” by Obiora Embry, “Untitled: Climate Strange” by Irucka Ajani Embry, and “Untitled: Us versus Them or People Screwing over Other People (as we all live on one Earth and there is no “us versus them” in the actual Ultimate Reality}” by Irucka Ajani Embry.

Please refer to the text_citation.cff file for the reference citations and to the COPYRIGHTS file for the reference copyright information.

Installation

install.packages("iemisctext")

Help

With credit due to the matlab package, for a complete list of functions and the package DESCRIPTION file, use:

library(help = "iemisctext")

Vignette Viewing

If you wish to browse the iemisctext Vignettes, please copy-and-paste the following code into R:

library(iemisctext)

utils::browseVignettes("iemisctext")

Package Contents

This package currently contains 7 datasets:

  • anarchy: “The Mask of Anarchy: Written on the Occasion of the Massacre at Manchester” By Percy Bysshe Shelley
  • war_prayer: “The War Prayer” By Mark Twain
  • war_racket: “War Is A Racket” By Major General Smedley Butler
  • connect_dots: “Connect the D.O.T.S.” By Obiora Embry
  • us_them: “Untitled: Us versus Them or People Screwing over Other People (as we all live on one Earth and there is no “us versus them” in the actual Ultimate Reality}” By Irucka Ajani Embry
  • climate_strange: “Untitled: Climate Strange” By Irucka Ajani Embry
  • appeal_womanhood_world: “Appeal to Womanhood Throughout the World” By Julia Ward Howe

Examples (see more examples in the vignettes)

install.load::load_package("tm", "iemisctext")
# load needed packages using the load_package function from the install.load
# package (it is assumed that you have already installed these packages)


# Examples
# metadata for each work

data(appeal_womanhood_world)
meta(appeal_womanhood_world[[1]])
DublinCore(appeal_womanhood_world[[1]])


data(anarchy)
meta(anarchy[[1]])
DublinCore(anarchy[[1]])


data(war_prayer)
meta(war_prayer[[1]])
DublinCore(war_prayer[[1]])


data(war_racket)
meta(war_racket[[1]])
DublinCore(war_racket[[1]])


data(connect_dots)
meta(connect_dots[[1]])
DublinCore(connect_dots[[1]])


data(us_them)
meta(us_them[[1]])
DublinCore(us_them[[1]])


data(climate_strange)
meta(climate_strange[[1]])
DublinCore(climate_strange[[1]])

Disclaimer

This software is provided “AS IS”. See the Artistic License 2.0 for more information.

License

iemisctext is distributed under the Artistic License 2.0, as stated in the DESCRIPTION file. For more info, see Artistic License 2.0 - The Perl and Raku Foundation. Previously, iemisctext was distributed under the GPL >= 3. The Artistic License 2.0 is compatible with the GPL.

Copyright

Some of the content of iemisctext is copyrighted under the CC BY-ND 4.0 license, as stated in the COPYRIGHTS file. For more info, see Attribution-NoDerivatives 4.0 International page.

Some of the content of iemisctext is copyrighted under the CC BY-ND 3.0 license, as stated in the COPYRIGHTS file. For more info, see Attribution-NoDerivatives 4.0 International page.

The remaining content in iemisctext is copyrighted under the CC0 license, the full license text is included in the COPYRIGHTS file. For more info, see CC0 1.0 Universal page.

Donations Accepted

If you want to support the continued development of this and my other R packages, feel free to:

<script src="https://liberapay.com/iaembry/widgets/button.js"></script> Donate using Liberapay

About

❗ This is a read-only mirror of the CRAN R package repository. iemisctext — Irucka Embry's Miscellaneous Text Collection. Homepage: https://gitlab.com/iembry/iemisctext Report bugs for this package: https://gitlab.com/iembry/iemisctext/-/issues

Resources

Stars

Watchers

Forks

Packages

No packages published