R/rags2ridgesMisc.R

Defines functions .rags2logo .Flying .Chance .Rich .Boyka .Marty .theHoff .JayZScore .Brooke .TwoCents

################################################################################
################################################################################
##------------------------------------------------------------------------------
##
## Module C: rags2ridges Miscellaneous
##
##------------------------------------------------------------------------------
################################################################################
################################################################################


.TwoCents <- function(){
  ##############################################################################
  # - Unsolicited Advice
  ##############################################################################

  cat("
      ##########################
      ##########################
      Get ridge or die trying.
      - 2Cents
      ##########################
      ########################## \n")
}



.Brooke <- function(){
  ##############################################################################
  # - Endorsement
  ##############################################################################

  cat("
      ##############################################
      ##############################################
      To be Bold & Beautiful, one has to go Ridge.
      - Brooke Logan
      ##############################################
      ############################################## \n")
}



.JayZScore <- function() {
  ##############################################################################
  # - The truth
  ##############################################################################

  cat("
      ###################################################
      ###################################################
      I'm from rags to ridges baby I ain't dumb
      I got 99 problems but the ridge ain't one.
      - Jay Z-score
      ###################################################
      ################################################### \n")
}



.theHoff <- function() {
  ##############################################################################
  # - Shoulda coulda woulda
  ##############################################################################

  cat("
      ###################################################
      ###################################################
      This has put the 'IT' in KITT.
      - Michael Knight
      ###################################################
      ################################################### \n")
}



.Marty <- function() {
  ##############################################################################
  # - Relief
  ##############################################################################

  cat("
      ###################################################
      ###################################################
      Finally, forward to the future!
      - Marty McFly
      ###################################################
      ################################################### \n")
}



.Boyka <- function() {
  ##############################################################################
  # - Completeness
  ##############################################################################

  cat("
      ###################################################
      ###################################################
      This is the most complete package in the world!
      - Yuri Boyka
      ###################################################
      ################################################### \n")
}



.Rich <- function() {
  ##############################################################################
  # - He's the one to know
  ##############################################################################

  cat("
      ###################################################
      ###################################################
      This is my favorite natural ridge package!
      No order 66 on this one, right babe?
      - Rich Piano
      ###################################################
      ################################################### \n")
}



.Chance <- function() {
  ##############################################################################
  # - Botanical ridge
  ##############################################################################

  cat("
      ###################################################
      ###################################################
      ... all is well. And all will be well in the garden
      - Chauncey Gardiner
      ###################################################
      ################################################### \n")
}



.Flying <- function() {
  ##############################################################################
  # - To the moon
  ##############################################################################

  cat("
      ###################################################
      ###################################################
      Thank you for flying **rags2ridges**!
      - Your rags2ridges flight team
      ###################################################
      ################################################### \n")
}



 <- function(){
  ##############################################################################
  # - Logo
  ##############################################################################

  cat("
     ____      _____  ______  ____    ____  ____  _____ ____________
    / __ \\/\\  / ____\\/ ____/ /___ \\  / __ \\/ /  \\/ ____\\ ____/ ____/
   / /_/ /  \\/ / __ / /___   ___/ / / /_/ / / /\\ \\/ __/ /___/ /___
  / _  _/ /\\ \\/ |_ |___  / / ____/ / _  _/ / / / / |_ |____/___  /
 / / \\ \\ ____ \\__/ /__/ / / /___  / / \\ \\ / /_/ /\\__/ /_______/ /
/_/   \\_\\    \\_\\__/____/ /_____/ /_/   \\_\\_____/\\____/___/_____/

")
}

Try the rags2ridges package in your browser

Any scripts or data that you put into this service are public.

rags2ridges documentation built on Oct. 14, 2023, 5:06 p.m.