yjlee168 ★★★ Kaohsiung, Taiwan, 2015-12-30 22:05 (3267 d 13:34 ago) (edited on 2015-12-31 11:45) Posting: # 15786 Views: 96,728 |
|
Dear all, I just upload bear v2.7.5 to sourceforge at the end of 2015. This release only added GUI for Detlew's R package - randomizeBE to respond Elmaestro & Helmut's suggestions. I have been looking for a suitable GUI toolkit for a while. Finally I decided to use gWidgest2 and RGtk2 as GUI toolkit after trying several GUI toolkits (such as tcltk). Here is how to install these packages or toolkit file before upgrading bear to v2.7.5.For Windows and Mac OSX:
For Linux (Ubuntu x86/x64):
Ps.
Screenshot (Windows, Win7 x64) Screenshot (Windows, Win10 x64) Screenshot (Mac OSX) Screenshot (Linux-pc) That's it. Have fun and Happy New Year. — 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 |
mittyri ★★ Russia, 2016-01-03 14:04 (3263 d 21:35 ago) @ yjlee168 Posting: # 15791 Views: 92,963 |
|
Hi Yung-jin, Thank you so much for your advancing program! Some thoughts about this: ❝ Open R and under R console, type What do you think about automatization this process? Something like that: if(!require("randomizeBE")) {install.packages("randomizeBE"); require("randomizeBE")} — Kind regards, Mittyri |
yjlee168 ★★★ Kaohsiung, Taiwan, 2016-01-03 17:37 (3263 d 18:02 ago) @ mittyri Posting: # 15792 Views: 92,944 |
|
Hi mittyri, Yes, that is really a good way to check and automate the installation of packages. However, I tried to simplify the codes as possible as I can. If I put the line as you suggested in codes, then it will check if the all required packages (one by one) have been installed or not every time when it runs, even though users have already installed all required packages. So I think it is not necessary to do so. But I will update preinst.r (at sourceforge) later. Thanks for your comments.❝ What do you think about automatization this process? Something like that: ❝ — 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 |
mahmoud-teaima ★ 2016-02-08 03:48 (3228 d 07:52 ago) @ yjlee168 Posting: # 15941 Views: 91,726 |
|
❝ 2. install bear v2.7.5 from local zip file for Windows OS or type Please tell me how to do this step on mac in more details. Greetings. — Mahmoud Teaima, PhD. |
mahmoud-teaima ★ 2016-02-08 03:51 (3228 d 07:49 ago) @ yjlee168 Posting: # 15942 Views: 91,687 |
|
Dear all, sorry for the previous post. i'm setting bear 2.7.5 on my mac, i need more detailed steps especially step 2. appreciate your help a lot. Greetings. — Mahmoud Teaima, PhD. |
yjlee168 ★★★ Kaohsiung, Taiwan, 2016-02-08 06:11 (3228 d 05:29 ago) @ mahmoud-teaima Posting: # 15943 Views: 91,858 |
|
Dear mahmoud-teaima, Have you installed R (apk) and its related development tools and libraries on you mac (if no, please read this)? Have you run bear on your mac before? If yes, please show me the error messages that you have seen during installation processes before I can help. The above installation steps are just for the part of GTK+ libraries running with bear v2.7.5. Thanks. ❝ [...] i'm setting bear 2.7.5 on my mac, i need more detailed steps especially step 2.[...] — 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 |
mahmoud-teaima ★ 2016-02-08 11:16 (3228 d 00:23 ago) @ yjlee168 Posting: # 15944 Views: 91,744 |
|
Thanks for your reply. i have installed R 3.2.3 and using Rstudio 0.99.491.dmg, i also installed gfortran4.2.3 and XQuartz2.7.8. R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree" i did not run bear on my mac before. i did step 1 in your mentioned steps but i stuck in step two, when i write the install.packages(file.choose()) in the R console to browse for the bear_2.7.5.tgz an error message as follows install.packages(file.choose()) please advise me on what to do. Greetings. 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! [Helmut] — Mahmoud Teaima, PhD. |
yjlee168 ★★★ Kaohsiung, Taiwan, 2016-02-08 11:51 (3227 d 23:49 ago) @ mahmoud-teaima Posting: # 15945 Views: 91,930 |
|
Dear mahmoud-teaima, ❝ i have installed R 3.2.3 and using Rstudio 0.99.491.dmg, i also installed gfortran4.2.3 and XQuartz2.7.8. OK. Now you need to go here to download the file preinst.r first. And place this file to your working directory (default one is your Home directory). Then open R and type source("preinst.r") (Enter) and select 'bear' and sit and wait (it may take a while to complete). After it finishes, type 0 to exit. This step is to install all required or dependent packages for bear. Now go to here to download bear_2.7.5.tgz . Now you should be able to install bear under R console/terminal or RStudio with install.packages(file.choose()) .❝ i did not run bear on my mac before. Yes, I can figure out that. Good luck. — 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 |
mahmoud-teaima ★ 2016-02-08 12:19 (3227 d 23:20 ago) @ yjlee168 Posting: # 15946 Views: 91,762 |
|
i pasted "prints.r" file at my home directory but i got the following error message "> R.home() [1] "/Library/Frameworks/R.framework/Resources" > source("preinst.r") Error in file(filename, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(filename, "r", encoding = encoding) : cannot open file 'preinst.r': No such file or directory" please advise. 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! [Helmut] — Mahmoud Teaima, PhD. |
mahmoud-teaima ★ 2016-02-08 13:07 (3227 d 22:32 ago) @ mahmoud-teaima Posting: # 15947 Views: 91,768 |
|
sorry for multiple posts. i did all steps but i'm stuck at the step of installing the binary package from inside the Rstudio, i always get the following error message "install.packages(file.choose()) Installing package into ‘/Users/mahmoudteaima/Library/R/3.2/library’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘/Users/mahmoudteaima/Downloads/bear_2.7.5.tgz’ is not available (for R version 3.2.3) > install.packages(file.choose()) Installing package into ‘/Users/mahmoudteaima/Library/R/3.2/library’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘/Users/mahmoudteaima/Downloads/bear_2.7.5.tgz’ is not available (for R version 3.2.3) > install.packages(file.choose()) Installing package into ‘/Users/mahmoudteaima/Library/R/3.2/library’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘/Users/mahmoudteaima/bear_2.7.5.tgz’ is not available (for R version 3.2.3) > .libPaths() [1] "/Users/mahmoudteaima/Library/R/3.2/library" [2] "/Library/Frameworks/R.framework/Versions/3.2/Resources/library" > install.packages(file.choose(),lib=/Library/Frameworks/R.framework/Versions/3.2/Resources/library) Error: unexpected '/' in "install.packages(file.choose(),lib=/" > setwd("/Library/Frameworks/R.framework/Versions/3.2/Resources/library") > install.packages(file.choose()) Installing package into ‘/Users/mahmoudteaima/Library/R/3.2/library’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘/Users/mahmoudteaima/Downloads/bear_2.7.5.tgz’ is not available (for R version 3.2.3) > install.packages(file.choose()) Installing package into ‘/Users/mahmoudteaima/Library/R/3.2/library’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘/Library/Frameworks/R.framework/Versions/3.2/Resources/library/bear_2.7.5.tgz’ is not available (for R version 3.2.3) > install.packages(file.choose()) Installing package into ‘/Users/mahmoudteaima/Library/R/3.2/library’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘/Library/Frameworks/R.framework/Versions/3.2/Resources/bear_2.7.5.tgz’ is not available (for R version 3.2.3)" where i should place the bear_2.7.5.tgz file to use it in the installation step? how i specify the library for the installation? thanks a lot for you support. 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! You can edit your post for 24 hours. Please do so. [Helmut] — Mahmoud Teaima, PhD. |
yjlee168 ★★★ Kaohsiung, Taiwan, 2016-02-08 14:39 (3227 d 21:00 ago) @ mahmoud-teaima Posting: # 15949 Views: 91,782 |
|
Dear mahmoud-teaima, OK. You can install bear from a terminal (forget RStudio) under Mac OSX. Go to the download folder and type sudo R CMD INSTALL bear_2.7.5.tgz (Enter). It should work if you have already installed R and its related development tools and libraries.❝ Warning in install.packages : ❝ package ‘/Users/mahmoudteaima/Downloads/bear_2.7.5.tgz’ is not available (for R version 3.2.3) — 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 |
yjlee168 ★★★ Kaohsiung, Taiwan, 2016-02-08 14:32 (3227 d 21:07 ago) @ mahmoud-teaima Posting: # 15948 Views: 91,728 |
|
Dear mahmoud-teaima, No, not R.home() . Type getwd() under R console to find out what the working directory is.❝ "> R.home() ❝ [1] "/Library/Frameworks/R.framework/Resources" ❝ [...] — 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 |
mahmoud-teaima ★ 2016-02-08 14:53 (3227 d 20:47 ago) (edited on 2016-02-08 18:48) @ yjlee168 Posting: # 15950 Views: 91,780 |
|
sorry, that is what i had after repeating your instructions. "> getwd() [1] "/Users/mahmoudteaima" > source("preinst.r") *** v1.3 (released on Jan. 04, 2016)*** This R script will update all your currently installed R packages and install required packages for (0 to exit!):- 1: bear 2: ivivc 3: PKfit 4: stab 5: tdm Selection: 1 Please wait... If the following package installations fail, please browse http://forum.bebac.at/mix_entry.php?id=15786 for more info. Press Enter to continue. --> Done. Now please install bear from a binary file. *** v1.3 (released on Jan. 04, 2016)*** This R script will update all your currently installed R packages and install required packages for (0 to exit!):- 1: bear 2: ivivc 3: PKfit 4: stab 5: tdm Selection: 0 Bye now. > install.packages(file.choose()). Error: unexpected symbol in "install.packages(file.choose())." > install.packages(file.choose()) Installing package into ‘/Users/mahmoudteaima/Library/R/3.2/library’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘/Users/mahmoudteaima/bear_2.7.5.tgz’ is not available (for R version 3.2.3)" please advise. 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! [Ohlbe] — Mahmoud Teaima, PhD. |
yjlee168 ★★★ Kaohsiung, Taiwan, 2016-02-08 15:00 (3227 d 20:40 ago) @ mahmoud-teaima Posting: # 15951 Views: 91,694 |
|
Dear mahmoud-teaima, I suggest that the following step should be done in a terminal (not under R!). Open a terminal and type sudo R CMD INSTALL bear_2.7.5.tgz (Enter). Make sure that you have bear_2.7.5.tgz in the current folder when opening a terminal.❝ > install.packages(file.choose()). — 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 |
mahmoud-teaima ★ 2016-02-08 15:22 (3227 d 20:17 ago) @ yjlee168 Posting: # 15952 Views: 91,598 |
|
❝ finally i did it and installed it fro source by the sun R CMD at terminal. i want to ask, is there a similar package that make the whole calculations of PK parameters e.g. Cmax, tmax, AUC(0-t), AUC(0-inf) and the subsequent statistical ANOVA comparison between test and reference products?. i wish there is. Greetings. — Mahmoud Teaima, PhD. |
yjlee168 ★★★ Kaohsiung, Taiwan, 2016-02-08 15:32 (3227 d 20:07 ago) @ mahmoud-teaima Posting: # 15953 Views: 91,710 |
|
Dear mahmoud-teaima, ❝ finally i did it... Great. ❝ i want to ask, is there a similar package that make the whole calculations of PK parameters e.g. Cmax, tmax, AUC(0-t), AUC(0-inf) and the subsequent statistical ANOVA comparison between test and reference products? Yes, I think bear can do all these (2x2x2 BE study). Please try to run a demo to see if it fits your needs. — 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 |
mahmoud-teaima ★ 2016-02-08 15:35 (3227 d 20:05 ago) (edited on 2016-02-08 18:47) @ yjlee168 Posting: # 15954 Views: 91,766 |
|
How can i run a demo for bear on my mac? please advise. Greetings. 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! [Ohlbe] — Mahmoud Teaima, PhD. |
yjlee168 ★★★ Kaohsiung, Taiwan, 2016-02-08 15:49 (3227 d 19:51 ago) @ mahmoud-teaima Posting: # 15955 Views: 91,700 |
|
Dear mahmoud-teaima, Open R and type library(bear) . Then type go() . From the selection menu, select *Edit setup files . Then edit that spreadsheet-like content. Change 'run demo?' Setting from '0' to '1' and 'Study design' as '0' (see the cheat sheet). Press Enter key once after each change. Then click 'close' (not quit). Then select '*Start data analysis' and follow the menu to run.❝ How can i run a demo for bear on my mac? please advise. — 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 |
mahmoud-teaima ★ 2016-02-08 17:00 (3227 d 18:40 ago) (edited on 2016-02-08 18:48) @ yjlee168 Posting: # 15956 Views: 91,662 |
|
Thanks a lot. i have some questions? 1) where can i find the cheat sheet? 2) how can i change the inputs as in the demo the no of subjects is only 14? 3) how can i edit the concentrations and time intervals? Greetings. 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! [Ohlbe] — Mahmoud Teaima, PhD. |
yjlee168 ★★★ Kaohsiung, Taiwan, 2016-02-08 21:14 (3227 d 14:26 ago) @ mahmoud-teaima Posting: # 15958 Views: 91,868 |
|
Dear mahmoud-teaima, After typing go() and selecting *Edit setup files from the top menu, you will know what to do. The cheat sheet will pop up simultaneously. After finishing editing the setup, click 'close' on that spreadsheet-like content and the cheat sheet will vanish automatically. ❝ i have some questions?[...] To run bear with your own data, just go back to the top menu and select *Edit setup files. Enter '0' for run demo? to disable demo run. Then bear will ask for your own data. Regarding the format of input data file (*.csv), please read this website carefully. You also can select *Export all demo dataset from the top menu, find all these data files in your working directory. From the meaning of file names (focusing on *.csv), you should be able to figure out what they are. If you still have any question about bear, please search this forum first before posting your question. Thank you for using 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 |
mahmoud-teaima ★ 2016-02-08 20:28 (3227 d 15:11 ago) @ yjlee168 Posting: # 15957 Views: 91,599 |
|
thanks for your help. i need to know how i use my data (plasma conc vs time of subjects)? i put the data in a .csv file with the correct order of headings, but how i tell the bear to use these data instead of the demo data? Greetings. — Mahmoud Teaima, PhD. |