BEAR package installation in R [🇷 for BE/BA]
Hii All...
I was actually trying to install R bear package by following the instruction as per http://forum.bebac.at/mix_entry.php?id=15786
but i am getting the error message. pls do help me in this regards. i am just pasting the complete console here
> install.packages("randomizeBE");install.packages("gWidgets2");install.packages("gWidgets2RGtk2")
Installing package into ‘C:/Users/suryateja.m/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
trying URL 'https://cloud.r-project.org/bin/windows/contrib/3.5/randomizeBE_0.3-4.zip'
Content type 'application/zip' length 51290 bytes (50 KB)
downloaded 50 KB
package ‘randomizeBE’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\suryateja.m\AppData\Local\Temp\RtmpmyhWA4\downloaded_packages
Installing package into ‘C:/Users/suryateja.m/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/bin/windows/contrib/3.5/gWidgets2_1.0-8.zip'
Content type 'application/zip' length 1368811 bytes (1.3 MB)
downloaded 1.3 MB
package ‘gWidgets2’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\suryateja.m\AppData\Local\Temp\RtmpmyhWA4\downloaded_packages
Installing package into ‘C:/Users/suryateja.m/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/bin/windows/contrib/3.5/gWidgets2RGtk2_1.0-7.zip'
Content type 'application/zip' length 2771739 bytes (2.6 MB)
downloaded 2.6 MB
package ‘gWidgets2RGtk2’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\suryateja.m\AppData\Local\Temp\RtmpmyhWA4\downloaded_packages
> utils:::menuInstallLocal()
package ‘stab’ successfully unpacked and MD5 sums checked
> library (bear)
Error: package or namespace load failed for ‘bear’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘gWidgets’
>
I was actually trying to install R bear package by following the instruction as per http://forum.bebac.at/mix_entry.php?id=15786
but i am getting the error message. pls do help me in this regards. i am just pasting the complete console here
> install.packages("randomizeBE");install.packages("gWidgets2");install.packages("gWidgets2RGtk2")
Installing package into ‘C:/Users/suryateja.m/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
trying URL 'https://cloud.r-project.org/bin/windows/contrib/3.5/randomizeBE_0.3-4.zip'
Content type 'application/zip' length 51290 bytes (50 KB)
downloaded 50 KB
package ‘randomizeBE’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\suryateja.m\AppData\Local\Temp\RtmpmyhWA4\downloaded_packages
Installing package into ‘C:/Users/suryateja.m/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/bin/windows/contrib/3.5/gWidgets2_1.0-8.zip'
Content type 'application/zip' length 1368811 bytes (1.3 MB)
downloaded 1.3 MB
package ‘gWidgets2’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\suryateja.m\AppData\Local\Temp\RtmpmyhWA4\downloaded_packages
Installing package into ‘C:/Users/suryateja.m/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/bin/windows/contrib/3.5/gWidgets2RGtk2_1.0-7.zip'
Content type 'application/zip' length 2771739 bytes (2.6 MB)
downloaded 2.6 MB
package ‘gWidgets2RGtk2’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\suryateja.m\AppData\Local\Temp\RtmpmyhWA4\downloaded_packages
> utils:::menuInstallLocal()
package ‘stab’ successfully unpacked and MD5 sums checked
> library (bear)
Error: package or namespace load failed for ‘bear’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘gWidgets’
>
Complete thread:
- BEAR package installation in Rsury 2019-08-24 08:33 [🇷 for BE/BA]
- BEAR package installation in R yjlee168 2019-08-24 09:43