randomizeBE missing [🇷 for BE/BA]

posted by Helmut Homepage – Vienna, Austria, 2017-06-16 21:16 (2830 d 19:35 ago) – Posting: # 17495
Views: 8,188

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,409 posts in 4,921 threads, 1,666 registered users;
26 visitors (0 registered, 26 guests [including 7 identified bots]).
Forum time: 15:51 CET (Europe/Vienna)

There are only two kinds of scholars;
those who love ideas and those who hate them.    Emile Chartier

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