How to install the e1071 package in R 2.15.0

I want to use function skewness skewness()and kurtosis()of the e1071 package. I tried to download the package e1071from

install.packages("e1071", dep = TRUE) 

but it still doesn't seem to work. Therefore, I wonder if this is not the version that I installed. I tried to find CRAN on the site, but I can not find the version for R 2.15.0.

Therefore, I was wondering if I am doing it wrong or someone can give me a link to the package e1071, version 2.15.0.

+6
source share
4 answers

You can try the following: go to

https://cran.r-project.org/web/packages/e1071/index.html

Windows ​​ R. R

(e1071)  :)

+2

,

Rstudio, , "", e1071, "",

+1

Mac: 1) - https://CRAN.R-project.org/package=e1071 2) R CMD INSTALL e1071_version.tgz , . .

: 'e1071 dyn.load (, DLLpath = DLLpath,...): '/Users/ME/anaconda3/lib/R/library/e1071/libs/e1071.':

dlopen (/Users/ME/anaconda3/lib/R/library/e1071/libs/e1071.so, 6): : /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib : /Users/ME/anaconda3/lib/R/library/e1071/libs/e1071.so :

3) /Users/ME/anaconda3/lib/R/lib/libR.dylib/Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib

, .

0

R ( OSX) Packages & DataPackage Installer . .

Install selected Install selected screenshot

:

> library(e1071)
0

All Articles