Error message when installing package expss - r

I'm trying to download the package 'expss' in R, but I get an error message that I don't know how to solve.
This is what R tells me after trying to install 'expss':
installing the source package ‘expss’
trying URL 'https://cran.rstudio.com/src/contrib/expss_0.11.2.tar.gz'
Content type 'application/x-gzip' length 5002788 bytes (4.8 MB)
==================================================
downloaded 4.8 MB
* installing *source* package ‘expss’ ...
** package ‘expss’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘expss’:
object 'mtfrm' not found whilst loading namespace 'expss'
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/expss’
Warning in install.packages :
installation of package ‘expss’ had non-zero exit status
The downloaded source packages are in
‘/private/var/folders/86/04fdfqg9769g8w7ss25qnw600000gn/T/RtmpELbScA/downloaded_packages’
Any help appreciated!

Related

Getting an error message when installing psych package

The message I get:
Installing psych:
Installing package into 'C:/.../Documents/R/win-library/4.0'
(as 'lib' is unspecified)
There is a binary version available but the source version is later:
binary source needs_compilation
psych 2.1.9 2.2.3 FALSE
installing the source package 'psych'
trying URL 'https://cran.rstudio.com/src/contrib/psych_2.2.3.tar.gz'
Content type 'application/x-gzip' length 1928530 bytes (1.8 MB)
==================================================
downloaded 1.8 MB
* installing *source* package 'psych' ...
** package 'psych' successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error: unexpected symbol in "tools:::makeLazyLoading("psych", 'C:..."
Execution halted
ERROR: lazy loading failed for package 'psych'
* removing '.../Documents/R/win-library/4.0/psych'
The downloaded source packages are in
'C:...Temp\Rtmpe405Ws\downloaded_packages'
<U+2714> Package 'psych' successfully installed.
Warning message:
In utils::install.packages("psych", repos = "https://cran.rstudio.com/") :
installation of package 'psych' had non-zero exit status

asbio package in R 3.5.3 Error : object 'hcl.colors' is not exported by 'namespace:grDevices' ERROR: lazy loading failed for package 'asbio'

What's happen with asbio instalation here in R-3.5.3? Please.
There is a binary version available but the source version is later:
binary source needs_compilation
asbio 1.6-1 1.7 FALSE
installing the source package ‘asbio’
tentando a URL 'https://cran.csiro.au/src/contrib/asbio_1.7.tar.gz'Hi
Content type 'application/x-gzip' length 1789938 bytes (1.7 MB)
downloaded 1.7 MB
* installing *source* package 'asbio' ...
** package 'asbio' successfully unpacked and MD5 sums checked
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Error : object 'hcl.colors' is not exported by 'namespace:grDevices'
ERROR: lazy loading failed for package 'asbio'
* removing 'C:/Program Files/R/R-3.5.3/library/asbio'
* restoring previous 'C:/Program Files/R/R-3.5.3/library/asbio'
In R CMD INSTALL
The downloaded source packages are in
‘C:\Users\rivad\AppData\Local\Temp\RtmpchxkNb\downloaded_packages’
Warning message:
In install.packages(NULL, .libPaths()[1L], dependencies = NA, type = type) :
installation of package ‘asbio’ had non-zero exit status
Thank you

Can't install plotKML package in R

I have tried to install plotKML package, but it raises the next error. I can't see any missing dependencies and I don't know what's wrong.
> install.packages("plotKML")
Installing package into ‘/home/benmhamed/R/x86_64-pc-linux-gnu-library/4.0’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/src/contrib/plotKML_0.6-1.tar.gz'
Content type 'application/x-gzip' length 3448310 bytes (3.3 MB)
==================================================
downloaded 3.3 MB
* installing *source* package ‘plotKML’ ...
** package ‘plotKML’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
double free or corruption (!prev)
Aborted (core dumped)
ERROR: lazy loading failed for package ‘plotKML’
* removing ‘/home/benmhamed/R/x86_64-pc-linux-gnu-library/4.0/plotKML’
Warning in install.packages :
installation of package ‘plotKML’ had non-zero exit status
The downloaded source packages are in
‘/tmp/Rtmpu5ujGk/downloaded_packages’

Installation issue with nflscrapR package

Having issues downloading nflscrapR. Not sure if anyone else has this issue. Output from trying to install below:
Installing package into ‘C:/Users/cciar/OneDrive/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
* installing *source* package 'nflscrapR' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
Error: (converted from warning) package 'magrittr' was built under R version 3.6.3
Execution halted
ERROR: lazy loading failed for package 'nflscrapR'
* removing 'C:/Users/cciar/OneDrive/Documents/R/win-library/3.6/nflscrapR'
Error: Failed to install 'nflscrapR' from GitHub:
(converted from warning) installation of package ‘C:/Users/cciar/AppData/Local/Temp/Rtmp6diEQG/file5f042b671761/nflscrapR_1.8.3.tar.gz’ had non-zero exit status

Hive library installation in R : error

I want to connect R with Hive using hive package, however I am unable to
install hive library in R.. Please help.
I am using R Server which is in the same machine where my hadoop (hartoworks 2.1 ) cluster cluster is there.
Below is the error message.
Sys.setenv("hive_home" ="/usr/lib/hive")
Sys.setenv("hadoop_home"="/usr/lib/hadoop")
install.packages("hive", dependencies=T)
Installing package into ‘/home/rk/R/x86_64-redhat-linux-gnu-library/3.1’
(as ‘lib’ is unspecified)
trying URL 'http://cran.rstudio.com/src/contrib/hive_0.2-0.tar.gz'
Content type 'application/x-gzip' length 32886 bytes (32 KB)
opened URL
==================================================
downloaded 32 KB
* installing *source* package ‘hive’ ...
** package ‘hive’ successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
converting help for package ‘hive’
finding HTML links ... done
DFS html
configuration html
hive html
hive_stream html
** building package indices
** testing if installed package can be loaded
Error : .onLoad failed in loadNamespace() for 'hive', details:
call: .jnew("org/apache/hadoop/fs/Path", file.path(hadoop_home(henv),
error: java.lang.ClassNotFoundException
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/home/rk/R/x86_64-redhat-linux-gnu-library/3.1/hive’
* restoring previous ‘/home/rk/R/x86_64-redhat-linux-gnu-library/3.1/hive’
Warning in install.packages :
installation of package ‘hive’ had non-zero exit status
The downloaded source packages are in
‘/tmp/RtmpDsXs7i/downloaded_packages’

Resources