Displaying 20 results from an estimated 900 matches similar to: "is.na(valid_date) too often true on SGI MIPS (PR#6814)"
2008 Mar 08
3
Problems with installing the rgl package on Linux
Dear All,
I am trying to install the rgl package on R 2.6.1 running on Fedora 8
(Linux), but I am experiencing the following problems:
-----------------------------------------
configure: error: X11 not found but required, configure aborted.
ERROR: configuration failed for package 'rgl'
** Removing '/usr/lib/R/library/rgl'
-----------------------------------------
Any ideas?
2012 Oct 09
1
General question
Hi,
I am currently working in Linux server and wanted to play with our beautiful R software over there. However as its a company server and have lots of restrictions so I am thinking to install it in my home directory. I have three questions in this regard.
1. Is it possible.
2. Is it safe for me and my company data.
3. How can I do that. 
Please help me to solve this questions and thanking you
1999 Feb 17
1
Irix 6.5: > is.na(c(1,NA)) #> FALSE FALSE
R 0.63.2, compiled using SGI cc and f90 on Irix 6.5 gives:
> is.na(NA)
[1] TRUE                # OK
> is.na(c(1,NA))
[1] FALSE FALSE         # expected FALSE TRUE
> is.nan(NaN)
[1] FALSE               # expected TRUE
> is.nan(1/0)
[1] FALSE               # ditto
The above functions work correctly for R compiled with gcc and g77 on an
Irix 6.2 system.  The Irix 6.5 release notes
1997 Sep 26
1
Samba 1.9.17 fails to truncate share mode file (fwd)
Thank you for the information that you have passed on to me. My own
research has found that ftruncate is quite happy to set a file to the
same size that it is already, so something else must be causing the
problem. The comment before the ftruncate in set_share_mode says the
file is being truncated just for safety, so normally it is probably not
necessary to truncate the file.
Regards,
	Tim
