Displaying 3 results from an estimated 3 matches for "mysubroutine".
2009 May 22
2
Step by step: Making an R package with Fortran 95
...useDynLib("Testme")
exportPattern("^[^\\.]")
man directory: I put my *.Rd files here. I understand this part.
R directory: I put my *.R files here. One of these files calls upon a
Fortran 95 subroutine with
.Fortran("MySubroutine", var1=as.double(x),
var2=as.double(y), etc.)
I understand this part.
src directory: I put my *.f95 files here. Also, I put a Makevars file
here.
Suppose that I have two *.f95 files, named CalculatorModule.f95 and
ANiceSubroutine.f95.
Calcula...
2009 Sep 13
1
making package interface with FORTRAN under windows
Dear r-help group,
I am creating a package that has some FORTRAN code under windows. I have
read through "Writing R Extension" but still not so clear about the steps.
Before R CMD build, how can I create a dynamic library and later in my R
function using dyn.load ("xxx.dll") ?
If I already have a .dll file, can I build the package with the dll file
directly ?
Does any one
2009 Nov 14
1
Queue application in Asterisk 1.6
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Tahoma">Hi,<br>
<br>
Can anyone tell me how to specify subroutine call with arguments in the
Asterisk 1.6 Queue application?<br>