Hello dears,
Kindly i need your usual support please,
I'm trying to get some summaries from a data-frame using many conditions to calculate count_if,sum_if,mean_if,....
i have read that expss package can do that.But,
i can't install related packages.
the error appears while installing expss ;
install.packages("expss")
Error :
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/hady.shaaban/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
also installing the dependency ‘htmlTable’
There is a binary version available but the source version is later:
binary source needs_compilation
htmlTable 1.13.2 1.13.3 FALSE
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/expss_0.10.1.zip'
Content type 'application/zip' length 1886664 bytes (1.8 MB)
downloaded 1.8 MB
package ‘expss’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\hady.shaaban\AppData\Local\Temp\Rtmp8i5LFK\downloaded_packages
installing the source package ‘htmlTable’
trying URL 'https://cran.rstudio.com/src/contrib/htmlTable_1.13.3.tar.gz'
Content type 'application/x-gzip' length 173116 bytes (169 KB)
downloaded 169 KB
Warning in install.packages :
installation of package ‘htmlTable’ had non-zero exit status
The downloaded source packages are in
‘C:\Users\hady.shaaban\AppData\Local\Temp\Rtmp8i5LFK\downloaded_packages’
then i tried to install htmlTable package
install.packages("htmlTable")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/hady.shaaban/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
There is a binary version available but the source version is later:
binary source needs_compilation
htmlTable 1.13.2 1.13.3 FALSE
installing the source package ‘htmlTable’
trying URL 'https://cran.rstudio.com/src/contrib/htmlTable_1.13.3.tar.gz'
Content type 'application/x-gzip' length 173116 bytes (169 KB)
downloaded 169 KB
Warning in install.packages :
installation of package ‘htmlTable’ had non-zero exit status
The downloaded source packages are in
‘C:\Users\hady.shaaban\AppData\Local\Temp\Rtmp8i5LFK\downloaded_packages’
how can i install these two packages to be able to use functions of expss ??
thanks in advance
Regards