similar to: install R from RPM

Displaying 20 results from an estimated 1000 matches similar to: "install R from RPM"

2001 Feb 09
0
installing R from RPMs
Hi everybody ! I'm new to R (used to Matlab ...) and I 'd like to use R at home ...
2001 Apr 09
3
Whining about Wine
I just installed Wine, and when i test it by the command "wine cdplayer" i get the following error message : "err:module:BUILTIN32_dlopen failed to load .so lib for builtin kernel32.dll: symbol __sysconf, version GLIBC_2.2 not defined in file libc.so.6 with link time reference err:module:fixup_imports Module (file) KERNEL32.dll needed by C:\Windows\cdplayer.exe not found" I
2001 Apr 04
1
Problem with winmine
Does anybody know what went wrong? Wine doesn't seem to work on RedHat 7.0 Hans [root@duron win98]# wine --winver win98 ./winmine.exe err:module:BUILTIN32_dlopen failed to load .so lib for builtin wprocs.dll: symbol __sysconf, version GLIBC_2.2 not defined in file libc.so.6 with link time reference err:int:INT_GetPMHandler could not load wprocs.dll err:seh:UnhandledExceptionFilter
2001 Apr 07
1
Error Message
Hi there, I'm relatively new to linux and very new to Wine. When I execute the command "wine sol.exe" I get the following message; "err:module: BUILTIN32_dlopen failed to load .so lib for buitin wprocs.dll: symbol __sysconf , version GLIBC_2.2 not defined in file libc.so.6 with link time reference err: int: INT_GetPHHandler could not load wprocs.dll err:seh: Unhandled
2001 Mar 19
1
GLIBC problem on Linux 7
I'm using Redhat linux 7 and R 1.2.2. When trying to run a program I get the following error: /usr/lib/R/bin/R.bin: error while loading shared libraries: /usr/lib/R/bin/R.bin: symbol __sysconf, version GLIBC_2.2 not defined in file libc.so.6 with link time reference. What does this mean and how can I fix it? Thank you ===== Janine Porter Paladin Data Systems 206-910-8370
2001 Feb 28
1
redhat 7.0 trouble
Hi. I am running R 1.2.1 on an i686 (dell laptop). I can do simple things like defining vectors, plot, etc... however when I use the function smooth.spline() or demo(lm.glm), I get the following error and it kicks me out of R: /usr/lib/R/bin/R.bin: error while loading shared libraries: /usr/lib/R/bin/R.bin: symbol __sysconf, version GLIBC_2.2 not defined in file libc.so.6 with link time
2001 Feb 01
6
hello, I need some help for using wine
hello, i have this problem : [y.moya@yves y.moya]$ cd /mnt/cdrom [y.moya@yves cdrom]$ ls 3Dfx SETUP.EXE _setup.dll autorun.pak hlinst.dll setup.bmp DATA.TAG SETUP.INI _sys1.cab data1.cab lang.dat setup.ins DIRECTX Worldcraft _user1.cab dsetup.dll layout.bin setup.lid Localize.cab _INST32I.EX_ autorun.exe dsetup16.dll os.dat sierra.inf
2001 Feb 04
1
Linux shared library problem (PR#838)
Full_Name: Daniel Egloff Version: 1.2.1 OS: Linux Redhat 7.0 Submission from: (NULL) (212.35.34.200) Externals in the shared library libc.so.6 not found. See the following R session, with the abort message at the end. > demo(graphics) demo(graphics) ---- ~~~~~~~~ Type <Return> to start : > opar <- par(ask = interactive() && (.Device %in%
2012 Jul 25
2
old weird error message
Dear users, I have a weird questions. A friend of mine, some years ago, supposedly trying to access help files without Internet connection, got something like this error message: "The Pythia is not available, please go to Delphi" When I've heard about it, I found it very funny and I'd like to be able to get it. Does anyone of you know how to get this error message again?
2012 Nov 29
0
Fwd: Re: choose folder interactively
Thanks Philippe for your answer! It doesn't work for me, but I guess I have something wrong with Tcl/Tk. Ivan -- Ivan CALANDRA Universit? de Bourgogne UMR CNRS/uB 6282 Biog?osciences 6 Boulevard Gabriel 21000 Dijon, FRANCE +33(0)3.80.39.63.06 ivan.calandra at u-bourgogne.fr http://biogeosciences.u-bourgogne.fr/calandra -------- Message original -------- Sujet: Re: [R] choose folder
2001 Mar 19
2
wine.conf newbie problem +user32.dll
I seem to have gotten past one hurdle and on to the next. It seems that the problem that I was having relates to poorly documented changes in the config files in the HOWTO. I now have /root/.wine/config which seems to solve the old drive problem. However, here is my new error. [root@pato .wine]# cp /etc/wine.conf ~/.winerc cp: overwrite `/root/.winerc/wine.conf'? y [root@pato .wine]# wine
2012 Nov 28
2
choose folder interactively
Dear users, I am looking for a function to choose a folder interactively, just like file.choose() but for a folder. I have found tcltk::tk_choose.dir() but R hangs when I try to do anything and I have to force exit. I've tried to reinstall tcltk with install.packages(), but "package ?tcltk? is not available (for R version 2.15.2)" even though it's already installed on my
2012 Nov 28
2
choose folder interactively
Dear users, I am looking for a function to choose a folder interactively, just like file.choose() but for a folder. I have found tcltk::tk_choose.dir() but R hangs when I try to do anything and I have to force exit. I've tried to reinstall tcltk with install.packages(), but "package ?tcltk? is not available (for R version 2.15.2)" even though it's already installed on my
2010 Nov 23
1
is it possible to prevent many loggings on many computer from only one user?
Hi everyone I would like to know if it's possible to prevent many loggings on many computers from only one user? I have user who opened 12 computers, logged on those 12 computers and ran boinc-client on those 12 computers... I want to prevent this kind of behaviour... Thanks in advance. Regards. -- Olivier Pavilla << ????????????????>> S.C.I.R.C. Orl?ans (Bourgogne) - I.U.F.M.
2010 Mar 02
1
how to import map data (maptools?) from a html set of 'coords'
Dear R users, I would like to draw map and import it in maptools/spatstat packages. The 'raw data' I have come from a web page (<map>...</map>) and are basically a list of coordinates of a polygon. I would like to know how to import them in R; I checked the maptools packages, but all the examples use existing .dbf files. I just have a (serie of) text file(s) looking like
2013 Jan 17
3
how to use "..."
Dear users, I'm trying to learn how to use the "...". I have written a function (simplified here) that uses doBy::summaryBy(): # 'dat' is a data.frame from which the aggregation is computed # 'vec_cat' is a integer vector defining which columns of the data.frame should be use on the right side of the formula # 'stat_fun' is the function that will be run to
2001 Apr 05
2
Newbie...WINE setup?
Hi all, I just installed Linux-Mandrake 7.2 Powerpack Deluxe, and now I am installing programs. First I installed AIM. That worked fine, but now I want to install a windows emulator for my games. I have been told to use WINE. I downloaded the RPM, opened it and hit "Install". But I got some errors. Now you have to understand I know almost NOTHING about linux. I am a very advanced Windows
2010 Sep 15
0
getpeername failed.
Hi everyone. Does anyone can tell me what does mean this message? getpeername failed. Error was Noeud final de transport n'est pas connect? [2010/09/13 08:31:00, 0] lib/util_sock.c:get_peer_addr(1224) my /var/log/smbd.log is full with this such message. -- Olivier Pavilla S.C.I.R.C. Orl?ans (Bourgogne) - I.U.F.M. Centre-Val de Loire 72 Rue du Faubourg Bourgogne -45044 ORLEANS Cedex 1 Tel
2010 Sep 07
1
Problem with groups and user
Before everything. Please forgive my poor english. It is not my fault I'm a french :( I have samba/ldap server with windows users. On my Samba/ldap server , I'm using GQ. If I look about groups. There is : 'iatoss, exterieurs, other and onther' If I look about 'mdupont' user. " GQ says 'mdupont' is in "iatoss" group. On the server, If I type
2005 Aug 14
5
RPM SPEC rebuild errors
Hello All, I have been trying all afternoon to rebuild the Samba RPM for my Fedora 3 with the MySQL passdb support and from what I can see it only needs the inclusion of "--with-expsam=mysql" in the SPEC file in addition to the regular ones. The problem is that no matter what version of Samba I try to rebuild, it always gice an error at the same place: