Nothing
GTFSwizard.StartupMessage <- function(){
msg <- paste0(crayon::blue$bold("
_____ _______ ______ _____
/ ____|__ __| ____/ ____|
| | __ | | | |__ | (___
| | |_ | | | | __| \\___ \\
| |__| | | | | | ____) |
\\_____| |_| |_| |_____/ _
__ ___ ______ _ _ __ __| |
\\ \\ /\\ / | |_ / _` | '__/ _` |
\\ V V /| |/ | (_| | | | (_| |
\\_/\\_/ |_/___\\__,_|_| \\__,_|
"))
msg <- paste0(msg, crayon::cyan$italic("########### "), crayon::green$italic("version "), crayon::green$italic(utils::packageVersion("GTFSwizard")), crayon::cyan$italic(' #############'),"\n")
msg <- paste0(msg, crayon::cyan('Type \'citation("GTFSwizard")\' for\nciting this R package in publications. \n'))
return(msg)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.