Skip to content

Commit

Permalink
further prep for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
maraab23 committed Sep 7, 2022
1 parent a4f5f21 commit cce0211
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
14 changes: 14 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.onAttach <- function(libname, pkgname) {
#quietly <- getOption('quietly')
old <- options()
on.exit(options(old))
options(quietly = T)
packageStartupMessage(
usethis::ui_info(glue::glue("{usethis::ui_field('ggseqplot')} version {utils::packageVersion(pkgname)}
Website: {usethis::ui_field('https://maraab23.github.io/ggseqplot/')}
Please type {usethis::ui_code('citation(\"ggseqplot\")')} for citation information.")),
usethis::ui_info(glue::glue("{usethis::ui_field('ggseqplot')} attached {usethis::ui_field('TraMineR')} version {utils::packageVersion('TraMineR')}
Please type {usethis::ui_code('citation(\"TraMineR\")')} for citation information."))
)
#options(quietly = quietly)
}
4 changes: 2 additions & 2 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ citEntry(
author = "Marcel Raab",
title = "ggseqplot: Render Sequence Plots using 'ggplot2'",
year = "2022",
url = "https://maraab23.github.io/ggseqplot/, https://github.com/maraab23/ggseqplot",
textVersion = "Raab, M. (2022): ggseqplot: Render Sequence Plots using 'ggplot2'. https://maraab23.github.io/ggseqplot/, https://github.com/maraab23/ggseqplot"
url = "https://maraab23.github.io/ggseqplot/",
textVersion = "Raab, M. (2022): ggseqplot: Render Sequence Plots using 'ggplot2'. https://maraab23.github.io/ggseqplot"
)


0 comments on commit cce0211

Please sign in to comment.