yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2017-06-08 00:02 (2878 d 01:30 ago) (edited on 2017-06-08 18:55) Posting: # 17459 Views: 10,032 |
|
Dear all, If you still have the error or similar errors when running bear under OSX (Sierra) with RStudio (with current version 1.0.143), you can try one of following steps to solve the error.
— 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 |
CECIF ☆ Colombia, 2017-06-16 20:28 (2869 d 05:05 ago) @ yjlee168 Posting: # 17494 Views: 8,263 |
|
Hello, I am haveing trouble with version 2.8.3 on windows. when I type library(bear) this is what I get:Error: package or namespace load failed for ‘bear’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): I have tried reinstalling many times and I am still getting the same message. |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2017-06-16 21:16 (2869 d 04:16 ago) @ CECIF Posting: # 17495 Views: 8,308 |
|
Hi CECIF, ❝ there is no package called ‘randomizeBE’ Hhm, bear should observe dependencies (i.e., automatically download/install required packages). Seems that you don’t have package randomizeBE .❝ I have tried reinstalling many times and I am still getting the same message. The message tells you that randomizeBE is missing. Re-installing bear would not help. Try this before typing library(bear) :
randomizeBE is properly installed and – if not – automatically download it from your preferred CRAN-mirror and install it.— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2017-06-17 20:47 (2868 d 04:45 ago) @ CECIF Posting: # 17496 Views: 8,238 |
|
Hi CECIF, It sounds like that you did not install all required packages correctly. Please have a look at this post. Skip Step 1: Java installation because we don't require Java VM any more since v2.8.1. Start from Step 3 & 4. All dependent packages need to be installed manually using preinst.r . Download preinst.r from Sourceforge and place it in your working directory (default in Windows is My Documents). Open R console and type source("preinst.r") . Select 1 for bear and then 0 to exit. After being done with all installation, remember to run R as system administrator for the first time. Then type library(bear) and go() . You will see a pop-up dialogue to remind you installing GTK+ driver for Windows. Just do it. You only have to do this once (until next update of RGtk2 package). Then close R console. And re-run R console again. Type library(bear) and go() to run bear.For Helmut: many thanks for your help. ![]() ❝ ... ❝ I have tried reinstalling many times and I am still getting the same message. — 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 |
jforbital ☆ Mexico, 2018-01-21 20:03 (2650 d 04:29 ago) @ yjlee168 Posting: # 18243 Views: 6,878 |
|
Hi my name is JForbital How do I install the Bear ![]() Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post #5. I deleted two TOFU-replies to your own post. What did you expect to achieve? [Helmut] |
yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2018-01-21 21:13 (2650 d 03:19 ago) @ jforbital Posting: # 18246 Views: 6,850 |
|
Hi Jforbital, For installation of bear for the first time, please browse this web page (remember to scroll down the web page) carefully. ❝ ... How do I install the Bear — 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 |