randomizeBE missing [🇷 for BE/BA]

posted by Helmut Homepage – Vienna, Austria, 2017-06-16 21:16 (2869 d 08:54 ago) – Posting: # 17495
Views: 8,310

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):

package <- "randomizeBE"
inst    <- package %in% installed.packages()
if (length(package[!inst]) > 0) install.packages(package[!inst])
lapply(package, require, character.only=TRUE)

This should look whether randomizeBE is properly installed and – if not – automatically download it from your preferred CRAN-mirror and install it.

Dif-tor heh smusma 🖖🏼 Довге життя Україна! [image]
Helmut Schütz
[image]

The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes

Complete thread:

UA Flag
Activity
 Admin contact
23,424 posts in 4,927 threads, 1,668 registered users;
30 visitors (0 registered, 30 guests [including 4 identified bots]).
Forum time: 06:11 CEST (Europe/Vienna)

It is a well-known experience that the only truly enjoyable and
profitable way of studying mathematics is the method of
“filling in details” by one’s own efforts.    Cornelius Lanczos

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5