मैं आर-आधार के नवीनतम संस्करण (2.15.2) को स्थापित करने का असफल प्रयास कर रहा हूं । जाहिरा तौर पर, आर पैकेज Rcpp
2.14.1 आर संस्करण के लिए स्थापित नहीं होगा - वह संस्करण जो मेरे लिए इंस्टॉल होता है।
मुझे यकीन नहीं है कि मेरे इंस्टॉलेशन प्रयासों को क्या / कैसे / कहां बदलना है जो नीचे दिखाई देते हैं। कृपया ध्यान दें कि मैं ubuntu-12.04.1-server-i386 का उपयोग कर रहा हूं।
वर्तमान स्थापित संस्करण R संस्करण 2.14.1 (2011-12-22) है:
$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base is already the newest version.
संस्करण जानकारी सहित मदद नहीं करता है:
$ sudo apt-get install r-base=2.15.1-5ubuntu1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '2.15.1-5ubuntu1' for 'r-base' was not found
Http://cran.r-project.org/bin/linux/ubuntu/README से CRAN Ubuntu निर्देशों के आधार पर परिवर्तन :
में जोड़ा
/etc/apt/sources.list
deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/ubuntu quantal/
अद्यतन और स्थापित करें
$ sudo apt-get update $ sudo apt-get install r-base Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: r-base : Depends: r-base-core (>= 2.15.2-1quantal2) but it is not going to be installed Depends: r-recommended (= 2.15.2-1quantal2) but it is not going to be installed Recommends: r-base-html but it is not going to be installed E: Unable to correct problems, you have held broken packages.
R-base
क्या वास्तव में 'नवीनतम' संस्करण है, तो स्थापित करें / अपडेट करें यदि नहीं, तो मेरा उत्तर देखें, नीचे लिंक किया गया है। यदि आप नवीनतम R
रिलीज़ के साथ वर्तमान रहना चाहते हैं , तो यह अनुशंसा की जाती है कि ये आते हैं sid
(हालाँकि आप अपने पूरे सिस्टम को आधार बनाते समय सतर्क रहना चाहते हैं sid
...)। stackoverflow.com/questions/1401904/…
sudo apt-get upgrade
याsudo apt-get dist-upgrade
?