search for: rccp

Displaying 8 results from an estimated 8 matches for "rccp".

Did you mean: rcp
2011 Feb 17
2
Newbie Rccp module question. "Failed to initialize module pointer"???
Hi all. I started looking at Rcpp, which looks pretty great, actually. At the moment just trying to compile a module to get a feel how it all works without fully understanding how all the pieces fit together. Basically, i took the first example from Rcpp modules vignette: fun.cpp ======================== #include <Rcpp.h> #include <math.h> using namespace Rcpp; double
2014 Nov 13
5
Instalando R en Linux Debian
Hola Estoy instalando R en una máquina con Linux Debian. Lo hago con la orden “apt-get install r-base r-base-dev” y me instala la versión 2.15.1 mientras que yo necesito algunos paquetes que solo funcionan con 3.0 en adelante (por ejemplo, Rccp). Gracias [[alternative HTML version deleted]]
2013 Oct 21
3
speeding up "sum of squared differences" calculation
All, I am using a sum of squared differences in the objective function of an optimization problem I am doing and I have managed to speed it up using the outer function versus the nested for loops, but my suspicion is that the calculation could be done even quicker. Please see the code below for a simple example. If anyone can point out a faster way I would appreciate it greatly. Thanks, Roger
2002 Sep 03
1
(no subject)
Dear all! Ive got a problem with rsync on a w2k machine! I run this rsync -r "\\c/UTILS/" "unixmachine:/home/myuser" The message I get from the machine is unixmachine: remshd: Login incorrect. rsh.exe: can't establish connection read error: Connection reset by peer The rsh command works fine with the actual configuration eg. rsh unixmachine -l myuser ls
2020 Jul 03
1
R 4.0.0 rebuild status
On Fri, 3 Jul 2020 at 13:03, Jos? Ab?lio Matos <jamatos at fc.up.pt> wrote: > > On Monday, 29 June 2020 13.46.02 WEST I?aki Ucar wrote: > > But the mass rebuild process is very different, because releng doesn't > > follow any particular order (they don't need to, because nothing > > really changed). > > > > The question is whether there is any tool
2008 Aug 24
2
Bug#496367: The possibility of attack with the help of symlinks in some Debian packages
...set Severity into grave for this bug. The table of discovered problems is below. Discussion of this bug you can see in debian-devel@: http://lists.debian.org/debian-devel/2008/08/msg00271.html Binary-package: r-base-core-ra (1.1.1-1) file: /usr/lib/Ra/lib/R/bin/javareconf Binary-package: rccp (0.9-2) file: /usr/lib/rccp/delqueueask Binary-package: mafft (6.240-1) file: /usr/bin/mafft-homologs Binary-package: openoffice.org-common (1:2.4.1-6) file: /usr/lib/openoffice/program/senddoc Binary-package: crossfire-maps (1.11.0-1) file: /usr/share/games/crossfire/maps/Info/comb...
2015 Feb 06
3
Trabajar en un único formato de codificación
Hola buenas, quería preguntaros si alguno me podría ayudar con lo siguiente. Estoy ayudando a unos colegas de japón con un estudio de palabras. Y nos ocurre lo siguiente. Yo hago los scripts y guardo los RDatao csv, pero estamos teniendo problemas de compatibilidad entre sistemas. Me gustaría que se pudiese guardar todos ficheros de R en el mismo formato de codificación de datos. Los ficheros
2015 Mar 02
3
R-devel does not update the C++ returned variables
On 03/02/2015 04:37 PM, Martin Maechler wrote: > >> On 2 March 2015 at 09:09, Duncan Murdoch wrote: >> | I generally recommend that people use Rcpp, which hides a lot of the >> | details. It will generate your .Call calls for you, and generate the >> | C++ code that receives them; you just need to think about the real >> | problem, not the interface. It has its