Skip to content

Commit

Permalink
Refactor: simplify console logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed Aug 26, 2022
1 parent e6fbdfd commit dd02d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/logo.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ make_logo <- function(ascii_logo_path = "./inst/assets/logo/logo.txt", version =
#' The logo is generated by [make_logo()] and displayed at package load time.
#'
#' @keywords internal
LOGO = ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . .\n. _ v1.x.x .\n. | | .\n. _ __ ___ __ __ ___ _ __ | | _ _ .\n. | '_ \\ / _ \\ \\ \\ /\\ / / / _ \\ | '__| | | | | | | .\n. | |_) | | (_) | \\ V V / | __/ | | | | | |_| | .\n. | .__/ \\___/ \\_/\\_/ \\___| |_| |_| \\__, | .\n. | | __/ | .\n. |_| |___/ .\n. .\n. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .\n. . .\n. Author: Mihai A. Constantin .\n. Contact: [email protected] .\n. Source: github.com/mihaiconstantin/powerly .\n. . .\n. We are keen on improving and expanding `powerly` to new .\n. models. We welcome all your ideas and suggestions at .\n. github.com/mihaiconstantin/powerly/issues. .\n. . .\n. . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."
LOGO = ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . .\n. _ v1.x.x .\n. | | .\n. _ __ ___ __ __ ___ _ __ | | _ _ .\n. | '_ \\ / _ \\ \\ \\ /\\ / / / _ \\ | '__| | | | | | | .\n. | |_) | | (_) | \\ V V / | __/ | | | | | |_| | .\n. | .__/ \\___/ \\_/\\_/ \\___| |_| |_| \\__, | .\n. | | __/ | .\n. |_| |___/ .\n. .\n. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .\n. . .\n. https://powerly.dev .\n. . .\n. . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."
8 changes: 1 addition & 7 deletions inst/assets/logo/logo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
. .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . .
. Author: Mihai A. Constantin .
. Contact: [email protected] .
. Source: github.com/mihaiconstantin/powerly .
. . .
. We are keen on improving and expanding `powerly` to new .
. models. We welcome all your ideas and suggestions at .
. github.com/mihaiconstantin/powerly/issues. .
. https://powerly.dev .
. . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

0 comments on commit dd02d46

Please sign in to comment.