Skip to content

Commit

Permalink
update useDynLib directive with ".registration = TRUE"
Browse files Browse the repository at this point in the history
  • Loading branch information
sjewo authored Feb 21, 2023
1 parent e5b65b9 commit b83792f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
#' }
#' @author Jan Marvin Garbuszus \email{jan.garbuszus@@ruhr-uni-bochum.de}
#' @author Sebastian Jeworutzki \email{sebastian.jeworutzki@@ruhr-uni-bochum.de}
#' @useDynLib readstata13
#' @useDynLib readstata13, .registration = TRUE
#' @importFrom utils download.file
#' @importFrom stats na.omit
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/save.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#' }
#' @author Jan Marvin Garbuszus \email{jan.garbuszus@@ruhr-uni-bochum.de}
#' @author Sebastian Jeworutzki \email{sebastian.jeworutzki@@ruhr-uni-bochum.de}
#' @useDynLib readstata13
#' @useDynLib readstata13, .registration = TRUE
#' @export
save.dta13 <- function(data, file, data.label=NULL, time.stamp=TRUE,
convert.factors=TRUE, convert.dates=TRUE, tz="GMT",
Expand Down

0 comments on commit b83792f

Please sign in to comment.