Displaying 1 result from an estimated 1 matches for "censo2010".
2016 Jun 04
0
factors with non-unique ("duplicated") levels have been deprecated since 2009 -- are *more* deprecated now -- and why you should be hesitant misusing suppressWarnings()
...hat are affected by this change
by no longer passing 'R CMD check' on R-devel:
1) plyr --- but there it is just a check which has previously checked
the *warning* mentioned above, which now is an error. So only the
check must be amended (quite easily)
2) MicroDatosEs: now fails in example(censo2010).
and that is the reason for this posting: I would claim that it is
not primarily the fault of 'MicroDatosEs' maintainer, but actually of
a package that it depends on, 'memisc'.
Now that has a "nice" S4 method for producing factor from
"item.vector" (thou...