Skip to content

Commit

Permalink
Remove startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkap committed Aug 3, 2024
1 parent 8a2620b commit ceadc7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: asciiSetupReader
Title: Reads Fixed-Width ASCII Data Files (.txt or .dat) that
Have Accompanying Setup Files (.sps or .sas)
Version: 2.5.1
Version: 2.5.2
Authors@R:
person(given = "Jacob",
family = "Kaplan",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# asciiSetupReader 2.5.2

* Removes startup message

# asciiSetupReader 2.5.1

* Adds startup message
Expand Down
8 changes: 0 additions & 8 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,3 @@ fix_value_labels <- function(data, setup, value_label_fix) {
return(data)
}


.onAttach <- function(libname, pkgname) {
package_citation <- "Kaplan, J (2023). asciiSetupReader: PReads Fixed-Width ASCII Data Files (.txt or .dat) that
Have Accompanying Setup Files (.sps or .sas). Version 2.5.1. URL: https://github.com/jacobkap/asciiSetupReader, https://jacobkap.github.io/asciiSetupReader/."
packageStartupMessage("Thank you for using asciiSetupReader!")
packageStartupMessage("To acknowledge our work, please cite the package:")
packageStartupMessage(package_citation)
}

0 comments on commit ceadc7b

Please sign in to comment.