/usr/lib/R/site-library/readstata13/NAMESPACE is in r-cran-readstata13 0.9.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Generated by roxygen2: do not edit by hand
export("varlabel<-")
export(as.caldays)
export(get.label)
export(get.label.name)
export(get.lang)
export(get.origin.codes)
export(read.dta13)
export(save.dta13)
export(set.label)
export(set.lang)
export(stbcal)
export(varlabel)
import(Rcpp)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(utils,download.file)
importFrom(utils,localeToCharset)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(readstata13)
useDynLib(readstata13, .registration = TRUE)
|