similar to: Installing R under Redhat el6

Displaying 20 results from an estimated 30000 matches similar to: "Installing R under Redhat el6"

2012 Dec 11
2
Tools for Building Packages (Fedora)
Hello everyone, I'm trying to install the tools to build packages under Fedora (17), and have little luck finding anything useful using Google. I wanted to ask if there is any documentation associated with this issue; a link will be very useful. Thank you very much. [[alternative HTML version deleted]]
2012 May 18
1
Running R in BATCH MODE Windows
Hello everyine, I am trying to run R in Batch mode in windows, but can't find any help in google. In particular, the only information I get is that I need to have an R.exe file, than I can't find in the bin folder. Can you please provide me with a link or refence on how to run R in batch mode in windows. I can do this very easely in unix, but not in windows.
2018 Nov 20
3
CentOS 7 + GNOME : all icon themes broken after update from CR
On 11/19/2018 01:38 AM, Nicolas Kovacs wrote: > Le 18/11/2018 ? 15:14, Yan Li a ?crit?: >> The recommended method for undo an update is >> https://access.redhat.com/solutions/64069, but it's not supported if glibc, >> kernel, or selinux are changed. I'd give it a try if the system is not >> critical. Make backups first. >> >> Some other people's
2009 May 26
1
Converting a list to a data frame or columns at the least
I have a column in which dates and times are specified thus m/d/yyyy HH:MM:SS Alas, some entries do not include the time and therefore are only m/d/yyyy so I used read.csv and specified that the relevant column should be read as is and it remained as a character variable. I then split the value on the space split.dt.time <-strsplit(teacher$Date.and.Time.of.Lesson," ") that gives me a
2009 Nov 13
4
Installing R on RedHat EL 5
Hi, I am totally new to Linux and trying to install R and related tools. I downloaded the rpm files for el4/x86_64 from the CRAN repository and tried to run rpm but it did not go through complaining about dependencies. Do all the listed rpm files need to be installed? What is the order in which these need to be installed? I appreciate any help with this or any suggestions for alternate ways
2009 Mar 02
1
Trouble - Installing R on RedHat el5
I am lucky and am now working with a new Redhat Linux 64-bit OS But I am getting the following error can anyone provide some graciously needed assistance: [root at bluebird system-files]# rpm -i R-2.8.1-1.rh5.x86_64.rpm warning: R-2.8.1-1.rh5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 99b62126 error: Failed dependencies: xdg-utils is needed by R-2.8.1-1.rh5.x86_64 Thanks
2010 Nov 08
7
Webrick Failing with Illegal Instruction
I''ve just started a new rails project (3.0.1, ruby 1.9.2 on Mac OS X), and have a few parts of it built out. I''ve just created new controller/views using rails g scaffold_controller Lesson, and then added a route to routes.rb with "resources :lessons" Now, when i go to /lessons, Webrick fails with "Illegal instruction" The controller function getting hit is
2008 Dec 28
3
php's __call for ruby? or better approach?
Hi Rubyists! I''m quite new to Ruby/Rails thing, so please be patient with me :) -------- (skip to next -------- if you want to quickly see the problem) I am learning by creating something like timetable application (like in school). There are days 1-5 and lessons 1-8. I have to db tables, subjects, which is the list of subjects, and subject_lessons, which is assocation of a subject to
2016 Dec 15
2
Redhat Dependencies
On Thu, 15 Dec 2016, Reindl Harald via samba wrote: > Am 15.12.2016 um 20:06 schrieb Metin Koc via samba: >> Centos and redhat repositories are not the same. Also I tried epel >> already. > > EPEL == EPEL > period There is only one EPEL repo, but what does vary between CentOS and Redhat is the installation method for EPEL:
2011 Feb 26
3
tbx player and asymgrid.vbx
Hello, I've got wine 1.2 in ubuntu and try to run an english course for windows. It uses the tdk player and it runs ok, until i choose a lesson. When I choose a lesson, a window appears with title "Add Extension" It's a file open type dialog, and in the field "File name", says "ASYMGRID.VBX". I navigate to "windows\system32" in the "C:"
2016 Dec 15
1
Redhat Dependencies
On Thu, 15 Dec 2016, Reindl Harald via samba wrote: >> There is only one EPEL repo, but what does vary between CentOS and >> Redhat is the installation method for EPEL: >> >> https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F > > really? > > you install "epel-release-7-8.noarch" if it is by yum or rpm evrywhere and > you
2017 Mar 14
1
Processing Conflict: speexdsp-1.2-0.9.rc3.el6.x86_64
Processing Conflict: speexdsp-1.2-0.9.rc3.el6.x86_64 conflicts speex <= 1.2-0.21.rc1 I am loath to replace things on my primary workstation as I have far too much to do as it is without dealing with self-inflicted injuries. However, I do use Jitsi as a softphone and the latest version has a dependency on a package in EPEL which replaces something from the base distro. Can someone inform me
2010 Oct 13
5
Poisson Regression
Hello everyone, I wanted to ask if there is an R-package to fit the following Poisson regression model log(\lambda_{ijk}) = \phi_{i} + \alpha_{j} + \beta_{k} i=1,\cdots,N (subjects) j=0,1 (two levels) k=0,1 (two levels) treating the \phi_{i} as nuinsance parameters. Thank you very much -- -Tony [[alternative HTML version deleted]]
2018 Nov 18
2
CentOS 7 + GNOME : all icon themes broken after update from CR
The recommended method for undo an update is https://access.redhat.com/solutions/64069, but it's not supported if glibc, kernel, or selinux are changed. I'd give it a try if the system is not critical. Make backups first. Some other people's experience on downgrading a point release: https://access.redhat.com/discussions/2933711 If you couldn't read that article, just search
2009 Sep 15
5
identical(length(x), 1) returns FALSE, but print(length(x)) is 1, length(x)==1 is TRUE, and is.integer(lenght(x)) is TRUE????
Dear R, the condition: identical(length(x),1) returns FALSE but print(length(x)) returns 1 and: is.vector(x) is TRUE. is.integer(length(x)) is TRUE length(x) ==1 is TRUE I am puzzled. Regards -- Corrado Topi Global Climate Change & Biodiversity Indicators Area 18,Department of Biology University of York, York, YO10 5YW, UK Phone: + 44 (0) 1904 328645, E-mail: ct529 at york.ac.uk
2016 Dec 15
2
Redhat Dependencies
Am 15.12.2016 um 19:21 schrieb Dale Renton via samba: > For CentOS 7 I install these packages before building Samba 4.5.1 from > source > > # yum install chrony gcc perl python-devel gnutls-devel libacl-devel > openldap-devel bind bind-utils krb5-workstation gpgme-devel python2-gnupg but you need https://fedoraproject.org/wiki/EPEL as virtually everybody out there because
2016 Jun 09
1
Fixed updates for EL5 / EL6
I know, I know, you've heard this song before... ;) EL5: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-09c8007e64 EL6: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0a9e4df655 Please go download -8 and test it. It looks good on my end. If it works for you (with CRAN modules), please give positive karma so it will land in updates-stable faster than two weeks. Thanks
2016 Dec 13
2
Redhat Dependencies
"python-crypto" looks like it's also in EPEL. http://rpms.famillecollet.com/rpmphp/zoom.php?rpm=python-crypto Kris Lou klou at themusiclink.net On Tue, Dec 13, 2016 at 12:53 PM, Reindl Harald via samba < samba at lists.samba.org> wrote: > > > Am 13.12.2016 um 22:37 schrieb Metin KoƧ via samba: > >> I'm giving this error when i'm provisioning the
2013 Nov 27
1
Confusion: EL6 Base gluster va gluster.org gluster
Hello, I've caught a glimpse of the new RHEL 6.5 (well, new packages landed in CentOS) and I notice it now provides quite a nice version of Gluster 3.4.0 with a lot of backports. I've got 2 problems now: - I've got gluster installed from http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/CentOS/epel-6/x86_64/, but the package in EL6 Base will not upgrade it nicely
2015 Apr 02
1
EL6 EE package dependencies
On Thu, Apr 02, 2015 at 02:53:26PM -0600, Eric Broch wrote: > On 4/2/2015 1:22 PM, Will Yardley wrote: > > I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from > > 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies: > > > > liblz4.so.1 > > libtextcat.so.0 > > > > These would both seem to be related to plugins,