Displaying 20 results from an estimated 500 matches similar to: "RcppTemplate find example C++ souce code without Rtools ??"
2007 Dec 06
2
R2HTML how to pair graphic.png and table
Dear list,
i have this problem:
how to pair a graphic.png and a table in R2HTML ?
The better showing of a mutiple analysis is sometimes to mate graphic and
table
Can anyone help me in this task ??
In the example below graphisc and table are subsequent and not pair..
directory=getwd()
myfile<-file.path(directory,"testHTML.html")
2006 Jul 26
2
Trouble during setup.exe
Hi,
I need to install Telai2d, a simple engineering program.During the setup.exe there is a stage where we can choose the new "folder" to add in Program Groups (in Start Menu ); i have tried both the attempt to create a new voices and to using an already existing group but the answer is the same : "impossible to create Folder X' ;at this point i cannot do other that exit setup.
2001 Jan 18
5
Samba configuration error
Hi,
I am an unix admin trying to install samba 2.0.7 on a HP unix 10.20
system.
After a long string of checking messages, at end there is an ERROR
message which abort the configuration:
checking configure summary
ERROR: No locking available. Running Samba would be unsafe
configure: error: summary failure. Aborting config
I was wondering what caused it and how to get around it. This is
2003 Oct 08
7
chan_capi and latest Debian package
After
apt-get update && apt-get upgrade -y
wget http://www.junghanns.net/asterisk/downloads/chan_capi.0.2.5c.tar.gz
tar xfvz chan_capi.02.5c.tar.gz
cd chan_capi-0.2.5c
make && make install
shutdown -r now
asterisk seg faults upon calling in via ISDN.
Any ideas are greatly appreciated.
rgds
pos
2004 Jun 18
1
Help:how to generate different packets?souce code explanation?
Hi,All
I setup traffic control configuration with HTB this way:
1: root HTB qdisc
|
1:1 HTB class rate 1024kbit
|
/-----+-----+-----+------+-----\
1:10 1:20 1:30 1:40 1:50 1:60
EF AF41 AF31 AF21 AF11 BE
and alloct different bandwidth to these PHBs(queues).So which tool would I use to generate these packets at the same to for
2009 Apr 21
2
looking for superlifter souce code and related information
Dear List,
I just googled "superlifter" and found below link, but I can't get any
source code.
http://superlifter.sourceforge.net/
Any help or info on this is mostly appreciated. And sorry for the
trouble, if it's NOT allowed to post here. THanks.
--
Daniel
2004 Sep 10
2
1.0 souce released
OK, I did the last few patches and made the source release.
Hope I got everything. I'll send out the standard announcement
now. Thanks everyone.
Josh
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
2004 Sep 10
1
Re: 1.0 souce released
On Mon, Jul 23, 2001 at 12:15:46AM +0000, Christian Weisgerber wrote:
> m4 eats the brackets. I guess they could be quoted somehow, but
> the system always shows up as "i386" anyway.
FYI, they can be quoted by doubling them ("[[3-6]]"). Even if config.guess
always gives i386, It might be nice to allow the user to specify a system type
manually (for instance, if the
2014 Dec 11
2
Fwd: No source view when using gdb
Dear R contributors,
Say I want to debug some C code invoked through .Call() - say
"varbayes" in the VBmix package. following the instructions in
"Writing R Extensions", I perform the following actions :
R -d gdb
run
library(VBmix)
CTRL+C
break varbayes
signal 0
mod <- varbayes(as.matrix(iris)[,1:4], 2)
The breakpoint is indeed activated, seemingly at the correct position
2017 Jan 11
2
rgl
I have a Fedora linux 24 64bit workstation I am trying to install rgl on and I keep running into this error:
trying URL 'https://cran.cnr.berkeley.edu/src/contrib/rgl_0.97.0.tar.gz'
Content type 'application/x-gzip' length 2369444 bytes (2.3 MB) ==================================================
downloaded 2.3 MB
* installing *source* package 'rgl' ...
** package
2016 Sep 07
1
How to install gmp in R on fedora
Hello.
I have installed R with dnf.
Also I have installed gmp and gmp-devel with dnf (I think gmp was already
installed).
In R I did
> install.packages('Rmpfr')
But then I get
configure: error: GNU MP not found, or not 4.1.4 or up, see
http://gmplib.org
What must I do?
[[alternative HTML version deleted]]
2017 Jan 12
3
rgl
----Original Message-----
From: Martyn Plummer [mailto:plummerm at iarc.fr]
Sent: Thursday, January 12, 2017 3:36 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
>One possibility is that you have the 32-bit version of mesa-libGL-devel installed. This will provide the headers but not the 64-bit l>ibrary which is what you need
2009 Nov 12
2
Problems building package at CRAN
Hello,
I submitted the package RcppTemplate to CRAN a couple of weeks ago but
the Mac OS X binary has not appeared, and the person in charge of that
process
(Simon) suspects that the problem may be due to a
"nested DESCRIPTION file" so that "Package:" becomes
RcppTemplateRcppTemplate, or something like this.
Can somebody explain what a nested DESCRIPTION file is so I can
2006 Jul 24
2
persistent C++ objects
Hi,
I am trying to create an R interface for Dynare++ [1], a k-order
solver for rational expectation models. I would like some advice on
how to glue the C++ code to R.
In C++, it works the following way:
- a DynareModelEq object is initialized with the formulas, parses them
and performs k-order symbolic expansions
- the user calls a member of this object multiple times with parameter
2015 Mar 13
0
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
The subject line is in error, as the issue must be in "R-devel.tar.gz"
as running the same Rtools on last night's download of
R-devel_2015-03-09.tar.gz successfully navigates that error.
The error exists in R-devel_2015-03-12.tar.gz and
R-devel_2015-03-12.tar.gz and R-devel_2015-03-10.tar.gz, but not
R-devel_2015-03-09.tar.gz, so it must have been something between 09
and 10.
Avi
2007 Jun 06
3
C function with unknown output length
Hi all,
Could anyone point me to one or more examples in the R sources of a C
function that is called without knowing in advance what will be the
length (say) of the output vector?
To make myself clearer, we have a C function that computes
probabilities until their sum gets "close enough" to 1. Hence, the
number of probabilities is not known in advance.
I would like to have an
2015 Mar 13
2
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
Good evening.
Testing the most recent version of Rtools, the build stops about when
text.c is being compiled in the tools package (just after R.Lapack). The
compilation is looking for gcc in C:, even though RTOOLS is set for another
drive, and the compilation has successfully run until this point. This did
not happen last night with version 1955.
I've uninstalled and reinstalled Rtools three
2007 Jul 29
4
Call R program from C++ code
Hi All:
I'm developing an application program using C++. From my C++
code, I would call some R program I have written. I' wondering if R provide
some compiler that can compile R program into executable program. I searched
R-help, there are a lot of posts talking about writing C++ code in R
program, but few about calling R from C++.
I might be wrong that R
2023 Apr 10
1
Archive policy and Rcpp?
It appears that my archived packages Rcpp and RcppTemplate have
been removed at CRAN, yet they appeared in the CRAN archives
until recently.
What is the CRAN policy on archives and removal?
Thanks,
Dominick
[[alternative HTML version deleted]]
2003 Mar 12
2
How to collect the Rtools to build packages
After reading the readme.packages file, I would like to install the R tools
in order to build my own packages, but the internet portal
http://www.stats.ox.ac.uk/pub/Rtools/ hasn't been working since a few days.
Where can I get the file tools.zip?
Thank you!
Eric Esposito