Dirk,
The vagrant setup I use to test my packages with UBSAN also seems to
replicate the error reported by CRAN (together with some other
warnings). I have attached the files (I hope they get through the
filters). I suppose you know what to do with them.
Jan
Dirk Eddelbuettel schree
Dear R friends
I wanted a function to make a simple percent table that would be easy for
students to use. The goal originally was to have a simple thing people
would call like this
pctable(rowvar, colvar, data)
and the things "rowvar" and "colvar" might be names of variables in data. I
wanted to
On 16/01/2015 3:02 PM, Paul Johnson wrote:
> Dear R friends
>
> I wanted a function to make a simple percent table that would be easy for
> students to use. The goal originally was to have a simple thing people
> would call like this
>
> pctable(rowvar, colvar, data)
>
> and the things "rowvar"