write_xpt() does not check if the variable names are unique when writing SAS XPORT format files.
SAS variable names are case insensitive so a data.frame like this should be rejected.
df <- data.frame(name='joe',Name='Joe')
Similar to previous issue with STATA files #46