Displaying 20 results from an estimated 3000 matches similar to: "configure error"
2011 Aug 01
2
How to make a nomogam and Calibration plot
Dear R users,
I am a new R user and something stops me when I try to write a academic
article. I want to make a nomogram to predict the risk of prostate cancer
(PCa) using several factors which have been selected from the Logistic
regression run under the SPSS. Always, a calibration plot is needed to
validate the prediction accuracy of the nomogram.
However, I tried many times and read a lot of
2011 Jun 01
2
Create Matrix with Float32 values
Dear R_Help:
The following gives me a matrix with integer values.
z= matrix(rep(10:1, each= 10), ncol= 10, byrow=TRUE)> str(z)?int [1:10, 1:10] 10 9 8 7 6 5 4 3 2 1 ...
How do I specify that I want Float32 values instead.
Thanks,Chris
2005 Nov 23
2
How to plot two different lines with different color with the same "plot" function?
Hi,R_Help!
I have done something like this:
>x<-seq(412,612,1)
>plot(x,dpois(x,512),col="blue",type="l")
>plot(x,dnorm(x,512,sd=sqrt(512)),col="red",type="l")
And now,I want to plot the two lines in the same picture or with the same "plot" action?
What should I do?
And any advises?
Thank you in advance!
仭仭仭仭仭仭仭仭仭仭仭仭仭仭仭仭伖併佇伹
2018 Jul 18
3
doveadm expunge didn't clear Trash mailbox
And here is mine. All dates are todays!
# doveadm -f tab fetch -u test at example.org "uid date.saved" mailbox Trash
uid date.saved
6829 2018-07-18 06:04:50
6830 2018-07-18 11:10:13
6831 2018-07-18 16:16:15
6832 2018-07-18 16:16:15
6833 2018-07-18 08:22:55
6834 2018-07-18 16:16:15
6835 2018-07-18 08:47:10
6836 2018-07-18 09:12:11
6837 2018-07-18 09:53:31
6838 2018-07-18 11:03:31
SNIP a
2012 Jul 02
1
'init.win' error when installing from source
Dear R People:
I'm installing R 2-.15.1 on a Windows 32 bit machine from source.
I'm getting a strange error about init.win (please see below)
Does this look familiar to anyone, please?
Thanks,
Erin
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
c:\R\R-2.15.1\src\gnuwin32>make all recommended
make all recommended
make[1]:
2024 Feb 28
1
Trouble reading a UTF-16LE file
Try this:
> x <- file("C:\\Users\\Jim\\Downloads\\PV2-ch2 - R_Help.ANA",+ encoding = "UTF-16")> y <- readLines(x)> head(y)[1] "1\t36,74\t0" "2\t269,02\t-44" "1\t326,62\t29" "2\t354,52\t24"
[5] "8\t390,75\t1838" "2\t395,11\t-1053">
>
Thanks
Jim Holtman
*Data Munger Guru*
2011 Feb 09
1
Problem installing MCMCpack on SPARC Solaris 10
Hi list,
I tried to install MCMCpack to R-2.12.0, got the following error,
CC -m64 -library=stlport4 -I/apps/sparcv9/R-2.12.0/lib/R/include
-DSCYTHE_COMPILE_DIRECT -DSCYTHE_DEBUG=0 -DHAVE_TRUNC -DHAVE_IEEEFP_H
-I/opt/csw/include -KPIC -g -c MCMCSVDreg.cc -o MCMCSVDreg.o
"error.h", line 598: Error: The function "abort" must have a prototype.
2020 May 24
5
LibreOffice locking up
I am running LibreOffice 5.3.6.1 under the latest update of CentOS 7 and the Mate desktop. Not infrequently LibreOffice Calc locks up and I have to force close the application. Altough the spreadsheet is rather large I would not consider it complex.
This has been going on for some time and I am curious if the bug might be in LibreOffice or if there is some interaction with the Mate desktop that
1999 Jun 09
1
R correct g77 flags for Linux/Alpha (PR#208)
Hello,
I was trying to compile R-base-0.64.1 on Linux/Alpha (RedHat 6.0).
It compiled but it couldn't pass the make check (choked with
tests/Examples/modreg-Ex.R).
I used gdb, and it turned out that the src/library/modreg/src/sinerp.f was
the problem.
else if(j.eq.nk)then
c1 = 0d0
c2 = 0d0
c3 = 0d0
endif
> p1ip(1,j) = 0d0-
2012 Mar 31
1
trouble compiling on Windows
Dear R People:
I'm trying to compile R-2.15.0 on a 64 bit Windows machine.
However, I'm getting the following error:
c:\R64\R-2.15.0\src\gnuwin32>set TMPDIR=c:\temp
set TMPDIR=c:\temp
c:\R64\R-2.15.0\src\gnuwin32>make all recommended
make all recommended
make[1]: `MkRules' is up to date.
make[4]: Nothing to be done for `svnonly'.
installing C headers
make[2]: Nothing to
2015 Apr 28
2
imapc fetch optimization
Hi,
imapc does a lot of UID FETCH $UID (BODY.PEEK[]), which is nice, because
it works even with the dumbest IMAP server, altough it really kills
performance, especially on high latency lines.
I wonder: if IMAP servers can effectively handle boundless fetches (like
a list with all wanted UIDs, or simply 1:* if all are needed), do you
see this as a good addition to develop?
This could be a
2024 May 20
1
config.site settings for M3 Mac typo in manual?
I've just upgraded to an M3 Mac laptop, and I'm working through getting
the right configure settings to build R.
The Installation and Administration manual says to have this in config.site:
FFLAGS="-g -O2 -mmacos-version-min=11.0"
FCFLAGS="-g -O2 -mmacos-version-min=11.0"
but those give an error on my system, with it suggesting the FFLAGS and
FCFLAGS version option
2012 Aug 12
1
trouble compiling R-patched from source on Windows 64 bit
Hello!
I'm trying to install R-patched from source on a Windows 64 bit laptop.
I have installed R-tools 2.16 and set up the jpeg, tiff, and libpng files
Here is the output:
c:\R64\R-patched\src\gnuwin32>make all recommended
make all recommended
make[1]: `MkRules' is up to date.
make[4]: Nothing to be done for `svnonly'.
installing C headers
make[2]: Nothing to be done for
2000 Mar 16
2
Need help compiling R
Hi,
I am trying to compile R but it keeps failing. My platform is HP-UX 10.20
and I am having trouble getting pass the configure stage. It continues
to fail at the warning "f90 and gcc disagree on int and double"
Here is some output:
+ gcc -g -O2 -c conftest.c
+ 1>& 5 2>& 5
+ gcc -o conftest conftest.o conftestf.o
/usr/bin/ld: Unsatisfied symbols:
FTN_DTOI$ (code)
2010 Dec 19
1
Unable to build R-2.10.0 and later releases on AIX 6.1
Hi,
I have been able to build R-2.9.2 on AIX 6.1 and AIX 5.2. However, I
failed to build R-2.10.0 and later releases on these AIX platforms. The
error messages I got are attached below:
"connections.c", line 461.10: 1506-022 (S) "truncate64" is not a member
of "struct Rconn".
"connections.c", line 772.10: 1506-022 (S) "truncate64" is not a member
2007 Jun 19
2
speex AEC lighter configuration
Hello all,
I'm just new to this list.
I'm user of a voIP application which uses Speex Acoustic Echo Canceller
(so only user of speex). The only parameter it has to tune is the length
of the ec tail. I'm testing the echo canceller on an arm9 platform.
Tests made only allow me to raise the length of the tail until 250 msec
(upper the cpu power consumption is 100% and there are audio
2006 May 17
1
Non-ASCII chars in R code
The report on R_help about problems loading package irr (in a
UTF-8 locale, it seemed) prompted me to look a little deeper. There are
quite a few packages with Latin-1 chars in their .R files, and a couple in
UTF-8.
Apart from non-ASCII chars in comments, this is a problem as the code
concerned cannot be represented in some locales R runs in (for example
Japanese on Windows). It happens
2009 Mar 11
1
Compiling R-2.8.1 on Sparc Solaris 10: libRlapack.so: symbol __vlog_: referenced symbol not found
Hi,
I am compiling R2.8.1 on a Sun M4000 machine with Solaris 10.
I am using Sun Studio 12.
I get the following error:
cc -xtarget=native64 -G -L/usr/sfw/lib/sparcv9 -L/opt/csw/lib/sparcv9 -o
grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o
mkdir ../../../../library/grDevices/libs
Warning in solve.default(rgb) :
unable to load shared library
2003 Jul 03
1
Use of PKG_FFLAGS on Windows
Dear all,
After reading the manuals (especially R-exts) I haven't found
an answer to the following question yet.
I was compiling someone else's Fortran routines to make them
available with R. Hear, I should not that I don't know anything
about Fortran, and I only tried to built a shared library.
Linux being my platform of choice when developing for R, I first
got everything done
2019 Jan 01
2
install AWX without docker
Hallo,
I want to use awx without docker for the moment and found this tutorial:
https://www.howtoforge.com/tutorial/centos-ansible-awx-installation/
Are there any other docs available?
Thanks for hints
Ralf
Von meinem iPad gesendet