install.packages

package doMC NOT available for R version 3.0.0 warning in install.packages

纵饮孤独 提交于 2019-11-30 09:06:14
For some packages like doMC & doSMP, i get the warning & inability to library(doMC). As shown below, i have no problem with subselect thus no file/directory permission issue. Also tried repo= http://cran.us.r-project.org & others, no luck. please advise. ps: for the unexpected Japanese characters, i have no clue; i assume that is a separable issue; no response yet from support.rstudio.org/help/discussions/problems/6009-japanese-characters-show-unexpectedly > install.packages('doMC') Warning in install.packages : package 租oMC・is not available (for R version 3.0.0) Installing package into 舛:

Error in install.packages : type ==“both” cannot be used with 'repos =NULL'

前提是你 提交于 2019-11-29 13:38:22
Actually I am trying to install packages offline. I have R studio. what I do is based on previously asked question as follows: install.packages(C:/Users/Desktop/class_7.3-12.zip", repos = NULL) I get the error I mentioned in the title. is someone out there to give me an advice ? Thanks You can install packages from source or binaries. In the "Package Archives" section of the documentation you may read: Package Source class_7.3-12.tar.gz Windows Binary class_7.3-12.zip (32- & 64-bit) Mac OS X 10.9 (Mavericks) class_7.3-12.tgz When installing from binary (as it seems to be your case): install

Error in install.packages: internet routines cannot be loaded using StatET while it works in R console

白昼怎懂夜的黑 提交于 2019-11-29 13:10:15
I was a happy user of StatET on Ubuntu 14.04 until recently when after R upgrades strange things begin to happen. Anything related to network operations fails. For example, I can not install packages from CRAN any more: > install.packages("Hmisc") Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) --- Please select a CRAN mirror for use in this session --- Error in url("http://cran.r-project.org/CRAN_mirrors.csv") : internet routines cannot be loaded In addition: Warning message: In url("http://cran.r-project.org/CRAN_mirrors.csv") : unable to load shared object

How to specify (non-R) library path for dynamic library loading in R?

China☆狼群 提交于 2019-11-28 23:17:44
I keep getting the following error when attempting to install readxl or haven in R (both dependencies of tidyverse ) post-compilation, when the installer runs the loading test: ** testing if installed package can be loaded Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '<my_lib_Path>/readxl/libs/readxl.so': <my_lib_path>/readxl/libs/readxl.so: undefined symbol: libiconv Error loading failed I have libiconv.so in a local lib path (not for R packages) that is included in LD_LIBRARY_PATH and I've verified in my R session that Sys.getenv("LD_LIBRARY_PATH") has that

R Keeps Downloading Packages to tmp Directory

大城市里の小女人 提交于 2019-11-28 12:58:22
I am using R Studio on a 2103 MacBook Pro. I had no problems before downloading and installing packages, but recently all my packages are being downloaded and then fail to install: trying URL 'http://cran.rstudio.com/bin/macosx/mavericks/contrib/3.1/manipulate_1.0.1.tgz' Content type 'application/x-gzip' length 33770 bytes (32 Kb) opened URL ================================================== downloaded 32 Kb The downloaded binary packages are in /var/folders/yl/7q0_4h3j60d5pp52vmz0b06r0000gn/T//Rtmpa4oYSr/downloaded_packages .libPath() returns the correct location of my R libraries (not this)

Install package without internet: error in install.packages: no such file or directory

落爺英雄遲暮 提交于 2019-11-28 11:52:07
问题 I'm trying to install the readr package in R on a laptop without internet connection using the install.packages("C:/Users/MVC/Desktop/readr-master.zip", repos=NULL) command, but I keep getting the same error: error in install.packages : cannot open file 'C:/Program Files/R/R-3.3.0/library/file27f07de57168 /readr-master/R/POSIXct.R': No such file or directory Anybody who know why this is or how I can install the package without an internet connection? 回答1: This package is available as tar.gz

R - when trying to install package: InternetOpenUrl failed

。_饼干妹妹 提交于 2019-11-28 07:36:35
Since I've updated both R (to 3.2.2) and RStudio (to 0.99.486) in Win 7, I'm experiencing problems downloading packages. I'm aware of the questions asked here but neither setInternet2(TRUE) nor changing the CRAN mirror helped. The "Tools -> Global Options -> Packages -> "Use Internet Explorer library/proxy for HTTP" was also already unchecked and I made sure that my Firefox uses no proxy. I tried setRepositories() as well as manually installing the package with install.packages('dplyr', repos='https://cran.uni-muenster.de/') but I still get the message: Warning in install.packages :

Error in install.packages : type ==“both” cannot be used with 'repos =NULL'

試著忘記壹切 提交于 2019-11-28 07:31:45
问题 Actually I am trying to install packages offline. I have R studio. what I do is based on previously asked question as follows: install.packages(C:/Users/Desktop/class_7.3-12.zip", repos = NULL) I get the error I mentioned in the title. is someone out there to give me an advice ? Thanks 回答1: You can install packages from source or binaries. In the "Package Archives" section of the documentation you may read: Package Source class_7.3-12.tar.gz Windows Binary class_7.3-12.zip (32- & 64-bit) Mac

How to specify (non-R) library path for dynamic library loading in R?

孤人 提交于 2019-11-27 20:44:01
问题 I keep getting the following error when attempting to install readxl or haven in R (both dependencies of tidyverse ) post-compilation, when the installer runs the loading test: ** testing if installed package can be loaded Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '<my_lib_Path>/readxl/libs/readxl.so': <my_lib_path>/readxl/libs/readxl.so: undefined symbol: libiconv Error loading failed I have libiconv.so in a local lib path (not for R packages) that is

“Non Zero Exit Status” R 3.0.1 'XML' and 'RCurl'

寵の児 提交于 2019-11-27 17:22:50
I am having a bit of trouble installing XML and RCurl on my Ubuntu machine 13.10. I performed all sudo update and upgrades today. I am trying to use rattle for R. I am unable to install 'XML' which is required for the use of rattle. This is pretty much the same question that was asked right here just a year later and a different OS. Here are the error messages that I am getting back: > install.packages("RCurl") Installing package into ‘/home/steven/R/x86_64-pc-linux-gnu-library/3.0’ (as ‘lib’ is unspecified) trying URL 'http://cran.rstudio.com/src/contrib/RCurl_1.95-4.1.tar.gz' Content type