Skip to content

Commit

Permalink
update URL, style of citation message
Browse files Browse the repository at this point in the history
  • Loading branch information
bquast committed Jan 10, 2022
1 parent 28919d5 commit 9860352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions R/decompr.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ NULL
#' @seealso \code{\link{decompr-package}}
NULL
.onAttach <- function(...) {
packageStartupMessage('Please consider citing R and decompr,
packageStartupMessage("Please consider citing R and decompr,
using citation()
citation("decompr")
')}
citation('decompr')
")}
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bibentry(bibtype = "Article",
year = "2015",
journal = "CTEI Working Papers",
number = "1",
url = "https://qua.st/decompr",
url = "https://qua.st/decompr/",
textVersion = "Quast, B.A. and V. Kummritz (2015). decompr: Global Value Chain decomposition in R. CTEI Working Papers, 1.",


Expand Down

0 comments on commit 9860352

Please sign in to comment.