randomizeBE missing [🇷 for BE/BA]

posted by Helmut Homepage – Vienna, Austria, 2017-06-16 21:16 (2498 d 20:47 ago) – Posting: # 17495
Views: 7,559

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
22,988 posts in 4,825 threads, 1,661 registered users;
88 visitors (0 registered, 88 guests [including 3 identified bots]).
Forum time: 18:04 CEST (Europe/Vienna)

The only way to comprehend what mathematicians mean by Infinity
is to contemplate the extent of human stupidity.    Voltaire

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