yjlee168 ★★ ![]() ![]() Kaohsiung, Taiwan, 2018-07-19 11:09 (edited by yjlee168 on 2018-07-19 14:54) Posting: # 19082 Views: 2,798 |
|
Dear all, Due to changes of data.table , I have already fixed the error caused by data.table::fread() used to load *.csv data file in bear. So I decide to release this critical update (v2.8.3-1) first. The error messages is something like:“Error in fread(xx, header = TRUE, col.names = cnames, showProgress = getOption("datatable.showProgress")) : isTrueFalse(showProgress) is not TRUE” Update logs summarize as follow:
Ps1. bear in some (not all) distros of Ubuntu v18.04 (LTS) may have the error messages like: (R:3344): GLib-GIO-CRITICAL **: 16:02:41.985: g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed after the 1st time to run (go() ).![]() Ps2. still working on v2.8.4. — All the best, -- Yung-jin Lee bear v2.8.7:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan http://pkpd.kmu.edu.tw/bear Download link (updated) -> here |
Astea ★ Russia, 2018-08-21 18:05 @ yjlee168 Posting: # 19192 Views: 1,903 |
|
Dear yjlee168! » I have already fixed the error caused by data.table::fread() used to load *.csv data file in bear.I've downloaded 2.8.3-1 version, but still face to the problem " fread(xx, header = TRUE, col.names = cnames, showProgress = getOption("datatable.showProgress")) : . Are there any ways to avoid this problem? How to download csv data to the lattest version of Bear? Sorry if I understood you wrongly, what did you mean in giving up data.table? — "We are such stuff as dreams are made on, and our little life, is rounded with a sleep" |
yjlee168 ★★ ![]() ![]() Kaohsiung, Taiwan, 2018-08-22 09:12 (edited by yjlee168 on 2018-08-22 09:26) @ Astea Posting: # 19193 Views: 1,899 |
|
Dear Astea, » I've downloaded 2.8.3-1 version, but still face to the problem... I am very sorry about the error. I though I have already fixed with v2.8.3-1 previously. Actually I missed one more line which was remained unfixed. It occurs at 'statistical analysis only' when loading a *csv dataset (right?). I have fixed it. You can download v2.8.3-2 from Sourceforge and install it from a local zip file from R console (if your OS is Windows). Thank you so much for reporting this error. » ... if I understood you wrongly, what did you mean in giving up data.table? I will not use fread() any more from package data.table to load *.csv dataset for next release (i.e., 2.8.4). I received some errors reported from users too with other R package (such as stab for R). So I wrote the codes myself to replace fread(). I think it is much better than fread(). ![]() Ps. Since fewer users work on a 32-bit Linux OS nowadays, I won't provide binary tarball file built for 32-bit Linux OS on Sourceforge any more. User needs to download the source tarball file (e.g., bear_xxxx.tar.gz from ../src folder from Soureforge) and do the following from a terminal program: $ sudo R CMD INSTALL bear_xxxx.tar.gz to install it. The 'xxxx' in tarball file is the version number.— All the best, -- Yung-jin Lee bear v2.8.7:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan http://pkpd.kmu.edu.tw/bear Download link (updated) -> here |
Astea ★ Russia, 2018-08-22 10:21 @ yjlee168 Posting: # 19194 Views: 1,868 |
|
Dear yjlee168! Thank you very much for such a fast reply! You're right, it happened during 'statistical analysis only'. Now everything is OK. » So I wrote the codes myself to replace fread(). That's a good point. If you want a thing done well, do it yourself. ![]() — "We are such stuff as dreams are made on, and our little life, is rounded with a sleep" |
Oleg777 ☆ Russia, 2018-08-28 22:45 @ Astea Posting: # 19199 Views: 1,704 |
|
Dear, Astea! May you contact with me for some question? |