pophelper icon indicating copy to clipboard operation
pophelper copied to clipboard

Fix order

Open carlopacioni opened this issue 1 year ago • 3 comments

Hi there, I found the same problem and I think this fix should solve #91. You may have a good reason to have drop=FALSE there, but by having it there R returns a data.frame while without it returns a vector which is what order() is expecting.

Cheers, carlo

carlopacioni avatar Aug 24 '23 06:08 carlopacioni

When can it be updated in R packages? 😂 I always doubt that my R enviroment, but it seems a bug! I hope it can be fixed in R.

ATLord avatar Aug 28 '23 17:08 ATLord

Hi, how to fix it? I still got the error

YuanwenGuo avatar Dec 08 '23 10:12 YuanwenGuo

Hi, how to fix it? I still got the error

Just in case it might help. This issue was fixed by running the code provided by the developer.

YuanwenGuo avatar Dec 11 '23 06:12 YuanwenGuo