Error in loading package SASxport: object ‘label<-.data.frame’ is not exported by 'namespace:Hmisc'
问题 I'm trying to read data in the XPT format into R (the format can be found for example in the NHANES data). I found two functions doing this: library("Hmisc") sasxport.get("C:/path/file.XPT") and library("SASxport") read.xport("C:/path/file.XPT") The sasxport.get works, so I'm basically fine, but still inquisitive enough to understand (and solve) the following error: after the installation of the SASxport package, I cannot load it. When I run library("SASxport") , I get the error message: