greenplum-db / PivotalR-archive

An convenient R tool for manipulating tables in PostgreSQL type databases and a wrapper of Apache MADlib.
https://pivotalsoftware.github.io/gp-r/
125 stars 53 forks source link

Using VIEW as the data causes regressions error #23

Closed walkingsparrow closed 10 years ago

walkingsparrow commented 10 years ago

People see errors in versions < 0.1.15.14 when doing regressions (lm and glm) on a db.data.frame object that points to a VIEW in the database.

> madlib.lm(first_cell_lac ~ first_cell_idsac, data=rti)
Error in .local(x, table.name, verbose, ...) : 
  unused argument (factor.full = c(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE))

This is introduced by a previous change.

walkingsparrow commented 10 years ago

This has been completely fixed in v0.1.15.15