yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2018-07-19 13:09 (2471 d 07:53 ago) (edited on 2018-07-19 14:54) Posting: # 19082 Views: 6,740 |
|
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.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
Astea ★★ Russia, 2018-08-21 20:05 (2438 d 00:56 ago) @ yjlee168 Posting: # 19192 Views: 5,200 |
|
Dear yjlee168! ❝ I have already fixed the error caused by 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? — "Being in minority, even a minority of one, did not make you mad" |
yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2018-08-22 11:12 (2437 d 09:50 ago) @ Astea Posting: # 19193 Views: 5,130 |
|
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.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
Astea ★★ Russia, 2018-08-22 12:21 (2437 d 08:41 ago) @ yjlee168 Posting: # 19194 Views: 5,050 |
|
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. ![]() — "Being in minority, even a minority of one, did not make you mad" |
Oleg777 ☆ Russia, 2018-08-29 00:45 (2430 d 20:16 ago) @ Astea Posting: # 19199 Views: 4,858 |
|
Dear, Astea! May you contact with me for some question? |