Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: Functions to search and extract variables based on keywords
from the ALSPAC data dictionary.
License: Artistic-2.0
Depends:
R (>= 3.5.0)
R (>= 4.1.0)
Imports:
dplyr,
haven,
Expand Down
4 changes: 2 additions & 2 deletions R/zzz.r
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.onAttach <- function(libname, pkgname) {
packageStartupMessage("R/alspac version ", utils::packageVersion("alspac"), ".\n",
packageStartupMessage(paste("R/alspac version ", utils::packageVersion("alspac"), ".\n",
"We have made several changes to how the extractVars function works.\n",
"This may lead to slightly different formatting compared to previously.\n",
"See also the new createDictionary function.")
"See also the new createDictionary function."))
}

.onLoad <- function(libname, pkgname) {
Expand Down
Binary file removed inst/data/current.rdata
Binary file not shown.