>
2014 Jun 25
2
[LLVMdev] [cfe-dev] AArch64 Clang CLI interface proposal
On 25 Jun 2014, at 12:58, James Molloy <james at jamesmolloy.co.uk> wrote:
> This is one of the worst parts about the Clang CLI for cross compilation at the moment. I'd really like, if we're changing the CLI, to allow users to remove it. For example, if I specify -march=armv7-a, it *shouldn't* need me to put "-target arm" before it to work!
One thing that I've
2008 Aug 24
3
R project web site
Is anyone else encountering trouble viewing the basic www.r-project.org page?  
Or has it been changed recently so that google hasn't kept up?  I find I can 
access the mirror of the CRAN page at http://www.maths.bris.ac.uk/R/, none of 
the *.org pages.  Nor can I jump to the R homepage from the CRAN mirror.
JWDougherty
2002 Jun 03
1
build fails dumping R code in 'methods' on i686-pc-linux-gnu (PR#1630)
Using the same settings in config.site as were used for R-1.4.1,
R-1.5.0 fails to build.
./configure --enable-R-shlib
Using defaults and using PPro optimizations, the build failed in
package methods:
dumping R code in package 'methods'
gmake[4]: *** [../../../library/methods/R/all.rda] Error 139
gmake[4]: Leaving directory `/mnt/Data/src/install/R-1.5.0/src/library/methods'
The
2015 May 31
3
Installing TMAP in R Studio on Linux Mint
Dear Dirk et al,
What I've tried is to install libgeos-dev:
sudo apt-get install libgeos-dev
Which gives me, even after adding the ubuntugis-unstable PPA:
E: Unable to locate package libgeos-dev
So I'm a little stuck at the moment. I'm trying to install TMAP on
R-Studio, which requires a number of packages all of which rely on the
libgeos-dev being in place, and I can't seem to
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
----- Am 8. Nov 2016 um 15:26 schrieb Johannes Ranke johannes.ranke at jrwb.de:
> Hi
> 
> try
> 
> apt-get build-dep r-base
> 
> this installs the headers required for building current R, which probably also
> covers older versions - at least it will give you X11 headers.
> 
> Good luck,
> 
> Johannes
> 
> 
Hi Johannes,
i tried that and it didn't
2008 May 18
3
R 2.70 + ps2pdf14
dear R graphics experts---if anyone is running the combination of R
2.7.0 and ghostscript (2.62), could you please run the following and
let me know if you get the same strange symbol size that I do, or if
there is something weird on my system?    regards, /ivo
pdf(file = "testhere.PDF", version="1.4", pointsize=14);
plot(0, xlim=c(0,26), ylim=c(-1,4.5), type="n"
1999 Jan 13
2
a bug and a question
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 862 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19990113/9294ae2e/attachment.pl
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 13 November 2016 at 00:13, Kirill M?ller wrote:
| On 13.11.2016 00:00, Dirk Eddelbuettel wrote:
| > On 12 November 2016 at 22:54, Kirill M?ller wrote:
| >
| > [... lots of stuff deleted ...]
| >
| > | I noticed this because plogr logging crashed in dplyr (compiled with gcc
| > | 6) right after upgrading to yakkety; I still had a gcc-5 built version
| > | of Rcpp installed.
2001 Apr 04
3
Problem with latest OpenSSH - 2.5.2p2
We have been using OpenSSH version 2.3.0p1 for a couple of months now
with out problems.  The same goes for several previous versions we have used
over the last year.  However, I have just installed version 2.5.2p2 and it is
giving me some problems.  If it were not for the latest security bulletins
strongly suggesting we upgrade, I would reinstall the 2.3.0p1 version.
     I am running on a SGI
2007 Jan 18
1
Building R 2.4.1 on IRIX
Hi,
I've got the latest MIPS compilers that are C99 aware (7.4.4).
"configure" finishes with:
R is now configured for mips-sgi-irix6.5
  Source directory:          .
  Installation directory:    /afs/bi/v/@sys/apps/stats/R/2.4.1
  C compiler:                cc -c99 -OPT:IEEE_NaN_inf=ON -g
  Fortran 77 compiler:       f77 -OPT:IEEE_NaN_inf=ON -g
  C++ compiler:              CC
2002 Feb 04
1
R in IRIX 64-bit
Hi,
I am trying to install R 1.4.1 on and SGI using 64 bit. When I configure
I get...
R is now configured for mips-sgi-irix6.5
  Source directory:          .
  Installation directory:    /usr/local
  C compiler:                cc -64  -OPT:IEEE_NaN_inf=ON -g
  C++ compiler:              CC  -OPT:IEEE_NaN_inf=ON -g
  FORTRAN compiler:          f77  -OPT:IEEE_NaN_inf=ON -g
  X11 support:        
2001 Oct 23
1
No subject
Dear R contributors,
I recently dowloaded the R-1.3.1 on my SGi Origin 200 run by Irix6.5.
In order to instal it, I launched the command shown below:
env MAKE=gmake ./configure
 The output was as follow::
R is now configured for mips-sgi-irix6.5
  Source directory:          .
  Installation directory:    /usr/local
  C compiler:                cc  -OPT:IEEE_NaN_inf=ON -g
  C++ compiler:     
1997 Nov 25
2
R-beta: Latin-1 characters in R and X
Hi!
I have tried to print text with Latin-1 characters (????) from R to
postscript and X11 window but when I'm using the interactive R-shell, I
can't get them printed even from keyboard. Is there some configuration
flags to use 7-bit or 8-bit character sets?
TIA
Juha
--
: Juha Tikkanen       -- juha.tikkanen at edita.fi -- http://www.edita.fi/ :
: tel +358-9-566 0532 -- mob +358-40-557
1997 Nov 25
2
R-beta: Latin-1 characters in R and X
Hi!
I have tried to print text with Latin-1 characters (????) from R to
postscript and X11 window but when I'm using the interactive R-shell, I
can't get them printed even from keyboard. Is there some configuration
flags to use 7-bit or 8-bit character sets?
TIA
Juha
--
: Juha Tikkanen       -- juha.tikkanen at edita.fi -- http://www.edita.fi/ :
: tel +358-9-566 0532 -- mob +358-40-557
2009 Sep 04
3
T1 TE121 cable connected to a TN2464BP AVAYA card
Hello All
 
I am looking for the cable I need to create to connect a TE121 card with a
TN2464BP card (AVAYA ISDN Card), please let me know if someone have the
information about this cable, my asterisk CLI show this:
 
pri show span 1
 
Status: In Alarm, Down, Active
And the card is in red, so I am thinking the problem is the card.
 
Any idea???
Thanks
 
John
Teleperformance values:
2019 Nov 13
3
Understanding targets
The term "target" is somewhat overloaded.
When llvm-config tells you it was built with the X86 target, that actually includes a variety of closely related architectures, such as x86_64, i386, and so on.  Within the x86_64 architecture, there are many individual processor implementations that LLVM understands, such as Skylake, Bulldozer, and many many more.
What *clang* means by