#' @title tinytools_logo
#' @description Get the detailed of metPath package.
#' @author Xiaotao Shen
#' \email{shenxt1990@@outlook.com}
#' @importFrom stringr str_replace str_split str_replace_all str_trim
#' @importFrom dplyr filter mutate select everything
#' @importFrom rstudioapi isAvailable hasFun getThemeInfo
#' @importFrom utils packageDescription write.csv
#' @importFrom cli rule symbol
#' @importFrom crayon green blue col_align
#' @importFrom crayon red black white style make_style num_colors
#' @importFrom plotly ggplotly
#' @importFrom pbapply pblapply
#' @import ggplot2
#' @importFrom plyr dlply .
#' @import readxl
#' @importFrom methods .hasSlot new
#' @importFrom stats p.adjust rgamma
#' @importFrom utils data str
#' @importFrom magrittr %>%
#' @importFrom purrr map map2 walk
#' @import htmltools
#' @import htmlwidgets
#' @import leaflet
#' @import tidyr
#' @export
#' @return tinytools logo
#' @examples
#' tinytools_logo()
tinytools_logo <- function() {
cat(crayon::green("Thank you for using tinytools!\n"))
cat(crayon::green("Version 0.99.1 (2021-12-26)\n"))
cat(crayon::green(
"More information: search 'tidymass tinytools'\n"
))
cat(crayon::green(
c(
" _ _ _______ _ ",
" | | (_) |__ __| | | ",
" | |_ _ _ __ _ _| | ___ ___ | |___ ",
" | __| | '_ \\| | | | |/ _ \\ / _ \\| / __|",
" | |_| | | | | |_| | | (_) | (_) | \\__ \\",
" \\__|_|_| |_|\\__, |_|\\___/ \\___/|_|___/",
" __/ | ",
" |___/ "
)
), sep = "\n")
}
# library(cowsay)
# # https://onlineasciitools.com/convert-text-to-ascii-art
# # writeLines(capture.output(say("Hello"), type = "message"), con = "ascii_art.txt")
# art <- readLines("logo.txt")
# dput(art)
# metid_logo <-
# c(" _ _____ ___ ", " _ __ ___ ___| |_ \\_ \\/ \\",
# "| '_ ` _ \\ / _ \\ __| / /\\/ /\\ /", "| | | | | | __/ |_/\\/ /_/ /_// ",
# "|_| |_| |_|\\___|\\__\\____/___,' ", " "
# )
# cat(metid_logo, sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.