installation - how to solve the error:Warning messages: package ‘ ’ was built under R version 3.3.3 -


i use r3.3.2. when want install package "arules" , error:

install.packages("arules")  error in install.packages : updating loaded packages  restarting r session...  loading required package: arules loading required package: matrix  attaching package: ‘arules’  following objects masked ‘package:base’:  abbreviate, write  loading required package: twitter loading required package: wavelets > install.packages("arules") error in install.packages : updating loaded packages warning messages: 1: package ‘arules’ built under r version 3.3.3  2 : package ‘twitter’ built under r version 3.3.3  > install.packages("arules") installing package ‘c:/users/atapour/documents/r/win-library/3.3’ (as ‘lib’ unspecified) warning in install.packages : package ‘arules’ in use , not installed 

whenever atempt install "arules" , "matrix" ,"twitter" , "factominer" , on, error of :e.g. package ‘twitter’ built under r version 3.3.3

i try downloading cran site(https://cran.r-project.org/web/packages/factominer/index.html) doest'nt me anymore. should fix it?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -