Rahul Iyer
Rahul Iyer
Bug report from Mark Malamut: I believe I encountered what appears to be a small bug in this package that I cannot get around when trying to incorporate it into...
File `R/db_conn-generic.R` has line `eval(parse(text = paste("suppressMessages(library(", conn.pkg, "))")))`, where `conn.pkg` can currently only be `RPostgreSQL`. This pollutes the namespace by attaching all objects from `RPostgreSQL`. We should avoid this...
**Describe the bug** A common "bug" that customers report for XGBoost is that the `latest` tag is an alias to the oldest version instead of the newest. This is done...
There are multiple examples of comparing content types with raw string values (`if content_type == 'text/csv'`) leading to brittle code. These should be abstracted to appropriate functions for each supported...