Displaying 20 results from an estimated 1100 matches similar to: "Document R sourcecode with Tex"
2002 Aug 23
2
Surprising result from integrate
Hi all,
sorry for this extensive question, but I think that I'm missing something
fundamental.
I stepped into a surprising result with the integrate function and I would
be glad if someone could put some light onto this. I try to integrate over
an s-shaped growth-function. The results from this calculation seem to be
correct for small values of t. Just for fun I tried some large values and
2002 Aug 05
0
Question regarding hypergeometric 2f1 function
Hi,
I'm an R newbie and I've got a question regarding a certain function in R. I
need to calculate values of the hypergeometric 2f1 function (hyp2f1 in
cephes math library, Hypergeometric2f1 in Mathematica) and I'm wondering if
anyone has tried to implement it in R or S-Plus. If not, what would be the
prefered way to do so? Should I rather try to use an external C module or
implement
2001 Nov 08
1
buildpkg.sh scripts problem
Hello Ben Lindstrom,
I tried your package creation scripts for Solaris which are contributed with
the new OpenSSH Version 3.0.0p1.
Nice that you develop these scripts but I run into a major problem
installing the package which was created by the script.
On our Solaris hosts /usr/local is only a symbolic link to /opt/local. After
installing the OpenSSH package the symbolic link was removed and a
2003 Sep 29
1
openssh-3-7-1p2 compiling problems on Reliant UNIX
Martin.Rottler at nuernberger.de wrote:
> I have problems compiling openssh-3-7-1p2 on Reliant UNIX.
> (same problem with 3-7-1p1)
>
> first error was:
> ../defines.h 144: [error] CFE1101 "int8_t" has already been declared in the
> current scope
> typedef char int8_t;
The configure test tests for int8_t, int16_t and int32_t before defining
HAVE_INTXX_T. Does your
2005 Oct 19
1
kernel sourcecode ?
Hi,
I've just installed CentOS 4.2
I must recompile the kernel and for that i used to do a "yum install
kernel-sourcecode".
Now, it doesn't works anymore.
In /usr/src/kernels/... compiling gives an error straight from the start.
Where is now kernel's source code ?
Warm Regards,
M?rio Gamito
2012 Aug 25
2
sourcecode for the balloonplot function from the gplots package
Hi,
I want to take a look at the sourcecode for balloonplot. I would appreciate it if I could get help on overcoming the following problem :
> methods(balloonplot)
[1] balloonplot.default* balloonplot.table* ?
? ?Non-visible functions are asterisked
> balloonplot.default
Error: object 'balloonplot.default' not found
>
How do I access the non-visible functions?
Thanks,
Ravi??
2004 Jul 29
2
where to start asterisk sourcecode
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040729/6fe1bca9/attachment.htm
-------------- next part --------------
?
Hi all,
I would like to study the asterisk source code(Program). I dont' know from which file i've to start. can anyone helpme.
Regards
Shan.
2005 Oct 17
1
where is kernel-sourcecode-2.6.9-22.EL for 4.2?
Hi
I was just looking for the kernel source for centos 4.2 and i could not
find it anywhere. Can U guys clarify this issue for me please?
Thanks in advance
JS
2005 Jan 24
3
OT: Libnewt sourcecode?
Hi,
I'm trying to compile zttool from the Zaptel lib, but I just can't find the sorcecode for Libnewt.
Anyone got a link?
Since i'm using LFS, I can't use precompiled packages.
--
Med venlig hilsen / Best regards
Michael L?jtnant - Systems Engineer
ZyXEL Communications A/S
Columbusvej 5 - 2860 S?borg
Tel (+45) 3955 0700 - Fax (+45) 3955 0707
2004 Aug 06
0
Sphinx work-in-progress sourcecode
Since two people have asked me to open the source code on my work-in-progress
Integer Speex project, I have put it up onto my site www.openacm.org as a
download in the project tree.
the suggested directory structure is as follows, i.e. the speex source folder
should be on the same directory level as the sphinx filder.
peex-1.0.1 (ideally the folder from within the SpeexACM source archive)
2005 Jun 14
8
Help rebuilding kernel get mount error on reboot
I am attempting to recompile the kernel with the following steps.
Install kernel-sourcecode rpm
cd /usr/src/linux-2.6.9-11.EL
cp /boot/config-2.6.9-11.EL .config
make menuconfig
Device Drivers -> Character Devices -> Serial Drivers
change Max number of non legacy 8250_NR_UARTS to 36
make bzImage
make modules_install
make install
Then after rebooting and selecting my -custom
2008 Mar 20
7
Download Problems with lustre 1.6.4.3
Hello,
I''ve tried just some minutes ago to download the sourcecode of lustre from
[1], but it failed with this error:
An error occurred while processing your request.
Reference #50.663007d9.1206002944.16ba5fe1
Does anybody have some hints how to get the lustre source code then? I need
this tarball for the debian packaging.
If someone could point me to an alternative download
2014 Feb 27
2
[LLVMdev] multithreaded use of llvm::sys::RemoveFileOnSignal
Hi,
I am using clang::ToolInvocation class to compile some code in-memory:
clang::tooling::ToolInvocation ti
(
compilerArgs,
new clang::EmitBCAction(),
new clang::FileManager(clang::FileSystemOptions())
);
//filename is the name of the source file, e.g. "Somefile.cpp"
//sourcecode contains the source of the file
ti.mapVirtualFile( filename,
2005 Oct 18
1
trying to build driver for hpt374 raid controler
I'm trying to build driver for hpt374 raid controler on a new installation of contOS
4.2 followin the instroctions in this thread
http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=DESC&topic_id=223&forum=7
It says that I should run "yum install kernel-sourcecode" to get the files I need
and it will create the path /usr/src/linux-2.6.9-5.0.3.EL which
2005 Aug 22
2
Need a little kick start to compile appletalk module
RHEL 4 (and thus CentOS 4) do not have appletalk module included.
CentOSPlus rather thoughtfully has the 'unsupported' version which would
have the appletalk module but I have been unable to get the old megaraid
driver to run compiled from the kernel-devel for these 'unsupported'
kernels.
Thus I would love to simply compile the appletalk module myself from the
standard
2018 Apr 10
0
Test if data uniformly distributed (newbie)
Dear Mr. Savicky,
I am currently working on a project where I want to test a random number generator, which is supposed to create 10.000 continuously uniformly distributed random numbers between 0 and 1. I am now wondering if I can use the Chi-Squared-Test to solve this problem or if the Kolmogorov-Smirnov-test would be a better fit.
I came across one of your threads on the internet where you
2005 Dec 18
3
Where is the kernel source code???
I have centOS 4 installed on my machine but some how it does not
support my TV capture card (bt878) in the kernel, so i want to
recompile the kernel to add support for my device. However, i cant find
centOS 4 kernel source code. I have read some messages in the mailing
list and someone said that i just need to
yum install kernel-sourcecode
to get the source code, i did it but i yum reported
2004 Aug 06
1
yp server ( web stats and now playing)
> I'm sure Oddsock would provide his YP-server-scripts, won't he?
>
> Otherwise: The calls to the yp-server-scripts should be fairly
> simple. Just have a look at the sourcecode ... the yp-server-part
> shouldn't be hard to find / "decode".
I hope so :)
I'm not too good with C or anything like that, so the sourcecode would
probably be a bit confusing.
2006 Oct 10
4
Realtek RTL8111B
Hello,
I am bussy building a xen cluster.
When selecting mainboards for this cluster i came only up with core 2 duo mainboards with onboard gigabit ethernet cards with the realtek RTL8111B chipset.
I have tested a mainboard and could not find a way to compile the driver sourcecode from the realtek site because of a missing /lib/modules/2.6.16-xen/Build directory.
Can anyone help me out? I am
2004 Aug 06
3
yp server ( web stats and now playing)
On Wed, 4 Jun 2003, Geoff Shang wrote:
>
> Oh right. Well, Oddsock's your guy, as he wrote the spec and the code.
> The icecast.net server seems to be the same PHP code, so maybe it's
> available somewhere (not sure though).
Thanks Geoff. I've e-mailed him directly (not knowing if I should though)
but if anyone else can point me to the code I would be much appreciative
:)