Skip to content

Commit 3d479f4

Browse files
committed
v0.8.1: small fix to displaying info in qdecr()
1 parent 176410e commit 3d479f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

R/qdecr.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ qdecr <- function(id,
7272
# Intro
7373
if (verbose) {
7474
message("\n")
75-
catprompt("QDECR v0.8.0")
76-
message("Welcome to QDECR (v0.8.0)")
75+
catprompt(paste0("QDECR v", packageVersion("QDECR")))
76+
message(paste0("Welcome to QDECR (v", packageVersion("QDECR"), ")"))
7777
message("Authors: Sander Lamballais & Ryan Muetzel")
78-
message("Website: www.github.com/slamballais/QDECR")
78+
message("Website: www.qdecr.com")
79+
message("Repository: www.github.com/slamballais/QDECR")
7980
}
8081

8182
## Part 1: All checks and data prep

0 commit comments

Comments
 (0)