similar to: call c function in R

Displaying 20 results from an estimated 20000 matches similar to: "call c function in R"

2004 Jul 02
1
Compiling Gastman for Win32
Hi! I'm trying to compile the gastman?s sources with the vc++(6.0) and to the Borland C++(1.0), but when I compile these sources shows many erros like, there aren?t Libraries and funtions necessaries. I tried to get these at the Internet but I didn?t get all and somethings with erros. I would like to know with there is a path with all libraries necessary to compile the gastman and how
2000 Jun 19
2
dyn.load error:
Hi, I have some S functions plus Fortran routines that I want to use in R. They work in S, but when I try to use "dyn.load" to link fortran codes in R , I get the following error. thanks, reza (I am using R-1.0.1 on windows NT, The name of fortran file (compiled Ratfor) is deldirld.o and it's in the D:\Reza\476\tv.gonsrc.R\ directory) >dyn.load("deldirld.o") Error in
2007 Oct 13
2
the use of the .C function
Dear All, could someone please shed some light on the use of the .C or .Fortran function: I am trying load and running on R the following function // psi.cpp -- psi function for real arguments. // Algorithms and coefficient values from "Computation of Special // Functions", Zhang and Jin, John Wiley and Sons, 1996. // // (C) 2003, C. Bond. All rights reserved. // //
2005 Aug 01
2
Rgdal windows binary warning message
Hi all, I just downloaded windows binaries of RGDAL (from http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.1/) and installed. I ran the example R_HOME\library\rgdal\R-ex\getPixmapGDAL.R and everything seemed to work as expected. However I got the following warning message: DLL attempted to change FPU control word from 8001f to 9001f The R-help (?dyn.load) describes the problem as:
2007 Jun 28
3
Function call within a function.
I am trying to call a funtion within another function and I clearly am misunderstanding what I should do. Below is a simple example. I know lstfun works on its own but I cannot seem to figure out how to get it to work within ukn. Basically I need to create the variable "nts". I have probably missed something simple in the Intro or FAQ. Any help would be much appreciated. EXAMPLE
2024 Aug 05
1
An error message with the command fm<-1m (Version 4.4.1. p. 80, An introduction to R)
Dear all, I am introducing in R and I had a problem in the beginning. Please, you can see an error message below: (Maybe I am in error. If so, sorry for that). Thank You so much! [1] "R" > x<-rnorm(50) > y<-rnorm(x) > plot(x,y) > ls() [1] "x" "y" > rm(x,y) > x<-1:20 Make x=(1,2,...,20). Erro: unexpected symbol em "x<-1:20
2004 Oct 19
1
Cross compiling in R-2.0.0
Hello, When compiling R-2.0.0 for cross-compiling, I get the following error when calling 'make R' ---------- Making package base ------------ adding build stamp to DESCRIPTION /bin/sh: line 1: --vanilla: command not found make[5]: *** [frontmatter] Erro 127 make[4]: *** [all] Erro 2 make[3]: *** [pkg-base] Erro 2 make[2]: *** [rpackage] Erro 2 make[1]: *** [all] Erro 2 make[1]:
2024 Aug 06
1
An error message with the command fm<-1m (Version 4.4.1. p. 80, An introduction to R)
The function is lm(), not 1m(). lm stands for "linear model" (the first letter of each word) On Tue, Aug 6, 2024 at 11:22?AM Rosana Curzel <rcurzel at gmail.com> wrote: > Dear all, > > I am introducing in R and I had a problem in the beginning. Please, you can > see an error message below: (Maybe I am in error. If so, sorry for that). > Thank You so much! >
2019 Jul 23
2
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
Hi Thanks for answers. I have 3 Dcs Samba 4 in version 4.8.3. if try join new DC with same verions(4.8.3) i have erro WERR_DNS_ERROR_RCODE_NAME_ERROR If try join with samba version 4.7.X i have same erro WERR_DNS_ERROR_RCODE_NAME_ERROR I was only able to join the domain with version 4.6.X then I performed the upgrade to 4.8.3. I can upgrade samba 4.8.3 to 4.10.6 ? and why a i have erro
2008 Jun 16
3
Error when make linux-2.6-xenU-build
CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `vmcoreinfo_show'': /usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined reference to `vmcoreinfo_size_xen'' /usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined reference to `paddr_vmcoreinfo_xen'' make[4]: ** [.tmp_vmlinux1]
2006 Jul 08
1
KhmaladzeTest
Hello. I am a beginer in R and I can not implement the KhmaladzeTest in the following command. Please help me!!!!!!!!!!! PD: I attach thw results and the messages of the R program R : Copyright 2006, The R Foundation for Statistical Computing Version 2.3.1 (2006-06-01) ISBN 3-900051-07-0 R es un software libre y viene sin GARANTIA ALGUNA. Usted puede redistribuirlo bajo ciertas
2018 May 20
1
Erro Join new DC
HI!! For information only: In my tests: Samba 4 version 7.X or 8.x Dont join in same version or after, only necessary join with versio 6.X, and after upgrade.. Exemple: Samba 4 7.7 DC: New Join new DC with samba 4 6.X -> OK New Join new DC with samba 4 7.X -> Erro New Join new DC with samba 4 8.X -> Erro Samba 4 8.X DC: New Join new DC with samba 4 6.X -> OK New Join new
2001 Jul 23
2
Installing RSPython with R 1.3.0
To get RSPython installed on my debian test box, I had to make a couple of changes not listed in ftp://www.omegahat.org/pub/Omega/RSPython/FAQ.html 1) I had to change $R_HOME/src/modules/X11 : $(R_X11_la): $(R_X11_la_OBJECTS) $(R_X11_la_DEPENDENCIES) $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS) $(R_X11_la_OBJECTS) $(R_X11_la_LIBADD) $(LIBS) to $(R_X11_la): $(R_X11_la_OBJECTS)
2003 Dec 03
2
nameless functions in R
Hi, I have an apply statement that looks like: > check.cols <- function(v1, v2) { + return( identical(v1,v2) ); + } > x [,1] [,2] [,3] [1,] 1 3 3 [2,] 4 5 4 [3,] 2 7 6 > apply(x, c(2), check.cols, v2=c(7,8,9)) [1] FALSE FALSE FALSE Is it possible to make the function check.cols() inline to the apply statement. Some thing like this: apply(x,
2012 Aug 06
1
[PATCH] RELEASE-NOTES: fix typo
Fix typo. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- RELEASE-NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6407cba..9242d34 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -33,7 +33,7 @@ New features - virt-sysprep enhancements: * generate new UUIDs for PVs and VGs - * remote the local
2004 Apr 30
1
dlls
Hi, I am trying to run an algorithm in a large dataset and want to speed this process up by using C/C++ functions. I have been attempting to create a dll library using Microsoft Visual C++ in Windows and call that using dyn.load("file.dll") but when I use is.loaded("function") I invariably get FALSE. If anybody has done this and could give me more detailed instructions it
2017 Oct 31
1
"mount error(112): Host is down" on Ubuntu 17.10
Hello, I am a long time Samba user but new to this list. Now I need some help on a CIFS mount issue I just encountered. We have 4 Samba servers: ServerA: Samba 3.0.28a ServerB: Samba 3.6.25 ServerC: Samba 4.3.11 ServerD: Samba 4.3.11 I am using a BASH script to mount shares in user's home directory using this line: sudo mount.cifs //192.168.123.29/share/ ~/server/share -o
2000 Jul 12
1
getAttrib() and setAttrib()
Hello: I am looking at "Writing R Extensions", subsection 3.6.4, using R 1.1.0, under NT4.0, with VC++ 6.0. Under these conditions I can use the first method given for coding the out() function, but not the second, which uses getAttrib() and setAttrib(). I hope that someone will tell me how this second method can also be made to work. Details follow, for anyone kind enough to help.
2018 Mar 20
1
Fwd: Re: Erro Upgrade Samba 4.6.3 to 4.8
HI, after update my DC(with fsmo) the replication is not work. 1° - Update DC2, replication OK 2° - Update DC(FSMo), replication error DC(FSMO) -> DC2 -> OK DC2 -> DC(FSMo) -> ERRO Erro information in "samba-tool  drs showrepl" result 121 (WERR_SEM_TIMEOUT) Any Ideia ? Samba 4.7.6 . Regards; On 20-03-2018 09:51, Carlos wrote: > > Hi, > > Thank you all
2010 Apr 23
3
Playback all the sound files
Hello. There are so many sound files in /var/lib/asterisk/en. Is there an easy way to let me play back all of them one by one while I am watching CLI to see the current file name? Thanks for help. -- Jian Gao IT Technician SJ Geophysics Ltd. <http://www.sjgeophysics.com> jian.gao at sjgeophysics.com <mailto:jian.gao at sjgeophysics.com> Tel: (604)582-1100