-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6fbdfd
commit dd02d46
Showing
2 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. . . . . . . . . . . . . . . . . . . . . . . . . . . . . ." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 . | ||
. . . | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |