Export to GitHub

mifuns - issue #1

resample.data.frame should check for valid 'key' argument.


Posted on Nov 21, 2008 by Happy Bear

resample.data.frame accepts an atomic character argument 'key' that should name a column in x. dat[[key]] is called before checking whether 'key' is valid, causing an obscure error.

Comment #1

Posted on Feb 26, 2009 by Happy Bear

Fixed at revision 52.

Comment #2

Posted on May 27, 2009 by Happy Bear

(No comment was entered for this change.)

Status: Verified

Labels:
Type-Defect Priority-Medium