What are some good patterns for development with packages that define the same function? In my case, lubridate and data.table both define wda
lubridate
data.table
wda
Use the namespace mechanism for your packages. See the R Extensions manual.