From 699ab9a5e0535956c83aed47277b33882cbf1e3d Mon Sep 17 00:00:00 2001 From: Juan Pablo Date: Fri, 2 Aug 2024 15:12:05 -0400 Subject: [PATCH] final check before submission to CRAN --- DESCRIPTION | 4 +++- R/bard.bits.R | 10 +++++----- R/demotivate.R | 2 +- R/motivate.R | 4 ++-- README.Rmd | 2 +- README.md | 2 +- docs/authors.html | 4 ++-- docs/index.html | 10 +++++----- docs/pkgdown.yml | 2 +- docs/reference/bard.bits.html | 12 ++++++------ docs/reference/demotivate.html | 4 ++-- docs/reference/motivate.html | 6 +++--- docs/reference/set.char.seed.html | 2 +- docs/search.json | 2 +- man/bard.bits.Rd | 10 +++++----- man/demotivate.Rd | 2 +- man/motivate.Rd | 4 ++-- tests/spelling.R | 3 +++ 18 files changed, 45 insertions(+), 40 deletions(-) create mode 100644 tests/spelling.R diff --git a/DESCRIPTION b/DESCRIPTION index 0407925..c39dd3f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Authors@R: role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0003-6465-6658")) Maintainer: JP Monteagudo -Description: Generate (de)motivational quotes and Shakespearean word combinations (bard–bits) that a user can consider for their personal projects. Each of the package functions takes two arguments, cat which default to any, and a a numeric or character seed to ensure reproducible results. +Description: Generate motivational quotes and Shakespearean word combinations (bard–bits) that a user can consider for their personal projects. Each of the package functions takes two arguments, cat which default to any, and a a numeric or character seed to ensure reproducible results. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) @@ -16,5 +16,7 @@ LazyData: true URL: https://github.com/jpmonteagudo28/despair BugReports: https://github.com/jpmonteagudo28/despair/issues Suggests: + spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 +Language: en-US diff --git a/R/bard.bits.R b/R/bard.bits.R index 68ab4d8..4201217 100644 --- a/R/bard.bits.R +++ b/R/bard.bits.R @@ -5,21 +5,21 @@ #' 'The Bard of Avon' and the bits ( Shakespeare's characters, places, professions) used to come up with coherent combinations. #' #' @details -#' When the category is 'any' (the default), the function combines Shakespeare's adjectives, +#' When the category is "any" (the default), the function combines Shakespeare's adjectives, #' DSM-5 adjectives, colors and the characters, jobs, animals and things data frames #' to then sample one adjective and one noun from each of the two combinations. #' -#' When the category is 'alliterate', the function combines the adjectives and colors +#' When the category is "alliterate", the function combines the adjectives and colors #' data frames and the animals and characters data frame. After an adjective is selected, #' the first letter will be used to match against a noun. #' -#' When the category is 'character', the function will derive a bard bit from a data frame of Shakespeare's +#' When the category is "character", the function will derive a bard bit from a data frame of Shakespeare's #' characters and the adjectives data frame. #' -#' When the category is 'jobs', the function will derive a bard bit from the adjectives and colors data frame +#' When the category is "jobs", the function will derive a bard bit from the adjectives and colors data frame #' and sample one value from the Shakespeare's jobs data frame. #' -#' When the category is 'dsm_5', the function will derive a bard bit from the combined jobs, +#' When the category is "dsm_5", the function will derive a bard bit from the combined jobs, #' characters, animals and the DSM-5 adjectives data frame. #' #' @param cat a category to be used as bard–bit. Defaults to "any", but "character", diff --git a/R/demotivate.R b/R/demotivate.R index d666078..44549a8 100644 --- a/R/demotivate.R +++ b/R/demotivate.R @@ -15,7 +15,7 @@ #' When cat is 'any' (default), the function combines all category data frames and then #' samples from the new,combined data frame. #' -#' There are a total of six categories: family, life, work, science, tv, and rednecks. +#' There are a total of six categories: family, life, work, science, TV, and rednecks. #' When a specific category is chosen the function will sample from a demotivational quote data #' frame and output a random quote for your spiritual and mental decay. #' diff --git a/R/motivate.R b/R/motivate.R index 0747e19..7b55218 100644 --- a/R/motivate.R +++ b/R/motivate.R @@ -4,8 +4,8 @@ #' \code{motivate()} is a tool to lift up even the unmotivated individual. #' Use with caution and remember— DO take it personally. #' -#' @param cat a motivational category to choose from. The function defaults to 'any'. -#' @param seed a numeric or character seed for reproducible results. The function defaults to 'NULL'. +#' @param cat a motivational category to choose from. The function defaults to "any". +#' @param seed a numeric or character seed for reproducible results. The function defaults to "NULL". #' #' @return \code{motivate()} takes a preferred category and an optional reproducible seed #' to return a motivational quote for the user to feel better at any given time. diff --git a/README.Rmd b/README.Rmd index 3fba739..88f17eb 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,7 @@ knitr::opts_chunk$set( # Overview -`despair` is a package inspired by Shakespeare's work and his well-known pessimism. It allows the user to create short, clever codes called bard–bits inspired by Shakespeare's work and use daily (de)motivational quotes for personal use or to share with others. +`despair` is a package inspired by Shakespeare's work and his well-known pessimism. It allows the user to create short, clever codes called bard–bits inspired by Shakespeare's work and use daily demotivational quotes for personal use or to share with others. ## Installation diff --git a/README.md b/README.md index 7efdcc2..3c92718 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ `despair` is a package inspired by Shakespeare’s work and his well-known pessimism. It allows the user to create short, clever codes called -bard–bits inspired by Shakespeare’s work and use daily (de)motivational +bard–bits inspired by Shakespeare’s work and use daily demotivational quotes for personal use or to share with others. ## Installation diff --git a/docs/authors.html b/docs/authors.html index 661ee7c..f2254b6 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -44,11 +44,11 @@

Citation

Source: DESCRIPTION

Monteagudo J (2024). -despair: Motivational Quotes and Shakespearean Bard–bits for Personal Projects. +despair: Demotivational Quotes and Shakespearean Bard–bits for Personal Projects. R package version 0.1.0, https://github.com/jpmonteagudo28/despair.

