randomizeBE missing [🇷 for BE/BA]
Hi CECIF,
Hhm, bear should observe dependencies (i.e., automatically download/install required packages). Seems that you don’t have package
The message tells you that
❝ 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)
randomizeBE
is properly installed and – if not – automatically download it from your preferred CRAN-mirror and install it.—
Dif-tor heh smusma 🖖🏼 Довге життя Україна!![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Dif-tor heh smusma 🖖🏼 Довге життя Україна!
![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Complete thread:
- bear v2.8.3 running error under OSX with RStudio yjlee168 2017-06-07 22:02 [🇷 for BE/BA]
- bear v2.8.3 running error under OSX with RStudio CECIF 2017-06-16 18:28
- randomizeBE missingHelmut 2017-06-16 19:16
- installation problems of bear v2.8.3 for Windows yjlee168 2017-06-17 18:47
- installation problems of bear v2.8.3 for Windows jforbital 2018-01-21 19:03
- installation problems of bear v2.8.3 for Windows yjlee168 2018-01-21 20:13
- installation problems of bear v2.8.3 for Windows jforbital 2018-01-21 19:03
- bear v2.8.3 running error under OSX with RStudio CECIF 2017-06-16 18:28