Skip to content

Commit 2bbd39b

Browse files
committed
change package startup message
1 parent 4c87cb1 commit 2bbd39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.onAttach <- function(...) {
22
packageStartupMessage(
33
cli::format_inline(
4-
"This version of the package introduces many changes.\nPlease see {.href [https://neilstats.github.io/ckbplotr/news](https://neilstats.github.io/ckbplotr/news)} for details."
4+
"See {.href [https://neilstats.github.io/ckbplotr](https://neilstats.github.io/ckbplotr)} for details on using this package."
55
)
66
)
77
}

0 commit comments

Comments
 (0)