@Manual{,
-  title = {despair: Motivational Quotes and Shakespearean Bard–bits for Personal Projects},
+  title = {despair: Demotivational Quotes and Shakespearean Bard–bits for Personal Projects},
   author = {JP Monteagudo},
   year = {2024},
   note = {R package version 0.1.0},
diff --git a/docs/index.html b/docs/index.html
index 1e333ab..d54e01b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -5,7 +5,7 @@
 
 
 
-Motivational Quotes and Shakespearean Bard–bits for Personal Projects • despair
+Demotivational Quotes and Shakespearean Bard–bits for Personal Projects • despair
 
 
 
@@ -19,9 +19,9 @@
 
 
 
-
-
-
+
+
+
 
 
 
@@ -65,7 +65,7 @@
 

Overview

-

despair is a package inspired by Shakespeare’s work and his well-known pessimism. It allows the user to create short, clever codes called bard–bits inspired by Shakespeare’s work and use daily (de)motivational quotes for personal use or to share with others.

+

despair is a package inspired by Shakespeare’s work and his well-known pessimism. It allows the user to create short, clever codes called bard–bits inspired by Shakespeare’s work and use daily demotivational quotes for personal use or to share with others.

Installation

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 30b96e7..9d45604 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.1 pkgdown: 2.1.0 pkgdown_sha: ~ articles: {} -last_built: 2024-08-02T17:20Z +last_built: 2024-08-02T19:05Z urls: reference: https://despair.jpmonteagudo.com/reference article: https://despair.jpmonteagudo.com/articles diff --git a/docs/reference/bard.bits.html b/docs/reference/bard.bits.html index c3c5482..d159172 100644 --- a/docs/reference/bard.bits.html +++ b/docs/reference/bard.bits.html @@ -64,17 +64,17 @@

Value

Details

-

When the category is 'any' (the default), the function combines Shakespeare's adjectives, +

When the category is "any" (the default), the function combines Shakespeare's adjectives, DSM-5 adjectives, colors and the characters, jobs, animals and things data frames to then sample one adjective and one noun from each of the two combinations.

-

When the category is 'alliterate', the function combines the adjectives and colors +

When the category is "alliterate", the function combines the adjectives and colors data frames and the animals and characters data frame. After an adjective is selected, the first letter will be used to match against a noun.

-

When the category is 'character', the function will derive a bard bit from a data frame of Shakespeare's +

When the category is "character", the function will derive a bard bit from a data frame of Shakespeare's characters and the adjectives data frame.

-

When the category is 'jobs', the function will derive a bard bit from the adjectives and colors data frame +

When the category is "jobs", the function will derive a bard bit from the adjectives and colors data frame and sample one value from the Shakespeare's jobs data frame.

-

When the category is 'dsm_5', the function will derive a bard bit from the combined jobs, +

When the category is "dsm_5", the function will derive a bard bit from the combined jobs, characters, animals and the DSM-5 adjectives data frame.

@@ -85,7 +85,7 @@

Author<

Examples

bard.bits("any")
-#> [1] "mutual fleance"
+#> [1] "ample squirrel"
 bard.bits("dsm_5", seed = 1234)
 #> [1] "fragile hen"
 bard.bits("jobs", seed = "horrid antonio")
diff --git a/docs/reference/demotivate.html b/docs/reference/demotivate.html
index 60c8734..38c7034 100644
--- a/docs/reference/demotivate.html
+++ b/docs/reference/demotivate.html
@@ -65,7 +65,7 @@ 

Value

Details

When cat is 'any' (default), the function combines all category data frames and then samples from the new,combined data frame.

-

There are a total of six categories: family, life, work, science, tv, and rednecks. +

There are a total of six categories: family, life, work, science, TV, and rednecks. When a specific category is chosen the function will sample from a demotivational quote data frame and output a random quote for your spiritual and mental decay.

@@ -79,7 +79,7 @@

Examples
demotivate("any",seed = "lanky puppy")
 #> [1] "Behind every great man is a woman rolling her eyes. - Bruce Almighty"
 demotivate("work")
-#> [1] "Work: because someone has to pay for all the coffee you drink."
+#> [1] "Light travels faster than sound. This is why some people appear birght until you hear them speak. - Alan Dundes"
 

diff --git a/docs/reference/set.char.seed.html b/docs/reference/set.char.seed.html index e6633ea..59725b8 100644 --- a/docs/reference/set.char.seed.html +++ b/docs/reference/set.char.seed.html @@ -62,7 +62,7 @@

Details

If you get a warning about 'loss of accuracy", consider using a more succinct character -vector, otherwise you may get a seed of 0.

+vector, otherwise you will get a seed of 0.

Author

diff --git a/docs/search.json b/docs/search.json index 12b09b6..8b85f95 100644 --- a/docs/search.json +++ b/docs/search.json @@ -1 +1 @@ -[{"path":"https://despair.jpmonteagudo.com/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"JP Monteagudo. Author, maintainer, copyright holder.","code":""},{"path":"https://despair.jpmonteagudo.com/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Monteagudo J (2024). despair: Motivational Quotes Shakespearean Bard–bits Personal Projects. R package version 0.1.0, https://github.com/jpmonteagudo28/despair.","code":"@Manual{, title = {despair: Motivational Quotes and Shakespearean Bard–bits for Personal Projects}, author = {JP Monteagudo}, year = {2024}, note = {R package version 0.1.0}, url = {https://github.com/jpmonteagudo28/despair}, }"},{"path":[]},{"path":"https://despair.jpmonteagudo.com/index.html","id":"overview","dir":"","previous_headings":"","what":"Overview","title":"Motivational Quotes and Shakespearean Bard–bits for Personal Projects","text":"despair package inspired Shakespeare’s work well-known pessimism. allows user create short, clever codes called bard–bits inspired Shakespeare’s work use daily (de)motivational quotes personal use share others.","code":""},{"path":"https://despair.jpmonteagudo.com/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Motivational Quotes and Shakespearean Bard–bits for Personal Projects","text":"can install package CRAN can also install development version package devtools package.","code":"install.packages(\"despair\") devtools::install_github(\"jpmonteagudo28/despair\")"},{"path":"https://despair.jpmonteagudo.com/index.html","id":"usage","dir":"","previous_headings":"","what":"Usage","title":"Motivational Quotes and Shakespearean Bard–bits for Personal Projects","text":"three basic functions package: demotivate, motivate, bard.bits. function take category input optional numeric character seed reproducible results.","code":"library(despair) #> Get info on package version despair.message() #> despair string generated by {despair} v.0.1.0.R version 4.4.1 (2024-06-14 ucrt). demotivate() #> \"I’m not really good at advice. Can I interest you in a sarcastic comment?\" demotivate(\"science\", seed = 123) #> \"No matter how hard you try, you’ll always be within one standard deviation of average.\" demotivate(\"science\", seed = \"lanky poodle\") #> \"Don't worry! There might be a socio-anthropoligical intepretation of your results\" motivate(\"lit\") #> \"If you tell the truth, you don't have to remember anything. — Mark Twain\" motivate(\"religion\", seed = 123) #> \"The Christian does not think God will love us because we are good, but that God will make us good because He loves us. - C.S. Lewis\" motivate(\"religion\", seed = \"bewildered pooh\") #> \"Really great things, when discussed by little men, can usually make such men grow big. - Augustine of Hippo\" bard.bits() #> \"brownish purple kite\" bard.bits(\"character\", seed = 123) #> \"filthy duncan\" bard.bits(\"character\", seed = \"stinky chihuahua\") #> \"lofty tranio\""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"GNU General Public License","title":"GNU General Public License","text":"Version 3, 29 June 2007Copyright © 2007 Free Software Foundation, Inc.  Everyone permitted copy distribute verbatim copies license document, changing allowed.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"preamble","dir":"","previous_headings":"","what":"Preamble","title":"GNU General Public License","text":"GNU General Public License free, copyleft license software kinds works. licenses software practical works designed take away freedom share change works. contrast, GNU General Public License intended guarantee freedom share change versions program–make sure remains free software users. , Free Software Foundation, use GNU General Public License software; applies also work released way authors. can apply programs, . speak free software, referring freedom, price. General Public Licenses designed make sure freedom distribute copies free software (charge wish), receive source code can get want , can change software use pieces new free programs, know can things. protect rights, need prevent others denying rights asking surrender rights. Therefore, certain responsibilities distribute copies software, modify : responsibilities respect freedom others. example, distribute copies program, whether gratis fee, must pass recipients freedoms received. must make sure , , receive can get source code. must show terms know rights. Developers use GNU GPL protect rights two steps: (1) assert copyright software, (2) offer License giving legal permission copy, distribute /modify . developers’ authors’ protection, GPL clearly explains warranty free software. users’ authors’ sake, GPL requires modified versions marked changed, problems attributed erroneously authors previous versions. devices designed deny users access install run modified versions software inside , although manufacturer can . fundamentally incompatible aim protecting users’ freedom change software. systematic pattern abuse occurs area products individuals use, precisely unacceptable. Therefore, designed version GPL prohibit practice products. problems arise substantially domains, stand ready extend provision domains future versions GPL, needed protect freedom users. Finally, every program threatened constantly software patents. States allow patents restrict development use software general-purpose computers, , wish avoid special danger patents applied free program make effectively proprietary. prevent , GPL assures patents used render program non-free. precise terms conditions copying, distribution modification follow.","code":""},{"path":[]},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_0-definitions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"0. Definitions","title":"GNU General Public License","text":"“License” refers version 3 GNU General Public License. “Copyright” also means copyright-like laws apply kinds works, semiconductor masks. “Program” refers copyrightable work licensed License. licensee addressed “”. “Licensees” “recipients” may individuals organizations. “modify” work means copy adapt part work fashion requiring copyright permission, making exact copy. resulting work called “modified version” earlier work work “based ” earlier work. “covered work” means either unmodified Program work based Program. “propagate” work means anything , without permission, make directly secondarily liable infringement applicable copyright law, except executing computer modifying private copy. Propagation includes copying, distribution (without modification), making available public, countries activities well. “convey” work means kind propagation enables parties make receive copies. Mere interaction user computer network, transfer copy, conveying. interactive user interface displays “Appropriate Legal Notices” extent includes convenient prominently visible feature (1) displays appropriate copyright notice, (2) tells user warranty work (except extent warranties provided), licensees may convey work License, view copy License. interface presents list user commands options, menu, prominent item list meets criterion.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_1-source-code","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"1. Source Code","title":"GNU General Public License","text":"“source code” work means preferred form work making modifications . “Object code” means non-source form work. “Standard Interface” means interface either official standard defined recognized standards body, , case interfaces specified particular programming language, one widely used among developers working language. “System Libraries” executable work include anything, work whole, () included normal form packaging Major Component, part Major Component, (b) serves enable use work Major Component, implement Standard Interface implementation available public source code form. “Major Component”, context, means major essential component (kernel, window system, ) specific operating system () executable work runs, compiler used produce work, object code interpreter used run . “Corresponding Source” work object code form means source code needed generate, install, (executable work) run object code modify work, including scripts control activities. However, include work’s System Libraries, general-purpose tools generally available free programs used unmodified performing activities part work. example, Corresponding Source includes interface definition files associated source files work, source code shared libraries dynamically linked subprograms work specifically designed require, intimate data communication control flow subprograms parts work. Corresponding Source need include anything users can regenerate automatically parts Corresponding Source. Corresponding Source work source code form work.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_2-basic-permissions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"2. Basic Permissions","title":"GNU General Public License","text":"rights granted License granted term copyright Program, irrevocable provided stated conditions met. License explicitly affirms unlimited permission run unmodified Program. output running covered work covered License output, given content, constitutes covered work. License acknowledges rights fair use equivalent, provided copyright law. may make, run propagate covered works convey, without conditions long license otherwise remains force. may convey covered works others sole purpose make modifications exclusively , provide facilities running works, provided comply terms License conveying material control copyright. thus making running covered works must exclusively behalf, direction control, terms prohibit making copies copyrighted material outside relationship . Conveying circumstances permitted solely conditions stated . Sublicensing allowed; section 10 makes unnecessary.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_3-protecting-users-legal-rights-from-anti-circumvention-law","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"3. Protecting Users’ Legal Rights From Anti-Circumvention Law","title":"GNU General Public License","text":"covered work shall deemed part effective technological measure applicable law fulfilling obligations article 11 WIPO copyright treaty adopted 20 December 1996, similar laws prohibiting restricting circumvention measures. convey covered work, waive legal power forbid circumvention technological measures extent circumvention effected exercising rights License respect covered work, disclaim intention limit operation modification work means enforcing, work’s users, third parties’ legal rights forbid circumvention technological measures.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_4-conveying-verbatim-copies","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"4. Conveying Verbatim Copies","title":"GNU General Public License","text":"may convey verbatim copies Program’s source code receive , medium, provided conspicuously appropriately publish copy appropriate copyright notice; keep intact notices stating License non-permissive terms added accord section 7 apply code; keep intact notices absence warranty; give recipients copy License along Program. may charge price price copy convey, may offer support warranty protection fee.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_5-conveying-modified-source-versions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"5. Conveying Modified Source Versions","title":"GNU General Public License","text":"may convey work based Program, modifications produce Program, form source code terms section 4, provided also meet conditions: ) work must carry prominent notices stating modified , giving relevant date. b) work must carry prominent notices stating released License conditions added section 7. requirement modifies requirement section 4 “keep intact notices”. c) must license entire work, whole, License anyone comes possession copy. License therefore apply, along applicable section 7 additional terms, whole work, parts, regardless packaged. License gives permission license work way, invalidate permission separately received . d) work interactive user interfaces, must display Appropriate Legal Notices; however, Program interactive interfaces display Appropriate Legal Notices, work need make . compilation covered work separate independent works, nature extensions covered work, combined form larger program, volume storage distribution medium, called “aggregate” compilation resulting copyright used limit access legal rights compilation’s users beyond individual works permit. Inclusion covered work aggregate cause License apply parts aggregate.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_6-conveying-non-source-forms","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"6. Conveying Non-Source Forms","title":"GNU General Public License","text":"may convey covered work object code form terms sections 4 5, provided also convey machine-readable Corresponding Source terms License, one ways: ) Convey object code , embodied , physical product (including physical distribution medium), accompanied Corresponding Source fixed durable physical medium customarily used software interchange. b) Convey object code , embodied , physical product (including physical distribution medium), accompanied written offer, valid least three years valid long offer spare parts customer support product model, give anyone possesses object code either (1) copy Corresponding Source software product covered License, durable physical medium customarily used software interchange, price reasonable cost physically performing conveying source, (2) access copy Corresponding Source network server charge. c) Convey individual copies object code copy written offer provide Corresponding Source. alternative allowed occasionally noncommercially, received object code offer, accord subsection 6b. d) Convey object code offering access designated place (gratis charge), offer equivalent access Corresponding Source way place charge. need require recipients copy Corresponding Source along object code. place copy object code network server, Corresponding Source may different server (operated third party) supports equivalent copying facilities, provided maintain clear directions next object code saying find Corresponding Source. Regardless server hosts Corresponding Source, remain obligated ensure available long needed satisfy requirements. e) Convey object code using peer--peer transmission, provided inform peers object code Corresponding Source work offered general public charge subsection 6d. separable portion object code, whose source code excluded Corresponding Source System Library, need included conveying object code work. “User Product” either (1) “consumer product”, means tangible personal property normally used personal, family, household purposes, (2) anything designed sold incorporation dwelling. determining whether product consumer product, doubtful cases shall resolved favor coverage. particular product received particular user, “normally used” refers typical common use class product, regardless status particular user way particular user actually uses, expects expected use, product. product consumer product regardless whether product substantial commercial, industrial non-consumer uses, unless uses represent significant mode use product. “Installation Information” User Product means methods, procedures, authorization keys, information required install execute modified versions covered work User Product modified version Corresponding Source. information must suffice ensure continued functioning modified object code case prevented interfered solely modification made. convey object code work section , , specifically use , User Product, conveying occurs part transaction right possession use User Product transferred recipient perpetuity fixed term (regardless transaction characterized), Corresponding Source conveyed section must accompanied Installation Information. requirement apply neither third party retains ability install modified object code User Product (example, work installed ROM). requirement provide Installation Information include requirement continue provide support service, warranty, updates work modified installed recipient, User Product modified installed. Access network may denied modification materially adversely affects operation network violates rules protocols communication across network. Corresponding Source conveyed, Installation Information provided, accord section must format publicly documented (implementation available public source code form), must require special password key unpacking, reading copying.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_7-additional-terms","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"7. Additional Terms","title":"GNU General Public License","text":"“Additional permissions” terms supplement terms License making exceptions one conditions. Additional permissions applicable entire Program shall treated though included License, extent valid applicable law. additional permissions apply part Program, part may used separately permissions, entire Program remains governed License without regard additional permissions. convey copy covered work, may option remove additional permissions copy, part . (Additional permissions may written require removal certain cases modify work.) may place additional permissions material, added covered work, can give appropriate copyright permission. Notwithstanding provision License, material add covered work, may (authorized copyright holders material) supplement terms License terms: ) Disclaiming warranty limiting liability differently terms sections 15 16 License; b) Requiring preservation specified reasonable legal notices author attributions material Appropriate Legal Notices displayed works containing ; c) Prohibiting misrepresentation origin material, requiring modified versions material marked reasonable ways different original version; d) Limiting use publicity purposes names licensors authors material; e) Declining grant rights trademark law use trade names, trademarks, service marks; f) Requiring indemnification licensors authors material anyone conveys material (modified versions ) contractual assumptions liability recipient, liability contractual assumptions directly impose licensors authors. non-permissive additional terms considered “restrictions” within meaning section 10. Program received , part , contains notice stating governed License along term restriction, may remove term. license document contains restriction permits relicensing conveying License, may add covered work material governed terms license document, provided restriction survive relicensing conveying. add terms covered work accord section, must place, relevant source files, statement additional terms apply files, notice indicating find applicable terms. Additional terms, permissive non-permissive, may stated form separately written license, stated exceptions; requirements apply either way.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_8-termination","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"8. Termination","title":"GNU General Public License","text":"may propagate modify covered work except expressly provided License. attempt otherwise propagate modify void, automatically terminate rights License (including patent licenses granted third paragraph section 11). However, cease violation License, license particular copyright holder reinstated () provisionally, unless copyright holder explicitly finally terminates license, (b) permanently, copyright holder fails notify violation reasonable means prior 60 days cessation. Moreover, license particular copyright holder reinstated permanently copyright holder notifies violation reasonable means, first time received notice violation License (work) copyright holder, cure violation prior 30 days receipt notice. Termination rights section terminate licenses parties received copies rights License. rights terminated permanently reinstated, qualify receive new licenses material section 10.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_9-acceptance-not-required-for-having-copies","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"9. Acceptance Not Required for Having Copies","title":"GNU General Public License","text":"required accept License order receive run copy Program. Ancillary propagation covered work occurring solely consequence using peer--peer transmission receive copy likewise require acceptance. However, nothing License grants permission propagate modify covered work. actions infringe copyright accept License. Therefore, modifying propagating covered work, indicate acceptance License .","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_10-automatic-licensing-of-downstream-recipients","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"10. Automatic Licensing of Downstream Recipients","title":"GNU General Public License","text":"time convey covered work, recipient automatically receives license original licensors, run, modify propagate work, subject License. responsible enforcing compliance third parties License. “entity transaction” transaction transferring control organization, substantially assets one, subdividing organization, merging organizations. propagation covered work results entity transaction, party transaction receives copy work also receives whatever licenses work party’s predecessor interest give previous paragraph, plus right possession Corresponding Source work predecessor interest, predecessor can get reasonable efforts. may impose restrictions exercise rights granted affirmed License. example, may impose license fee, royalty, charge exercise rights granted License, may initiate litigation (including cross-claim counterclaim lawsuit) alleging patent claim infringed making, using, selling, offering sale, importing Program portion .","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_11-patents","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"11. Patents","title":"GNU General Public License","text":"“contributor” copyright holder authorizes use License Program work Program based. work thus licensed called contributor’s “contributor version”. contributor’s “essential patent claims” patent claims owned controlled contributor, whether already acquired hereafter acquired, infringed manner, permitted License, making, using, selling contributor version, include claims infringed consequence modification contributor version. purposes definition, “control” includes right grant patent sublicenses manner consistent requirements License. contributor grants non-exclusive, worldwide, royalty-free patent license contributor’s essential patent claims, make, use, sell, offer sale, import otherwise run, modify propagate contents contributor version. following three paragraphs, “patent license” express agreement commitment, however denominated, enforce patent (express permission practice patent covenant sue patent infringement). “grant” patent license party means make agreement commitment enforce patent party. convey covered work, knowingly relying patent license, Corresponding Source work available anyone copy, free charge terms License, publicly available network server readily accessible means, must either (1) cause Corresponding Source available, (2) arrange deprive benefit patent license particular work, (3) arrange, manner consistent requirements License, extend patent license downstream recipients. “Knowingly relying” means actual knowledge , patent license, conveying covered work country, recipient’s use covered work country, infringe one identifiable patents country reason believe valid. , pursuant connection single transaction arrangement, convey, propagate procuring conveyance , covered work, grant patent license parties receiving covered work authorizing use, propagate, modify convey specific copy covered work, patent license grant automatically extended recipients covered work works based . patent license “discriminatory” include within scope coverage, prohibits exercise , conditioned non-exercise one rights specifically granted License. may convey covered work party arrangement third party business distributing software, make payment third party based extent activity conveying work, third party grants, parties receive covered work , discriminatory patent license () connection copies covered work conveyed (copies made copies), (b) primarily connection specific products compilations contain covered work, unless entered arrangement, patent license granted, prior 28 March 2007. Nothing License shall construed excluding limiting implied license defenses infringement may otherwise available applicable patent law.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_12-no-surrender-of-others-freedom","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"12. No Surrender of Others’ Freedom","title":"GNU General Public License","text":"conditions imposed (whether court order, agreement otherwise) contradict conditions License, excuse conditions License. convey covered work satisfy simultaneously obligations License pertinent obligations, consequence may convey . example, agree terms obligate collect royalty conveying convey Program, way satisfy terms License refrain entirely conveying Program.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_13-use-with-the-gnu-affero-general-public-license","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"13. Use with the GNU Affero General Public License","title":"GNU General Public License","text":"Notwithstanding provision License, permission link combine covered work work licensed version 3 GNU Affero General Public License single combined work, convey resulting work. terms License continue apply part covered work, special requirements GNU Affero General Public License, section 13, concerning interaction network apply combination .","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_14-revised-versions-of-this-license","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"14. Revised Versions of this License","title":"GNU General Public License","text":"Free Software Foundation may publish revised /new versions GNU General Public License time time. new versions similar spirit present version, may differ detail address new problems concerns. version given distinguishing version number. Program specifies certain numbered version GNU General Public License “later version” applies , option following terms conditions either numbered version later version published Free Software Foundation. Program specify version number GNU General Public License, may choose version ever published Free Software Foundation. Program specifies proxy can decide future versions GNU General Public License can used, proxy’s public statement acceptance version permanently authorizes choose version Program. Later license versions may give additional different permissions. However, additional obligations imposed author copyright holder result choosing follow later version.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_15-disclaimer-of-warranty","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"15. Disclaimer of Warranty","title":"GNU General Public License","text":"WARRANTY PROGRAM, EXTENT PERMITTED APPLICABLE LAW. EXCEPT OTHERWISE STATED WRITING COPYRIGHT HOLDERS /PARTIES PROVIDE PROGRAM “” WITHOUT WARRANTY KIND, EITHER EXPRESSED IMPLIED, INCLUDING, LIMITED , IMPLIED WARRANTIES MERCHANTABILITY FITNESS PARTICULAR PURPOSE. ENTIRE RISK QUALITY PERFORMANCE PROGRAM . PROGRAM PROVE DEFECTIVE, ASSUME COST NECESSARY SERVICING, REPAIR CORRECTION.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_16-limitation-of-liability","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"16. Limitation of Liability","title":"GNU General Public License","text":"EVENT UNLESS REQUIRED APPLICABLE LAW AGREED WRITING COPYRIGHT HOLDER, PARTY MODIFIES /CONVEYS PROGRAM PERMITTED , LIABLE DAMAGES, INCLUDING GENERAL, SPECIAL, INCIDENTAL CONSEQUENTIAL DAMAGES ARISING USE INABILITY USE PROGRAM (INCLUDING LIMITED LOSS DATA DATA RENDERED INACCURATE LOSSES SUSTAINED THIRD PARTIES FAILURE PROGRAM OPERATE PROGRAMS), EVEN HOLDER PARTY ADVISED POSSIBILITY DAMAGES.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_17-interpretation-of-sections-15-and-16","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"17. Interpretation of Sections 15 and 16","title":"GNU General Public License","text":"disclaimer warranty limitation liability provided given local legal effect according terms, reviewing courts shall apply local law closely approximates absolute waiver civil liability connection Program, unless warranty assumption liability accompanies copy Program return fee. END TERMS CONDITIONS","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"how-to-apply-these-terms-to-your-new-programs","dir":"","previous_headings":"","what":"How to Apply These Terms to Your New Programs","title":"GNU General Public License","text":"develop new program, want greatest possible use public, best way achieve make free software everyone can redistribute change terms. , attach following notices program. safest attach start source file effectively state exclusion warranty; file least “copyright” line pointer full notice found. Also add information contact electronic paper mail. program terminal interaction, make output short notice like starts interactive mode: hypothetical commands show w show c show appropriate parts General Public License. course, program’s commands might different; GUI interface, use “box”. also get employer (work programmer) school, , sign “copyright disclaimer” program, necessary. information , apply follow GNU GPL, see . GNU General Public License permit incorporating program proprietary programs. program subroutine library, may consider useful permit linking proprietary applications library. want , use GNU Lesser General Public License instead License. first, please read .","code":" Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free software, and you are welcome to redistribute it under certain conditions; type 'show c' for details."},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":null,"dir":"Reference","previous_headings":"","what":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"bard.bits() generates bard bits using Shakespeare's works DSM-5 use personal projects. term bard–bits comes Shakespeare's title 'Bard Avon' bits ( Shakespeare's characters, places, professions) used come coherent combinations.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"","code":"bard.bits(cat, seed = NULL)"},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"cat category used bard–bit. Defaults \"\", \"character\", \"jobs\",\"alliterate\", \"dsm_5\" available. seed optional numeric character seed reproducible results.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"bard.bits() takes category optional numeric character seed produce bard–bit.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"category '' (default), function combines Shakespeare's adjectives, DSM-5 adjectives, colors characters, jobs, animals things data frames sample one adjective one noun two combinations. category 'alliterate', function combines adjectives colors data frames animals characters data frame. adjective selected, first letter used match noun. category 'character', function derive bard bit data frame Shakespeare's characters adjectives data frame. category 'jobs', function derive bard bit adjectives colors data frame sample one value Shakespeare's jobs data frame. category 'dsm_5', function derive bard bit combined jobs, characters, animals DSM-5 adjectives data frame.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"","code":"bard.bits(\"any\") #> [1] \"mutual fleance\" bard.bits(\"dsm_5\", seed = 1234) #> [1] \"fragile hen\" bard.bits(\"jobs\", seed = \"horrid antonio\") #> [1] \"savage falconer\""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":null,"dir":"Reference","previous_headings":"","what":"Generate demotivational quotes for personal use. — demotivate","title":"Generate demotivational quotes for personal use. — demotivate","text":"demotivate() tool demotivate even highly motivated individual. Use caution remember take personally.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Generate demotivational quotes for personal use. — demotivate","text":"","code":"demotivate(cat = \"any\", seed)"},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Generate demotivational quotes for personal use. — demotivate","text":"cat demotivational category choose . function defaults ''. seed numeric character seed reproducible results. function defaults 'NULL'.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Generate demotivational quotes for personal use. — demotivate","text":"demotivate() takes preferred category optional reproducible seed return demotivational quote user feel worse given time.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"Generate demotivational quotes for personal use. — demotivate","text":"cat '' (default), function combines category data frames samples new,combined data frame. total six categories: family, life, work, science, tv, rednecks. specific category chosen function sample demotivational quote data frame output random quote spiritual mental decay.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Generate demotivational quotes for personal use. — demotivate","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Generate demotivational quotes for personal use. — demotivate","text":"","code":"demotivate(\"any\",seed = \"lanky puppy\") #> [1] \"Behind every great man is a woman rolling her eyes. - Bruce Almighty\" demotivate(\"work\") #> [1] \"Work: because someone has to pay for all the coffee you drink.\""},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":null,"dir":"Reference","previous_headings":"","what":"Display package version for despair — despair.message","title":"Display package version for despair — despair.message","text":"despair.message() produces message package version version R making use package.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Display package version for despair — despair.message","text":"","code":"despair.message()"},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Display package version for despair — despair.message","text":"despair.message() returns message install version despair.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Display package version for despair — despair.message","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Display package version for despair — despair.message","text":"","code":"despair.message() #> despair string generated by {despair} v.0.1.0.R version 4.4.1 (2024-06-14 ucrt)."},{"path":"https://despair.jpmonteagudo.com/reference/dsm_5.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of DSM-5 adjectives — dsm_5","title":"A data frame of DSM-5 adjectives — dsm_5","text":"data frame adjectives used DSM-5 describe mental states","code":""},{"path":"https://despair.jpmonteagudo.com/reference/dsm_5.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of DSM-5 adjectives — dsm_5","text":"","code":"dsm_5"},{"path":"https://despair.jpmonteagudo.com/reference/dsm_5.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of DSM-5 adjectives — dsm_5","text":"data frame 150 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/family.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of family-related demotivational quotes — family","title":"A data frame of family-related demotivational quotes — family","text":"data frame family-related demotivational quotes English taken American popular culture.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/family.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of family-related demotivational quotes — family","text":"","code":"family"},{"path":"https://despair.jpmonteagudo.com/reference/family.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of family-related demotivational quotes — family","text":"data frame 13 observations and1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/life.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of life-related demotivational quotes. — life","title":"A data frame of life-related demotivational quotes. — life","text":"data frame life-related demotivational quotes English taken American popular culture.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/life.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of life-related demotivational quotes. — life","text":"","code":"life"},{"path":"https://despair.jpmonteagudo.com/reference/life.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of life-related demotivational quotes. — life","text":"data frame 27 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/lit.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of modern and contemporary literature motivational quotes. — lit","title":"A data frame of modern and contemporary literature motivational quotes. — lit","text":"data frame modern contemporary literature quotes used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/lit.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of modern and contemporary literature motivational quotes. — lit","text":"","code":"lit"},{"path":"https://despair.jpmonteagudo.com/reference/lit.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of modern and contemporary literature motivational quotes. — lit","text":"data frame 22 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/modern.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of modern and contemporary historical and pop-culture icons — modern","title":"A data frame of modern and contemporary historical and pop-culture icons — modern","text":"data frame modern contemporary historical pop-culture icons used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/modern.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of modern and contemporary historical and pop-culture icons — modern","text":"","code":"modern"},{"path":"https://despair.jpmonteagudo.com/reference/modern.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of modern and contemporary historical and pop-culture icons — modern","text":"data frame 40 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":null,"dir":"Reference","previous_headings":"","what":"General motivation quotes for personal use — motivate","title":"General motivation quotes for personal use — motivate","text":"motivate() tool lift even unmotivated individual. Use caution remember— take personally.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"General motivation quotes for personal use — motivate","text":"","code":"motivate(cat = \"any\", seed)"},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"General motivation quotes for personal use — motivate","text":"cat motivational category choose . function defaults ''. seed numeric character seed reproducible results. function defaults 'NULL'.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"General motivation quotes for personal use — motivate","text":"motivate() takes preferred category optional reproducible seed return motivational quote user feel better given time.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"General motivation quotes for personal use — motivate","text":"cat '' (default), function combines category data frames samples new,combined data frame. total five categories: psych, stoic, religion, lit(literature), modern (history) specific category chosen function sample motivational quote data frame output random quote spiritual mental growth.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"General motivation quotes for personal use — motivate","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"General motivation quotes for personal use — motivate","text":"","code":"motivate(\"any\",seed = \"lethargic raccoon\") #> [1] \"A lie can travel half way around the world while the truth is putting on its shoes. — Mark Twain\" motivate(\"lit\") #> [1] \"Pain and suffering are always inevitable for a large intelligence and a deep heart. The really great men must, I think, have great sadness on earth. - Fyodor Dostoevsky\" motivate(\"stoic\", seed = 2899) #> [1] \"Wealth consists not in having great possessions, but in having few wants. - Epictetus\""},{"path":"https://despair.jpmonteagudo.com/reference/psych.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of psychology-related quotes — psych","title":"A data frame of psychology-related quotes — psych","text":"data frame psychology-related quotes used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/psych.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of psychology-related quotes — psych","text":"","code":"psych"},{"path":"https://despair.jpmonteagudo.com/reference/psych.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of psychology-related quotes — psych","text":"data frame 34 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/rednecks.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of sweet redneck humor — rednecks","title":"A data frame of sweet redneck humor — rednecks","text":"data frame sweet redneck humor taken Southern popular culture.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/rednecks.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of sweet redneck humor — rednecks","text":"","code":"rednecks"},{"path":"https://despair.jpmonteagudo.com/reference/rednecks.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of sweet redneck humor — rednecks","text":"data frame 21 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/religion.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of religious motivational quotes — religion","title":"A data frame of religious motivational quotes — religion","text":"data frame religiously-inspired motivational quotes used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/religion.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of religious motivational quotes — religion","text":"","code":"religion"},{"path":"https://despair.jpmonteagudo.com/reference/religion.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of religious motivational quotes — religion","text":"data frame 45 observations 1 column. values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/science.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of science-related demotivational quotes — science","title":"A data frame of science-related demotivational quotes — science","text":"data frame science-related demotivational quotes.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/science.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of science-related demotivational quotes — science","text":"","code":"science"},{"path":"https://despair.jpmonteagudo.com/reference/science.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of science-related demotivational quotes — science","text":"data frame 27 observations 1 column. values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":null,"dir":"Reference","previous_headings":"","what":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"set.char.seed() converts character vector integer used reproducible seed","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"","code":"set.char.seed(char)"},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"char character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"set.char.seed() takes character vector returns reproducible seed.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"letter number character vector assigned specific number. numbers concatenated divided 2^30 - 1, remainder division used numeric reproducible seed. get warning 'loss accuracy\", consider using succinct character vector, otherwise may get seed 0.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"","code":"set.char.seed(\"The Sticky Chicken\") #> [1] 258156544 set.char.seed(\"lanky tadpole\") #> [1] 1017058471 set.char.seed(\"Manny said what?\") #> [1] 241593498"},{"path":"https://despair.jpmonteagudo.com/reference/shake_adjectives.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's adjectives — shake_adjectives","title":"A data frame of Shakespeare's adjectives — shake_adjectives","text":"data frame adjectives used Shakespeare's works.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_adjectives.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's adjectives — shake_adjectives","text":"","code":"shake_adjectives"},{"path":"https://despair.jpmonteagudo.com/reference/shake_adjectives.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's adjectives — shake_adjectives","text":"data frame 100 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_animals.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's animals — shake_animals","title":"A data frame of Shakespeare's animals — shake_animals","text":"data frame animals used Shakespeare's works","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_animals.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's animals — shake_animals","text":"","code":"shake_animals"},{"path":"https://despair.jpmonteagudo.com/reference/shake_animals.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's animals — shake_animals","text":"data frame 150 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_chars.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's characters — shake_chars","title":"A data frame of Shakespeare's characters — shake_chars","text":"data frame Shakespeare's characters","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_chars.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's characters — shake_chars","text":"","code":"shake_chars"},{"path":"https://despair.jpmonteagudo.com/reference/shake_chars.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's characters — shake_chars","text":"data frame 137 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_clrs.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare and unusual colors — shake_clrs","title":"A data frame of Shakespeare and unusual colors — shake_clrs","text":"data frame colors used Shakespeare's work unusual colors","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_clrs.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare and unusual colors — shake_clrs","text":"","code":"shake_clrs"},{"path":"https://despair.jpmonteagudo.com/reference/shake_clrs.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare and unusual colors — shake_clrs","text":"data frame 300 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_jobs.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's jobs — shake_jobs","title":"A data frame of Shakespeare's jobs — shake_jobs","text":"data frame professions used Shakespeare's works.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_jobs.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's jobs — shake_jobs","text":"","code":"shake_jobs"},{"path":"https://despair.jpmonteagudo.com/reference/shake_jobs.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's jobs — shake_jobs","text":"data frame 103 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_things.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's objects — shake_things","title":"A data frame of Shakespeare's objects — shake_things","text":"data frame objects used Shakespeare's works.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_things.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's objects — shake_things","text":"","code":"shake_things"},{"path":"https://despair.jpmonteagudo.com/reference/shake_things.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's objects — shake_things","text":"data frame 150 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/stoic.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame o stoic motivational quotes — stoic","title":"A data frame o stoic motivational quotes — stoic","text":"data frame stoic motivational quotes used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/stoic.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame o stoic motivational quotes — stoic","text":"","code":"stoic"},{"path":"https://despair.jpmonteagudo.com/reference/stoic.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame o stoic motivational quotes — stoic","text":"data frame 32 observations 1 column. values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/tv.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of tv and film demotivational quotes — tv","title":"A data frame of tv and film demotivational quotes — tv","text":"data frame tv film demotivational quotes taken American film TV shows.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/tv.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of tv and film demotivational quotes — tv","text":"","code":"tv"},{"path":"https://despair.jpmonteagudo.com/reference/tv.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of tv and film demotivational quotes — tv","text":"data frame 23 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/work.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of work-related demotivational quotes — work","title":"A data frame of work-related demotivational quotes — work","text":"data frame work-related demotivational quotes","code":""},{"path":"https://despair.jpmonteagudo.com/reference/work.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of work-related demotivational quotes — work","text":"","code":"work"},{"path":"https://despair.jpmonteagudo.com/reference/work.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of work-related demotivational quotes — work","text":"data frame 31 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/news/index.html","id":"despair-010","dir":"Changelog","previous_headings":"","what":"despair 0.1.0","title":"despair 0.1.0","text":"Initial development release","code":""}] +[{"path":"https://despair.jpmonteagudo.com/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"JP Monteagudo. Author, maintainer, copyright holder.","code":""},{"path":"https://despair.jpmonteagudo.com/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Monteagudo J (2024). despair: Demotivational Quotes Shakespearean Bard–bits Personal Projects. R package version 0.1.0, https://github.com/jpmonteagudo28/despair.","code":"@Manual{, title = {despair: Demotivational Quotes and Shakespearean Bard–bits for Personal Projects}, author = {JP Monteagudo}, year = {2024}, note = {R package version 0.1.0}, url = {https://github.com/jpmonteagudo28/despair}, }"},{"path":[]},{"path":"https://despair.jpmonteagudo.com/index.html","id":"overview","dir":"","previous_headings":"","what":"Overview","title":"Demotivational Quotes and Shakespearean Bard–bits for Personal Projects","text":"despair package inspired Shakespeare’s work well-known pessimism. allows user create short, clever codes called bard–bits inspired Shakespeare’s work use daily demotivational quotes personal use share others.","code":""},{"path":"https://despair.jpmonteagudo.com/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Demotivational Quotes and Shakespearean Bard–bits for Personal Projects","text":"can install package CRAN can also install development version package devtools package.","code":"install.packages(\"despair\") devtools::install_github(\"jpmonteagudo28/despair\")"},{"path":"https://despair.jpmonteagudo.com/index.html","id":"usage","dir":"","previous_headings":"","what":"Usage","title":"Demotivational Quotes and Shakespearean Bard–bits for Personal Projects","text":"three basic functions package: demotivate, motivate, bard.bits. function take category input optional numeric character seed reproducible results.","code":"library(despair) #> Get info on package version despair.message() #> despair string generated by {despair} v.0.1.0.R version 4.4.1 (2024-06-14 ucrt). demotivate() #> \"I’m not really good at advice. Can I interest you in a sarcastic comment?\" demotivate(\"science\", seed = 123) #> \"No matter how hard you try, you’ll always be within one standard deviation of average.\" demotivate(\"science\", seed = \"lanky poodle\") #> \"Don't worry! There might be a socio-anthropoligical intepretation of your results\" motivate(\"lit\") #> \"If you tell the truth, you don't have to remember anything. — Mark Twain\" motivate(\"religion\", seed = 123) #> \"The Christian does not think God will love us because we are good, but that God will make us good because He loves us. - C.S. Lewis\" motivate(\"religion\", seed = \"bewildered pooh\") #> \"Really great things, when discussed by little men, can usually make such men grow big. - Augustine of Hippo\" bard.bits() #> \"brownish purple kite\" bard.bits(\"character\", seed = 123) #> \"filthy duncan\" bard.bits(\"character\", seed = \"stinky chihuahua\") #> \"lofty tranio\""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"GNU General Public License","title":"GNU General Public License","text":"Version 3, 29 June 2007Copyright © 2007 Free Software Foundation, Inc.  Everyone permitted copy distribute verbatim copies license document, changing allowed.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"preamble","dir":"","previous_headings":"","what":"Preamble","title":"GNU General Public License","text":"GNU General Public License free, copyleft license software kinds works. licenses software practical works designed take away freedom share change works. contrast, GNU General Public License intended guarantee freedom share change versions program–make sure remains free software users. , Free Software Foundation, use GNU General Public License software; applies also work released way authors. can apply programs, . speak free software, referring freedom, price. General Public Licenses designed make sure freedom distribute copies free software (charge wish), receive source code can get want , can change software use pieces new free programs, know can things. protect rights, need prevent others denying rights asking surrender rights. Therefore, certain responsibilities distribute copies software, modify : responsibilities respect freedom others. example, distribute copies program, whether gratis fee, must pass recipients freedoms received. must make sure , , receive can get source code. must show terms know rights. Developers use GNU GPL protect rights two steps: (1) assert copyright software, (2) offer License giving legal permission copy, distribute /modify . developers’ authors’ protection, GPL clearly explains warranty free software. users’ authors’ sake, GPL requires modified versions marked changed, problems attributed erroneously authors previous versions. devices designed deny users access install run modified versions software inside , although manufacturer can . fundamentally incompatible aim protecting users’ freedom change software. systematic pattern abuse occurs area products individuals use, precisely unacceptable. Therefore, designed version GPL prohibit practice products. problems arise substantially domains, stand ready extend provision domains future versions GPL, needed protect freedom users. Finally, every program threatened constantly software patents. States allow patents restrict development use software general-purpose computers, , wish avoid special danger patents applied free program make effectively proprietary. prevent , GPL assures patents used render program non-free. precise terms conditions copying, distribution modification follow.","code":""},{"path":[]},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_0-definitions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"0. Definitions","title":"GNU General Public License","text":"“License” refers version 3 GNU General Public License. “Copyright” also means copyright-like laws apply kinds works, semiconductor masks. “Program” refers copyrightable work licensed License. licensee addressed “”. “Licensees” “recipients” may individuals organizations. “modify” work means copy adapt part work fashion requiring copyright permission, making exact copy. resulting work called “modified version” earlier work work “based ” earlier work. “covered work” means either unmodified Program work based Program. “propagate” work means anything , without permission, make directly secondarily liable infringement applicable copyright law, except executing computer modifying private copy. Propagation includes copying, distribution (without modification), making available public, countries activities well. “convey” work means kind propagation enables parties make receive copies. Mere interaction user computer network, transfer copy, conveying. interactive user interface displays “Appropriate Legal Notices” extent includes convenient prominently visible feature (1) displays appropriate copyright notice, (2) tells user warranty work (except extent warranties provided), licensees may convey work License, view copy License. interface presents list user commands options, menu, prominent item list meets criterion.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_1-source-code","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"1. Source Code","title":"GNU General Public License","text":"“source code” work means preferred form work making modifications . “Object code” means non-source form work. “Standard Interface” means interface either official standard defined recognized standards body, , case interfaces specified particular programming language, one widely used among developers working language. “System Libraries” executable work include anything, work whole, () included normal form packaging Major Component, part Major Component, (b) serves enable use work Major Component, implement Standard Interface implementation available public source code form. “Major Component”, context, means major essential component (kernel, window system, ) specific operating system () executable work runs, compiler used produce work, object code interpreter used run . “Corresponding Source” work object code form means source code needed generate, install, (executable work) run object code modify work, including scripts control activities. However, include work’s System Libraries, general-purpose tools generally available free programs used unmodified performing activities part work. example, Corresponding Source includes interface definition files associated source files work, source code shared libraries dynamically linked subprograms work specifically designed require, intimate data communication control flow subprograms parts work. Corresponding Source need include anything users can regenerate automatically parts Corresponding Source. Corresponding Source work source code form work.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_2-basic-permissions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"2. Basic Permissions","title":"GNU General Public License","text":"rights granted License granted term copyright Program, irrevocable provided stated conditions met. License explicitly affirms unlimited permission run unmodified Program. output running covered work covered License output, given content, constitutes covered work. License acknowledges rights fair use equivalent, provided copyright law. may make, run propagate covered works convey, without conditions long license otherwise remains force. may convey covered works others sole purpose make modifications exclusively , provide facilities running works, provided comply terms License conveying material control copyright. thus making running covered works must exclusively behalf, direction control, terms prohibit making copies copyrighted material outside relationship . Conveying circumstances permitted solely conditions stated . Sublicensing allowed; section 10 makes unnecessary.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_3-protecting-users-legal-rights-from-anti-circumvention-law","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"3. Protecting Users’ Legal Rights From Anti-Circumvention Law","title":"GNU General Public License","text":"covered work shall deemed part effective technological measure applicable law fulfilling obligations article 11 WIPO copyright treaty adopted 20 December 1996, similar laws prohibiting restricting circumvention measures. convey covered work, waive legal power forbid circumvention technological measures extent circumvention effected exercising rights License respect covered work, disclaim intention limit operation modification work means enforcing, work’s users, third parties’ legal rights forbid circumvention technological measures.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_4-conveying-verbatim-copies","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"4. Conveying Verbatim Copies","title":"GNU General Public License","text":"may convey verbatim copies Program’s source code receive , medium, provided conspicuously appropriately publish copy appropriate copyright notice; keep intact notices stating License non-permissive terms added accord section 7 apply code; keep intact notices absence warranty; give recipients copy License along Program. may charge price price copy convey, may offer support warranty protection fee.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_5-conveying-modified-source-versions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"5. Conveying Modified Source Versions","title":"GNU General Public License","text":"may convey work based Program, modifications produce Program, form source code terms section 4, provided also meet conditions: ) work must carry prominent notices stating modified , giving relevant date. b) work must carry prominent notices stating released License conditions added section 7. requirement modifies requirement section 4 “keep intact notices”. c) must license entire work, whole, License anyone comes possession copy. License therefore apply, along applicable section 7 additional terms, whole work, parts, regardless packaged. License gives permission license work way, invalidate permission separately received . d) work interactive user interfaces, must display Appropriate Legal Notices; however, Program interactive interfaces display Appropriate Legal Notices, work need make . compilation covered work separate independent works, nature extensions covered work, combined form larger program, volume storage distribution medium, called “aggregate” compilation resulting copyright used limit access legal rights compilation’s users beyond individual works permit. Inclusion covered work aggregate cause License apply parts aggregate.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_6-conveying-non-source-forms","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"6. Conveying Non-Source Forms","title":"GNU General Public License","text":"may convey covered work object code form terms sections 4 5, provided also convey machine-readable Corresponding Source terms License, one ways: ) Convey object code , embodied , physical product (including physical distribution medium), accompanied Corresponding Source fixed durable physical medium customarily used software interchange. b) Convey object code , embodied , physical product (including physical distribution medium), accompanied written offer, valid least three years valid long offer spare parts customer support product model, give anyone possesses object code either (1) copy Corresponding Source software product covered License, durable physical medium customarily used software interchange, price reasonable cost physically performing conveying source, (2) access copy Corresponding Source network server charge. c) Convey individual copies object code copy written offer provide Corresponding Source. alternative allowed occasionally noncommercially, received object code offer, accord subsection 6b. d) Convey object code offering access designated place (gratis charge), offer equivalent access Corresponding Source way place charge. need require recipients copy Corresponding Source along object code. place copy object code network server, Corresponding Source may different server (operated third party) supports equivalent copying facilities, provided maintain clear directions next object code saying find Corresponding Source. Regardless server hosts Corresponding Source, remain obligated ensure available long needed satisfy requirements. e) Convey object code using peer--peer transmission, provided inform peers object code Corresponding Source work offered general public charge subsection 6d. separable portion object code, whose source code excluded Corresponding Source System Library, need included conveying object code work. “User Product” either (1) “consumer product”, means tangible personal property normally used personal, family, household purposes, (2) anything designed sold incorporation dwelling. determining whether product consumer product, doubtful cases shall resolved favor coverage. particular product received particular user, “normally used” refers typical common use class product, regardless status particular user way particular user actually uses, expects expected use, product. product consumer product regardless whether product substantial commercial, industrial non-consumer uses, unless uses represent significant mode use product. “Installation Information” User Product means methods, procedures, authorization keys, information required install execute modified versions covered work User Product modified version Corresponding Source. information must suffice ensure continued functioning modified object code case prevented interfered solely modification made. convey object code work section , , specifically use , User Product, conveying occurs part transaction right possession use User Product transferred recipient perpetuity fixed term (regardless transaction characterized), Corresponding Source conveyed section must accompanied Installation Information. requirement apply neither third party retains ability install modified object code User Product (example, work installed ROM). requirement provide Installation Information include requirement continue provide support service, warranty, updates work modified installed recipient, User Product modified installed. Access network may denied modification materially adversely affects operation network violates rules protocols communication across network. Corresponding Source conveyed, Installation Information provided, accord section must format publicly documented (implementation available public source code form), must require special password key unpacking, reading copying.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_7-additional-terms","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"7. Additional Terms","title":"GNU General Public License","text":"“Additional permissions” terms supplement terms License making exceptions one conditions. Additional permissions applicable entire Program shall treated though included License, extent valid applicable law. additional permissions apply part Program, part may used separately permissions, entire Program remains governed License without regard additional permissions. convey copy covered work, may option remove additional permissions copy, part . (Additional permissions may written require removal certain cases modify work.) may place additional permissions material, added covered work, can give appropriate copyright permission. Notwithstanding provision License, material add covered work, may (authorized copyright holders material) supplement terms License terms: ) Disclaiming warranty limiting liability differently terms sections 15 16 License; b) Requiring preservation specified reasonable legal notices author attributions material Appropriate Legal Notices displayed works containing ; c) Prohibiting misrepresentation origin material, requiring modified versions material marked reasonable ways different original version; d) Limiting use publicity purposes names licensors authors material; e) Declining grant rights trademark law use trade names, trademarks, service marks; f) Requiring indemnification licensors authors material anyone conveys material (modified versions ) contractual assumptions liability recipient, liability contractual assumptions directly impose licensors authors. non-permissive additional terms considered “restrictions” within meaning section 10. Program received , part , contains notice stating governed License along term restriction, may remove term. license document contains restriction permits relicensing conveying License, may add covered work material governed terms license document, provided restriction survive relicensing conveying. add terms covered work accord section, must place, relevant source files, statement additional terms apply files, notice indicating find applicable terms. Additional terms, permissive non-permissive, may stated form separately written license, stated exceptions; requirements apply either way.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_8-termination","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"8. Termination","title":"GNU General Public License","text":"may propagate modify covered work except expressly provided License. attempt otherwise propagate modify void, automatically terminate rights License (including patent licenses granted third paragraph section 11). However, cease violation License, license particular copyright holder reinstated () provisionally, unless copyright holder explicitly finally terminates license, (b) permanently, copyright holder fails notify violation reasonable means prior 60 days cessation. Moreover, license particular copyright holder reinstated permanently copyright holder notifies violation reasonable means, first time received notice violation License (work) copyright holder, cure violation prior 30 days receipt notice. Termination rights section terminate licenses parties received copies rights License. rights terminated permanently reinstated, qualify receive new licenses material section 10.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_9-acceptance-not-required-for-having-copies","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"9. Acceptance Not Required for Having Copies","title":"GNU General Public License","text":"required accept License order receive run copy Program. Ancillary propagation covered work occurring solely consequence using peer--peer transmission receive copy likewise require acceptance. However, nothing License grants permission propagate modify covered work. actions infringe copyright accept License. Therefore, modifying propagating covered work, indicate acceptance License .","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_10-automatic-licensing-of-downstream-recipients","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"10. Automatic Licensing of Downstream Recipients","title":"GNU General Public License","text":"time convey covered work, recipient automatically receives license original licensors, run, modify propagate work, subject License. responsible enforcing compliance third parties License. “entity transaction” transaction transferring control organization, substantially assets one, subdividing organization, merging organizations. propagation covered work results entity transaction, party transaction receives copy work also receives whatever licenses work party’s predecessor interest give previous paragraph, plus right possession Corresponding Source work predecessor interest, predecessor can get reasonable efforts. may impose restrictions exercise rights granted affirmed License. example, may impose license fee, royalty, charge exercise rights granted License, may initiate litigation (including cross-claim counterclaim lawsuit) alleging patent claim infringed making, using, selling, offering sale, importing Program portion .","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_11-patents","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"11. Patents","title":"GNU General Public License","text":"“contributor” copyright holder authorizes use License Program work Program based. work thus licensed called contributor’s “contributor version”. contributor’s “essential patent claims” patent claims owned controlled contributor, whether already acquired hereafter acquired, infringed manner, permitted License, making, using, selling contributor version, include claims infringed consequence modification contributor version. purposes definition, “control” includes right grant patent sublicenses manner consistent requirements License. contributor grants non-exclusive, worldwide, royalty-free patent license contributor’s essential patent claims, make, use, sell, offer sale, import otherwise run, modify propagate contents contributor version. following three paragraphs, “patent license” express agreement commitment, however denominated, enforce patent (express permission practice patent covenant sue patent infringement). “grant” patent license party means make agreement commitment enforce patent party. convey covered work, knowingly relying patent license, Corresponding Source work available anyone copy, free charge terms License, publicly available network server readily accessible means, must either (1) cause Corresponding Source available, (2) arrange deprive benefit patent license particular work, (3) arrange, manner consistent requirements License, extend patent license downstream recipients. “Knowingly relying” means actual knowledge , patent license, conveying covered work country, recipient’s use covered work country, infringe one identifiable patents country reason believe valid. , pursuant connection single transaction arrangement, convey, propagate procuring conveyance , covered work, grant patent license parties receiving covered work authorizing use, propagate, modify convey specific copy covered work, patent license grant automatically extended recipients covered work works based . patent license “discriminatory” include within scope coverage, prohibits exercise , conditioned non-exercise one rights specifically granted License. may convey covered work party arrangement third party business distributing software, make payment third party based extent activity conveying work, third party grants, parties receive covered work , discriminatory patent license () connection copies covered work conveyed (copies made copies), (b) primarily connection specific products compilations contain covered work, unless entered arrangement, patent license granted, prior 28 March 2007. Nothing License shall construed excluding limiting implied license defenses infringement may otherwise available applicable patent law.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_12-no-surrender-of-others-freedom","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"12. No Surrender of Others’ Freedom","title":"GNU General Public License","text":"conditions imposed (whether court order, agreement otherwise) contradict conditions License, excuse conditions License. convey covered work satisfy simultaneously obligations License pertinent obligations, consequence may convey . example, agree terms obligate collect royalty conveying convey Program, way satisfy terms License refrain entirely conveying Program.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_13-use-with-the-gnu-affero-general-public-license","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"13. Use with the GNU Affero General Public License","title":"GNU General Public License","text":"Notwithstanding provision License, permission link combine covered work work licensed version 3 GNU Affero General Public License single combined work, convey resulting work. terms License continue apply part covered work, special requirements GNU Affero General Public License, section 13, concerning interaction network apply combination .","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_14-revised-versions-of-this-license","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"14. Revised Versions of this License","title":"GNU General Public License","text":"Free Software Foundation may publish revised /new versions GNU General Public License time time. new versions similar spirit present version, may differ detail address new problems concerns. version given distinguishing version number. Program specifies certain numbered version GNU General Public License “later version” applies , option following terms conditions either numbered version later version published Free Software Foundation. Program specify version number GNU General Public License, may choose version ever published Free Software Foundation. Program specifies proxy can decide future versions GNU General Public License can used, proxy’s public statement acceptance version permanently authorizes choose version Program. Later license versions may give additional different permissions. However, additional obligations imposed author copyright holder result choosing follow later version.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_15-disclaimer-of-warranty","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"15. Disclaimer of Warranty","title":"GNU General Public License","text":"WARRANTY PROGRAM, EXTENT PERMITTED APPLICABLE LAW. EXCEPT OTHERWISE STATED WRITING COPYRIGHT HOLDERS /PARTIES PROVIDE PROGRAM “” WITHOUT WARRANTY KIND, EITHER EXPRESSED IMPLIED, INCLUDING, LIMITED , IMPLIED WARRANTIES MERCHANTABILITY FITNESS PARTICULAR PURPOSE. ENTIRE RISK QUALITY PERFORMANCE PROGRAM . PROGRAM PROVE DEFECTIVE, ASSUME COST NECESSARY SERVICING, REPAIR CORRECTION.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_16-limitation-of-liability","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"16. Limitation of Liability","title":"GNU General Public License","text":"EVENT UNLESS REQUIRED APPLICABLE LAW AGREED WRITING COPYRIGHT HOLDER, PARTY MODIFIES /CONVEYS PROGRAM PERMITTED , LIABLE DAMAGES, INCLUDING GENERAL, SPECIAL, INCIDENTAL CONSEQUENTIAL DAMAGES ARISING USE INABILITY USE PROGRAM (INCLUDING LIMITED LOSS DATA DATA RENDERED INACCURATE LOSSES SUSTAINED THIRD PARTIES FAILURE PROGRAM OPERATE PROGRAMS), EVEN HOLDER PARTY ADVISED POSSIBILITY DAMAGES.","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"id_17-interpretation-of-sections-15-and-16","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"17. Interpretation of Sections 15 and 16","title":"GNU General Public License","text":"disclaimer warranty limitation liability provided given local legal effect according terms, reviewing courts shall apply local law closely approximates absolute waiver civil liability connection Program, unless warranty assumption liability accompanies copy Program return fee. END TERMS CONDITIONS","code":""},{"path":"https://despair.jpmonteagudo.com/LICENSE.html","id":"how-to-apply-these-terms-to-your-new-programs","dir":"","previous_headings":"","what":"How to Apply These Terms to Your New Programs","title":"GNU General Public License","text":"develop new program, want greatest possible use public, best way achieve make free software everyone can redistribute change terms. , attach following notices program. safest attach start source file effectively state exclusion warranty; file least “copyright” line pointer full notice found. Also add information contact electronic paper mail. program terminal interaction, make output short notice like starts interactive mode: hypothetical commands show w show c show appropriate parts General Public License. course, program’s commands might different; GUI interface, use “box”. also get employer (work programmer) school, , sign “copyright disclaimer” program, necessary. information , apply follow GNU GPL, see . GNU General Public License permit incorporating program proprietary programs. program subroutine library, may consider useful permit linking proprietary applications library. want , use GNU Lesser General Public License instead License. first, please read .","code":" Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free software, and you are welcome to redistribute it under certain conditions; type 'show c' for details."},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":null,"dir":"Reference","previous_headings":"","what":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"bard.bits() generates bard bits using Shakespeare's works DSM-5 use personal projects. term bard–bits comes Shakespeare's title 'Bard Avon' bits ( Shakespeare's characters, places, professions) used come coherent combinations.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"","code":"bard.bits(cat, seed = NULL)"},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"cat category used bard–bit. Defaults \"\", \"character\", \"jobs\",\"alliterate\", \"dsm_5\" available. seed optional numeric character seed reproducible results.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"bard.bits() takes category optional numeric character seed produce bard–bit.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"category \"\" (default), function combines Shakespeare's adjectives, DSM-5 adjectives, colors characters, jobs, animals things data frames sample one adjective one noun two combinations. category \"alliterate\", function combines adjectives colors data frames animals characters data frame. adjective selected, first letter used match noun. category \"character\", function derive bard bit data frame Shakespeare's characters adjectives data frame. category \"jobs\", function derive bard bit adjectives colors data frame sample one value Shakespeare's jobs data frame. category \"dsm_5\", function derive bard bit combined jobs, characters, animals DSM-5 adjectives data frame.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/bard.bits.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Generate unique bard bits using Shakespeare's work and DSM-5 adjectives — bard.bits","text":"","code":"bard.bits(\"any\") #> [1] \"ample squirrel\" bard.bits(\"dsm_5\", seed = 1234) #> [1] \"fragile hen\" bard.bits(\"jobs\", seed = \"horrid antonio\") #> [1] \"savage falconer\""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":null,"dir":"Reference","previous_headings":"","what":"Generate demotivational quotes for personal use. — demotivate","title":"Generate demotivational quotes for personal use. — demotivate","text":"demotivate() tool demotivate even highly motivated individual. Use caution remember take personally.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Generate demotivational quotes for personal use. — demotivate","text":"","code":"demotivate(cat = \"any\", seed)"},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Generate demotivational quotes for personal use. — demotivate","text":"cat demotivational category choose . function defaults ''. seed numeric character seed reproducible results. function defaults 'NULL'.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Generate demotivational quotes for personal use. — demotivate","text":"demotivate() takes preferred category optional reproducible seed return demotivational quote user feel worse given time.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"Generate demotivational quotes for personal use. — demotivate","text":"cat '' (default), function combines category data frames samples new,combined data frame. total six categories: family, life, work, science, TV, rednecks. specific category chosen function sample demotivational quote data frame output random quote spiritual mental decay.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Generate demotivational quotes for personal use. — demotivate","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/demotivate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Generate demotivational quotes for personal use. — demotivate","text":"","code":"demotivate(\"any\",seed = \"lanky puppy\") #> [1] \"Behind every great man is a woman rolling her eyes. - Bruce Almighty\" demotivate(\"work\") #> [1] \"Light travels faster than sound. This is why some people appear birght until you hear them speak. - Alan Dundes\""},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":null,"dir":"Reference","previous_headings":"","what":"Display package version for despair — despair.message","title":"Display package version for despair — despair.message","text":"despair.message() produces message package version version R making use package.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Display package version for despair — despair.message","text":"","code":"despair.message()"},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Display package version for despair — despair.message","text":"despair.message() returns message install version despair.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Display package version for despair — despair.message","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/despair.message.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Display package version for despair — despair.message","text":"","code":"despair.message() #> despair string generated by {despair} v.0.1.0.R version 4.4.1 (2024-06-14 ucrt)."},{"path":"https://despair.jpmonteagudo.com/reference/dsm_5.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of DSM-5 adjectives — dsm_5","title":"A data frame of DSM-5 adjectives — dsm_5","text":"data frame adjectives used DSM-5 describe mental states","code":""},{"path":"https://despair.jpmonteagudo.com/reference/dsm_5.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of DSM-5 adjectives — dsm_5","text":"","code":"dsm_5"},{"path":"https://despair.jpmonteagudo.com/reference/dsm_5.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of DSM-5 adjectives — dsm_5","text":"data frame 150 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/family.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of family-related demotivational quotes — family","title":"A data frame of family-related demotivational quotes — family","text":"data frame family-related demotivational quotes English taken American popular culture.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/family.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of family-related demotivational quotes — family","text":"","code":"family"},{"path":"https://despair.jpmonteagudo.com/reference/family.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of family-related demotivational quotes — family","text":"data frame 13 observations and1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/life.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of life-related demotivational quotes. — life","title":"A data frame of life-related demotivational quotes. — life","text":"data frame life-related demotivational quotes English taken American popular culture.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/life.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of life-related demotivational quotes. — life","text":"","code":"life"},{"path":"https://despair.jpmonteagudo.com/reference/life.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of life-related demotivational quotes. — life","text":"data frame 27 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/lit.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of modern and contemporary literature motivational quotes. — lit","title":"A data frame of modern and contemporary literature motivational quotes. — lit","text":"data frame modern contemporary literature quotes used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/lit.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of modern and contemporary literature motivational quotes. — lit","text":"","code":"lit"},{"path":"https://despair.jpmonteagudo.com/reference/lit.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of modern and contemporary literature motivational quotes. — lit","text":"data frame 22 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/modern.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of modern and contemporary historical and pop-culture icons — modern","title":"A data frame of modern and contemporary historical and pop-culture icons — modern","text":"data frame modern contemporary historical pop-culture icons used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/modern.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of modern and contemporary historical and pop-culture icons — modern","text":"","code":"modern"},{"path":"https://despair.jpmonteagudo.com/reference/modern.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of modern and contemporary historical and pop-culture icons — modern","text":"data frame 40 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":null,"dir":"Reference","previous_headings":"","what":"General motivation quotes for personal use — motivate","title":"General motivation quotes for personal use — motivate","text":"motivate() tool lift even unmotivated individual. Use caution remember— take personally.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"General motivation quotes for personal use — motivate","text":"","code":"motivate(cat = \"any\", seed)"},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"General motivation quotes for personal use — motivate","text":"cat motivational category choose . function defaults \"\". seed numeric character seed reproducible results. function defaults \"NULL\".","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"General motivation quotes for personal use — motivate","text":"motivate() takes preferred category optional reproducible seed return motivational quote user feel better given time.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"General motivation quotes for personal use — motivate","text":"cat '' (default), function combines category data frames samples new,combined data frame. total five categories: psych, stoic, religion, lit(literature), modern (history) specific category chosen function sample motivational quote data frame output random quote spiritual mental growth.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"General motivation quotes for personal use — motivate","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/motivate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"General motivation quotes for personal use — motivate","text":"","code":"motivate(\"any\",seed = \"lethargic raccoon\") #> [1] \"A lie can travel half way around the world while the truth is putting on its shoes. — Mark Twain\" motivate(\"lit\") #> [1] \"Nothing in this world is harder than speaking the truth, nothing easier than flattery. — Fyodor Dostoevsky\" motivate(\"stoic\", seed = 2899) #> [1] \"Wealth consists not in having great possessions, but in having few wants. - Epictetus\""},{"path":"https://despair.jpmonteagudo.com/reference/psych.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of psychology-related quotes — psych","title":"A data frame of psychology-related quotes — psych","text":"data frame psychology-related quotes used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/psych.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of psychology-related quotes — psych","text":"","code":"psych"},{"path":"https://despair.jpmonteagudo.com/reference/psych.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of psychology-related quotes — psych","text":"data frame 34 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/rednecks.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of sweet redneck humor — rednecks","title":"A data frame of sweet redneck humor — rednecks","text":"data frame sweet redneck humor taken Southern popular culture.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/rednecks.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of sweet redneck humor — rednecks","text":"","code":"rednecks"},{"path":"https://despair.jpmonteagudo.com/reference/rednecks.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of sweet redneck humor — rednecks","text":"data frame 21 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/religion.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of religious motivational quotes — religion","title":"A data frame of religious motivational quotes — religion","text":"data frame religiously-inspired motivational quotes used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/religion.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of religious motivational quotes — religion","text":"","code":"religion"},{"path":"https://despair.jpmonteagudo.com/reference/religion.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of religious motivational quotes — religion","text":"data frame 45 observations 1 column. values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/science.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of science-related demotivational quotes — science","title":"A data frame of science-related demotivational quotes — science","text":"data frame science-related demotivational quotes.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/science.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of science-related demotivational quotes — science","text":"","code":"science"},{"path":"https://despair.jpmonteagudo.com/reference/science.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of science-related demotivational quotes — science","text":"data frame 27 observations 1 column. values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":null,"dir":"Reference","previous_headings":"","what":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"set.char.seed() converts character vector integer used reproducible seed","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"","code":"set.char.seed(char)"},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"char character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"set.char.seed() takes character vector returns reproducible seed.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"letter number character vector assigned specific number. numbers concatenated divided 2^30 - 1, remainder division used numeric reproducible seed. get warning 'loss accuracy\", consider using succinct character vector, otherwise get seed 0.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"JP Monteagudo","code":""},{"path":"https://despair.jpmonteagudo.com/reference/set.char.seed.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Convert any character vector to an integer for setting a reproducible seed — set.char.seed","text":"","code":"set.char.seed(\"The Sticky Chicken\") #> [1] 258156544 set.char.seed(\"lanky tadpole\") #> [1] 1017058471 set.char.seed(\"Manny said what?\") #> [1] 241593498"},{"path":"https://despair.jpmonteagudo.com/reference/shake_adjectives.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's adjectives — shake_adjectives","title":"A data frame of Shakespeare's adjectives — shake_adjectives","text":"data frame adjectives used Shakespeare's works.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_adjectives.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's adjectives — shake_adjectives","text":"","code":"shake_adjectives"},{"path":"https://despair.jpmonteagudo.com/reference/shake_adjectives.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's adjectives — shake_adjectives","text":"data frame 100 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_animals.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's animals — shake_animals","title":"A data frame of Shakespeare's animals — shake_animals","text":"data frame animals used Shakespeare's works","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_animals.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's animals — shake_animals","text":"","code":"shake_animals"},{"path":"https://despair.jpmonteagudo.com/reference/shake_animals.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's animals — shake_animals","text":"data frame 150 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_chars.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's characters — shake_chars","title":"A data frame of Shakespeare's characters — shake_chars","text":"data frame Shakespeare's characters","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_chars.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's characters — shake_chars","text":"","code":"shake_chars"},{"path":"https://despair.jpmonteagudo.com/reference/shake_chars.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's characters — shake_chars","text":"data frame 137 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_clrs.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare and unusual colors — shake_clrs","title":"A data frame of Shakespeare and unusual colors — shake_clrs","text":"data frame colors used Shakespeare's work unusual colors","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_clrs.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare and unusual colors — shake_clrs","text":"","code":"shake_clrs"},{"path":"https://despair.jpmonteagudo.com/reference/shake_clrs.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare and unusual colors — shake_clrs","text":"data frame 300 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_jobs.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's jobs — shake_jobs","title":"A data frame of Shakespeare's jobs — shake_jobs","text":"data frame professions used Shakespeare's works.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_jobs.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's jobs — shake_jobs","text":"","code":"shake_jobs"},{"path":"https://despair.jpmonteagudo.com/reference/shake_jobs.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's jobs — shake_jobs","text":"data frame 103 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_things.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of Shakespeare's objects — shake_things","title":"A data frame of Shakespeare's objects — shake_things","text":"data frame objects used Shakespeare's works.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/shake_things.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of Shakespeare's objects — shake_things","text":"","code":"shake_things"},{"path":"https://despair.jpmonteagudo.com/reference/shake_things.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of Shakespeare's objects — shake_things","text":"data frame 150 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/stoic.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame o stoic motivational quotes — stoic","title":"A data frame o stoic motivational quotes — stoic","text":"data frame stoic motivational quotes used motivate()","code":""},{"path":"https://despair.jpmonteagudo.com/reference/stoic.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame o stoic motivational quotes — stoic","text":"","code":"stoic"},{"path":"https://despair.jpmonteagudo.com/reference/stoic.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame o stoic motivational quotes — stoic","text":"data frame 32 observations 1 column. values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/tv.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of tv and film demotivational quotes — tv","title":"A data frame of tv and film demotivational quotes — tv","text":"data frame tv film demotivational quotes taken American film TV shows.","code":""},{"path":"https://despair.jpmonteagudo.com/reference/tv.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of tv and film demotivational quotes — tv","text":"","code":"tv"},{"path":"https://despair.jpmonteagudo.com/reference/tv.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of tv and film demotivational quotes — tv","text":"data frame 23 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/reference/work.html","id":null,"dir":"Reference","previous_headings":"","what":"A data frame of work-related demotivational quotes — work","title":"A data frame of work-related demotivational quotes — work","text":"data frame work-related demotivational quotes","code":""},{"path":"https://despair.jpmonteagudo.com/reference/work.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A data frame of work-related demotivational quotes — work","text":"","code":"work"},{"path":"https://despair.jpmonteagudo.com/reference/work.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"A data frame of work-related demotivational quotes — work","text":"data frame 31 observations 1 column values character vector","code":""},{"path":"https://despair.jpmonteagudo.com/news/index.html","id":"despair-010","dir":"Changelog","previous_headings":"","what":"despair 0.1.0","title":"despair 0.1.0","text":"Initial development release","code":""}] diff --git a/man/bard.bits.Rd b/man/bard.bits.Rd index eb4547e..f00beeb 100644 --- a/man/bard.bits.Rd +++ b/man/bard.bits.Rd @@ -21,21 +21,21 @@ to produce a bard–bit. 'The Bard of Avon' and the bits ( Shakespeare's characters, places, professions) used to come up with coherent combinations. } \details{ -When the category is 'any' (the default), the function combines Shakespeare's adjectives, +When the category is "any" (the default), the function combines Shakespeare's adjectives, DSM-5 adjectives, colors and the characters, jobs, animals and things data frames to then sample one adjective and one noun from each of the two combinations. -When the category is 'alliterate', the function combines the adjectives and colors +When the category is "alliterate", the function combines the adjectives and colors data frames and the animals and characters data frame. After an adjective is selected, the first letter will be used to match against a noun. -When the category is 'character', the function will derive a bard bit from a data frame of Shakespeare's +When the category is "character", the function will derive a bard bit from a data frame of Shakespeare's characters and the adjectives data frame. -When the category is 'jobs', the function will derive a bard bit from the adjectives and colors data frame +When the category is "jobs", the function will derive a bard bit from the adjectives and colors data frame and sample one value from the Shakespeare's jobs data frame. -When the category is 'dsm_5', the function will derive a bard bit from the combined jobs, +When the category is "dsm_5", the function will derive a bard bit from the combined jobs, characters, animals and the DSM-5 adjectives data frame. } \examples{ diff --git a/man/demotivate.Rd b/man/demotivate.Rd index 51e8194..8a2ae33 100644 --- a/man/demotivate.Rd +++ b/man/demotivate.Rd @@ -23,7 +23,7 @@ Use with caution and remember to not take it personally. When cat is 'any' (default), the function combines all category data frames and then samples from the new,combined data frame. -There are a total of six categories: family, life, work, science, tv, and rednecks. +There are a total of six categories: family, life, work, science, TV, and rednecks. When a specific category is chosen the function will sample from a demotivational quote data frame and output a random quote for your spiritual and mental decay. } diff --git a/man/motivate.Rd b/man/motivate.Rd index 9e0b291..7279e69 100644 --- a/man/motivate.Rd +++ b/man/motivate.Rd @@ -7,9 +7,9 @@ motivate(cat = "any", seed) } \arguments{ -\item{cat}{a motivational category to choose from. The function defaults to 'any'.} +\item{cat}{a motivational category to choose from. The function defaults to "any".} -\item{seed}{a numeric or character seed for reproducible results. The function defaults to 'NULL'.} +\item{seed}{a numeric or character seed for reproducible results. The function defaults to "NULL".} } \value{ \code{motivate()} takes a preferred category and an optional reproducible seed diff --git a/tests/spelling.R b/tests/spelling.R new file mode 100644 index 0000000..6713838 --- /dev/null +++ b/tests/spelling.R @@ -0,0 +1,3 @@ +if(requireNamespace('spelling', quietly = TRUE)) + spelling::spell_check_test(vignettes = TRUE, error = FALSE, + skip_on_cran = TRUE)