psychbruce / bruceR

📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.
https://psychbruce.github.io/bruceR/
GNU General Public License v3.0
167 stars 36 forks source link

Can't install bruceR #3

Closed waa8128 closed 4 years ago

waa8128 commented 4 years ago

I cannot install bruceR. The warning seemed like Bug #04, but the soluation of Bug#04 was not work. I had updated the R to the latest version 4.0.2, but the error still remained.

devtools::install_github("psychbruce/bruceR") Downloading GitHub repo psychbruce/bruceR@HEAD

checking for file 'C:\Users\THINK\AppData\Local\Temp\RtmpSoK5KO\remotes48d859227c82\psychbruce-bruceR-eded61e/DESCRIPTION' ... √ checking for file 'C:\Users\THINK\AppData\Local\Temp\RtmpSoK5KO\remotes48d859227c82\psychbruce-bruceR-eded61e/DESCRIPTION'

√ checking DESCRIPTION meta-information

Installing package into ‘C:/Users/THINK/Documents/R/win-library/4.0’ (as ‘lib’ is unspecified)

psychbruce commented 4 years ago

Hi, please look at these two lines in the output:

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called 'emmeans'

There might be some unknown bugs when installing the emmeans package. Just run install.packages("emmeans") and then re-install bruceR.

waa8128 commented 4 years ago

it works, thank you.