randomizeBE missing [🇷 for BE/BA]

posted by Helmut Homepage – Vienna, Austria, 2017-06-16 21:16 (3287 d 14:10 ago) – Posting: # 17495
Views: 9,649

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,654 posts in 4,992 threads, 1,570 registered users;
156 visitors (0 registered, 156 guests [including 23 identified bots]).
Forum time: 11:27 CEST (Europe/Vienna)

Scientists often have a naïve faith that
if only they could discover enough facts about a problem,
these facts would somehow arrange themselves
in a compelling and true solution.    Theodosius Dobzhansky

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