Re: [R] plotrix: Bug in `sizetree()` function

2021-07-29 Thread Jim Lemon
Hi Reza, I just had a look at that and found the problem. I had not passed the "showcount" argument in the recursive calls. The attached code, which will be in the next version, seems to fix it. Jim On Fri, Jul 30, 2021 at 1:06 PM Reza Norouzian wrote: > Thanks a lot! In case the bug is fixed,

[R] RMariaDB returns a query without fractional seconds from MYSQL database

2021-07-29 Thread Baki UNAL via R-help
Hi I created a table with following sql code in mysql: CREATE TABLE pp_guniciislem201906.pp_201906 (     date DATE,     transaction_code VARCHAR(15),     joint_agree_no VARCHAR(20),     match_trade_item VARCHAR(15),     buy_sell VARCHAR(15),     num_transactions INT,     paid_price FLOAT,     tra

Re: [R] Unending loop

2021-07-29 Thread Ivan Krylov
Hi Nick, Thanks for providing an example that doesn't seem to depend on external data! On Thu, 29 Jul 2021 09:07:12 +0100 Nick Wray wrote: > I am looking at the extRemes package It's probable that there aren't many extRemes users on R-help, but if you contact the maintainer of extRemes (run ma

[R] Unending loop

2021-07-29 Thread Nick Wray
Hello I don't know whether strictly speaking this is an R-help province question but anyway... I am looking at the extRemes package and have some code given beneath. When I run it on my own laptop it works fine, but when I run it on my uni laptop (which is pretty new and I only was given a couple o