similar to: R-beta: multiple binary types

Displaying 20 results from an estimated 7000 matches similar to: "R-beta: multiple binary types"

1998 Sep 01
0
R-beta: Re: new platform
>>>>> "Greg" == Greg Snow <snow at biostat.washington.edu> writes: Greg> Also is there a convenient way to run gdb on R through emacs? Greg> If I give it R.binary, it does not have the wrapper stuff from Greg> R and crashes, If I give it R it complains because it is not a Greg> binary, and if I do R -d then I don't get the emacs extras. Make
2009 Dec 03
1
"csh -v" show history at end of batch job (CENTOS 5.4)???
I have some batch JOBs migrate from CEBTOS 5.3 to CENTOS 5.4 server. Those batch files start on "#!/bin/csh -v". Those batch files run good under CENTOS 5.3. on CENTOS 5.4 batch jobs still run good but end of batch priocess it will show "history". Does anyone know why? Thanks. ___________________________________________________ ??????? ? ????????????????
2009 Aug 28
1
[off-topic] Question about csh.
Hi I received this request from a user and could not find the solution. I would like to know if someone already solved this: "At the command prompt I used to be able to type the first letter of a line command and then by using the up arrow key, scroll through all of the line commands, that begin with that letter, that I had previously executed." It's a machine with CentOS-5.3,
2011 Jan 25
3
#!/bin/csh -v not work on CENTOS 5.5
We have several "csh" batch scripts using "#!/bin/csh -v". It work fine, before Centos 5.5. After cenos 5.5, it will NOT execute and only list history. Anyone know why? Thanks.
2016 Nov 12
0
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 12.11.2016 18:38, Dirk Eddelbuettel wrote: > On 12 November 2016 at 07:59, Dirk Eddelbuettel wrote: > | > | On 12 November 2016 at 14:23, Kirill M?ller wrote: > | | Thanks. I have now CXX = g++ -std=c++98 in my /etc/R/Makeconf, it's > | | picked up properly. I can only assume that the last -std= option wins if > | | more than one are given on the same command line [1].
2015 May 09
2
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
Hi ? Teemu Huovila <teemu.huovila at dovecot.fi> wrote: > On 04/24/2015 10:00 PM, Michael Grimm wrote: >> 1) I'm trying to compile a recent hg dovecot version (008632bdfd2c) at a FBSD10-STABLE system without success: [?] >> fts-tokenizer-generic.c:214:18: error: use of undeclared identifier 'MidNum' >> if (uint32_find(MidNum, N_ELEMENTS(MidNum), c,
2013 Dec 11
2
libc_nonshared.a missing on 10.0-RC1
Hi all! Yesterday I upgraded to FreeBSD 10.0-RC1 through freebsd-update. Everything seemed fine until I decided to upgrade my ports today. There was a new version of pkg which built fine up until the linking: ===> Building for pkg-1.2.3 --- all --- ===> libpkg (all) --- objwarn --- --- libpkg.so.1 --- --- objwarn --- Warning: Object directory not changed from original
2017 Dec 15
1
GUI/X11 login and shells other than bash?
On Fri, December 15, 2017 2:34 pm, Stephen John Smoogen wrote: > On 15 December 2017 at 13:24, Valeri Galtsev <galtsev at kicp.uchicago.edu> > wrote: >> Dear Experts, >> >> After one of updates that was released some time ago (a Month ago or >> maybe >> even earlier) I have noticed the following. On the machines with default >> runlevel 5 (sorry
2000 Apr 11
3
scp: command not found.
Hey. I found references to my problem 'scp: command not found' in the archives. But I could not find a solution to this problem. Could someone please help me out here? Info: OpenSSH 1.2.3, RedHat 6.1 Thanks! -- Steve
2015 Aug 29
0
Having both R-current and R-devel installed on Ubuntu
On 29 August 2015 at 17:14, Liviu Andronic wrote: | Hi Dirk, | I too would need to get R-devel on my Ubuntu box (alongside an | existing R installation) to check my packages, especially given the | mayhem that awaits us when the new `R CMD check --as-cran` goes live. | ( http://stat.ethz.ch/R-manual/R-devel/doc/html/NEWS.html ) | | I was wondering if the script that you posted on r-sig-debian a
2015 Apr 24
9
Real sh? Or other efficient shell for non-interactive scripts
On 04/24/2015 03:57 AM, Pete Geenhuizen wrote: > if you leave it out the script will run in whatever environment it > currently is in. I'm reasonably certain that a script with no shebang will run with /bin/sh. I interpret your statement to mean that if a user is using ksh and enters the path to such a script, it would also run in ksh. That would only be true if you
2007 Mar 11
2
logrotate, syslog, and chsh
I'm noticing that logrotate's default configuration for rotating /var/ log/secure and /var/log/messages partially fails if root's shell is set to /bin/tcsh (via chsh). (Running on CentOS 4.4; logrotate-3.7.1-5.RHEL4). What seems to be happening is that the logrotate.d/syslog postrotate command runs: /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null
2015 Aug 29
2
Having both R-current and R-devel installed on Ubuntu
Hi Dirk, I too would need to get R-devel on my Ubuntu box (alongside an existing R installation) to check my packages, especially given the mayhem that awaits us when the new `R CMD check --as-cran` goes live. ( http://stat.ethz.ch/R-manual/R-devel/doc/html/NEWS.html ) I was wondering if the script that you posted on r-sig-debian a couple years back was still valid. More however, I'd like to
2005 Oct 19
1
can't start csh (scripts) (PR#8220)
Dear R developers, after upgrading from R 2.1.1 to 2.2.0 I can't start csh (scripts) anymore. While the following commands work fine > system("tcsh -c pwd") /hom1/users/gloeckler > system("bash -c pwd") /hom1/users/gloeckler > system("ksh -c pwd") /hom1/users/gloeckler csh (in contrast to the shells used above) doesn't give any result:
2009 Feb 21
1
Install failure (PR#13545)
Hello: Encountered a problem installing R on CentOS release 5.2 This is a 64bit OS I need to know if this will work on this server or do I need to change OS> Thanks Bob I downloaded the source ( R-2.8.1.tar.gz ) due to no release being available for CentOS. My ./configure --with-x=no --with-readline=no R_PAPERSIZE='letter' Failed: ./configure --with-x=no --with-readline=no
2003 Apr 10
2
R under Sun Solaris 8
Hi, I have installed R1.6.2 on a Sun Sparc workstatioin 60 under Solaris 8. I' m using csh, tcsh or bash- shell. Unfortunately, it is impossible to use the "arrow-up" key on Sun's German keyboard to repeat a R command by using this key. Always following syntax error occurs: ^[[A Does anybody have a hint ? Thanks Klaus-P. Pleissner -- Dr. Klaus-Peter Pleissner Max Planck
2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
Actually, I'm talking about the shell that Perl invokes. When you run the NightlyTest.pl script, it uses Perl. The system() function in Perl invokes the "standard" shell to execute the command provided as the argument to system(). In NightlyTest.pl, I have changed the program to check out both the regular llvm CVS module as well as the llvm-test module. This command is what is
1998 Jan 15
1
debugging dynamically loaded code
How can I debug code that I load at runtime? Currently I do the following: load R.binary into gdb run load shared object code using dyn.load() quit the R process from then on gdb seems to be smart enough such that the source code of the .so file is available and I can set breakpoints etc. however, when I restart the R process I get: (gdb) break printing.c:7 Breakpoint 1 at 0x407af036:
2017 Apr 06
0
failure of make check-all
You may want to retry that after a make distclean, in case anything changed in the toolchain. -pd > On 6 Apr 2017, at 14:43 , Therneau, Terry M., Ph.D. <therneau at mayo.edu> wrote: > > This run was done this AM on my linux box, and older 32 bit Dell optiplex (core 2 duo). The failure message is at the very end. (It's due to be replaced in a couple of weeks.) The sequence
1998 Jun 14
5
R-beta: R-0.62 is released
I've put up R-0.62.0.tgz up for FTP from Auckland some minutes ago. As usual, don't get it from there unless you are desperate, but wait for it to be mirrored at a CRAN site near you within a day or two. Note that beginning with this version, you need Fortran in some form or other to compile R. (f2c is good enough) Here is the relevant part of the CHANGES file: CHANGES IN R VERSION