Displaying 20 results from an estimated 4000 matches similar to: "Use of R libraries in C or C++"
2015 Sep 07
2
Maybe working - Re: BIND DLZ zone transfers
Hi Robert,
yes it does work. But the DLZ bind will not notify any slaves, when the
repository changes. This can be painful, especially for longer TTL values.
Regards,
- lars.
Am 07.09.2015 um 20:16 schrieb Robert Moskowitz:
>
>
> On 09/07/2015 12:52 PM, Robert Moskowitz wrote:
>> I am looking at: https://wiki.samba.org/index.php/DNS_administration
>>
>> I am using
2015 Sep 07
2
Maybe working - Re: BIND DLZ zone transfers
On 07/09/15 21:26, Robert Moskowitz wrote:
> Is there some option on the slave to set the frequency of the AXFR?
> Say every hour?
>
> On 09/07/2015 03:45 PM, Lars Hanke wrote:
>> Hi Robert,
>>
>> yes it does work. But the DLZ bind will not notify any slaves, when
>> the repository changes. This can be painful, especially for longer
>> TTL values.
2004 Sep 14
1
pairs correlations colors
I have the following problem.
I want to use pairs function and get a matrix of scatterplots with the
correlations in the upper panel and the ordinary scatterplots in the
lower panel.
Moreover, I want to have points colored in five differet ways in the
lower panel, because I have five subgroups.
In order to do that I tried to combine examples on pairs function help.
I got a colored matrix
2006 Dec 18
1
Rmath: R libraries from C on Mac OS X
Dear R-experts,
I have been having trouble using R's standalone random number generators
from C on my Mac OS X 10.4.8 system.
I try to compile my C program in the following way:
gcc -Wall -o helloMac helloMac.c -lm -lRmath
I get the following error:
/usr/bin/ld: can't locate file for: -lRmath
I am unable to locate Rmath on my machine. The problem appears to be
that no libRmath.a was
2005 Aug 11
1
include C functions from nmath in my own C functions
Hi:
I followed the README in src/nmath/standalone/
to make the use the command "make shared" to make the
libRmath.so file. I also add the directories containg
libRmath.so to LD_LIBRARY_PATH by using command
"export
D_LIBRARY_PATH=$LD_LIBRARY_PATH:$/home/zhliu/Backup/R-2.0.1/src/nmath/standalon
e
"
However, when I try to run the following codes by the
command
2007 May 16
2
Abline in dotplot
Hello,
I have trouble adding an abline to a dotplot() from "lattice" package.
For example, I would like to draw a line at x=3:
> library(lattice)
> x<-1:5
> names(x) <- c("a", "b", "c", "d", "e")
> dotplot(sample(x))
> panel.abline(v=3)
Produces a line on the left hand side of the origin. What would be a
correct
2005 Aug 11
1
include C functions from nmath in my own C functions
Hi:
I followed the README in src/nmath/standalone/
to make the use the command "make shared" to make the
libRmath.so file. I also add the directories containg
libRmath.so to LD_LIBRARY_PATH by using command
"export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$/home/zhliu/Backup/R-2.0.1/src/nmath/standalon
e
"
However, when I try to run the following codes.
2014 Nov 16
8
Logo Nouveau
Dear community members,
Im a graphic designer and for the last couple of months I have been working on a new logo for the Nouveau project. After sending preliminary designs to both Martin Peres and Ilia Mirkin, we have decided to share the logo in order to gather your feedback.
I would like to highlight that the logo incorporates a penguin corresponding to the linux kernel components used to
2006 Mar 01
3
library file for R's nmath routines
Hi,
I am wondering where the library file for R's nmath routines are?
Doing a search on libR gave me the following:
/usr/lib/libRKC16.so.1.2.0
/usr/lib/libRKC.so.1.2.0
/usr/lib/R/lib/libRlapack.so
/usr/lib/R/lib/libR.so
/usr/lib/libRKC.so.1
/usr/lib/libRKC16.so.1
None of these have the functions in nmath.
Any help? Many thanks and best wishes!
GT
2002 Apr 30
1
makefile for standalone lib
It appears the Makefile.win in
src/nmath/standalone might need some modification since
cd src/nmath/gnuwin32
make -f Makefile.win
make -f Makefile.win test
fails. However if I remove libRmath.a from line 15
OR
modify lines 67/68 replacing Rmath.a with libRmath.a then
make -f Makefile.win test
goes as expected.
_________________________________________________________________
2010 May 14
5
where is libRmath.a & libRmath.so
I see Rmath.h in include. Why can't I find libRmath.a and/or libRmath.so?
--
View this message in context: http://r.789695.n4.nabble.com/where-is-libRmath-a-libRmath-so-tp2216048p2216048.html
Sent from the R devel mailing list archive at Nabble.com.
2000 Nov 03
1
How to call R functions from a C++ program
Dear R experts,
Could anyone give some concrete examples of how to call R functions from a
program written in C++?
Thanks in advance for your help.
Nathapong Samlamjiag
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
2002 May 23
1
nmath standalone
Dear all,
I'm trying to use the as a standalone package the nmath sources.
In R-1.4.1/src/nmath/standalone, in linux operating system I made 'make
shared' to obtain libRmath.so. then I copied the dir standalone, where
there is libRmath.so in /usr/local.
I tried to compile test.c with cc test.c but I obtain this error message
/tmp/ccsTxu7U.o: In function `main':
2005 Jan 05
1
Standalone Mathlib, C++ and ISNAN()
In the hope of some meaningful response and ignoring the risk of
further abuse, let me try to clarify the issue here.
I have re-read the 'Writing R Extensions' manual. It seems to me that
it clearly says R API functions can be called from from C++ programs,
and the API includes the special values ISNAN() and R_FINITE() and the
missing test ISNA().
R_FINITE is no problem. It is
2000 Oct 30
1
unsuccesfully making libRmath.a
Dear All,
I am having problems making and using the standalone library, after succesfully
installing R from the tar.gz file (I am using Linux, with R-patched, but I have
similar problems with R-devel).
First, when I do:
root at ligarto:/usr/lib/R-patched/src/nmath/standalone > make
....
ar: mlutils.o: No such file or directory
make[1]: *** [libRmath.a] Error 1
make[1]: Leaving directory
2002 May 31
1
Two questions about nmath
Hi !
1) First question.
Excuse me for trouble with the same question. I still have problems
with the compilation of test.c in src/nmath/standalone.
I did follow the instructions you gave me but I still receive this message
[root at my standalone]# cc -o test test.c -L/usr/local -lRmath
/usr/local/libRmath.so: undefined reference to `log'
/usr/local/libRmath.so: undefined reference to
2015 Sep 07
5
BIND DLZ zone transfers
I am looking at: https://wiki.samba.org/index.php/DNS_administration
I am using bind 9.9 on all my DNS servers.
To set up secondarying my Samba DNS zones to my other Bind servers. I
come across the following:
https://bugzilla.samba.org/show_bug.cgi?id=9634
Is it possible to transfer the DLZ zones now as dates on this bug are 2
years old?
2014 Nov 18
1
Logo Nouveau
On 17.11.2014 21:55, Martin Peres wrote:
> I would like to address here the "BSD not wanted" argument that seems to
> be implied by having a Penguin in the logo:
> - Nouveau does not currently run on any other kernel but Linux. I know
> that the BSDs are interested in porting Nouveau to their OS and I'm
> happy they are doing so, but I do not think any real development
2001 Nov 20
1
Names on samba
Hi
If I have something on samba like .DCOPServer_mars:0 it going make
something like DCA~1.___.
There is something that I can do to workaround this bug ?
Thanks.
--
Ant?nio Arag?o (SYS ADMIN/FIREMAN)
email: aaragao@di.uminho.pt
perl -we '$_ = "goto C.print chop;\n=oagarA oinotnA yb\
\`teef ym ta llaf dlroW\`";C1:eval;'
/\ UM-DI Braga Portugal (Tel.: +351 253 604 440
2015 Sep 07
0
Maybe working - Re: BIND DLZ zone transfers
On 09/07/2015 12:52 PM, Robert Moskowitz wrote:
> I am looking at: https://wiki.samba.org/index.php/DNS_administration
>
> I am using bind 9.9 on all my DNS servers.
>
> To set up secondarying my Samba DNS zones to my other Bind servers. I
> come across the following:
>
> https://bugzilla.samba.org/show_bug.cgi?id=9634
>
> Is it possible to transfer the DLZ zones now