Displaying 20 results from an estimated 20000 matches similar to: "Make Packages with R, DLL"
1999 Sep 06
1
Fortran character strings
Has anyone ever successfully used Fortran character strings with R?
?Foreign says
R C Fortran
integer int * integer
....
character char ** [compiler dependent]
Character strings are passed as C arrays of character
strings to Fortran: the first string may be usable if
its length is passed
2000 Aug 22
1
External call to Watcom F77 version 11
A colleague is using Watcom F77 version 11 in Windows NT, and wants to
create DLLs callable from R. (He was previously able to do external
calls from S-PLUS). Does anyone know what magic is necessary so that
it uses the right calling convention? In a debugger, it appears it's
using a register-based calling convention, no matter what we ask for,
but we're probably asking in the wrong
2000 Jan 20
1
C Source code
Dear R People:
I have R Version 0.90.1 for UNIX (binary)
and the Windows version from a binary distribution as well.
I would like to look at the source code for the C
program setup_starma in the ts library.
How would I find that, please?
Thanks in advance.
Sincerely,
Erin M. Hodgess, Ph.D.
Assistant Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
2007 Feb 02
1
dynamic loading error with Open Watcom object file
Hello. I am trying to use a FORTRAN subroutine from within R (Windows
version). This fortran subroutine is compiled using the Open Watcom Fortran
compiler and the compiled object file is called ritscale.obj. Following the
explanation on pages 193-194 of "The New S language" I use the dyn.load
command:
> dyn.load("f:/maxent/ritscale.obj")
Error in dyn.load(x,
2000 Mar 23
0
RDQ about making packages summary
Dear R People:
Here are the answers, received before I could say "Miniature
Schnauzer":
Thanks to Prof. B, and Dr. E!
Sincerely,
Erin
From: Douglas Bates <bates at stat.wisc.edu>
Date: 22 Mar 2000 17:28:17 -0600
Erin Hodgess <hodgess at uhddx01.dt.uh.edu> writes:
> Hi R People:
>
> I am on a UNIX operating system, with R 1.0.0, Digital UNIX V4.0D
>
>
2000 Jul 12
1
buglet in fix() [was "function via source or fix"] (PR#602)
>>>>> "Erin" == Erin Hodgess <hodgess@uhddx01.dt.uh.edu> writes:
Erin> Suppose I create a function, x.e, via the fix command:
(ESS users ESS don't ever do this, but still ...)
>> x.e <- fix(x.e)
Erin> When I type in x.e, the function code appears, along
Erin> with the name/number of the environment.
Ok, in the above it was
2009 Aug 08
2
configure issue
Dear R People:
I am installing R from source into Ubuntu Jaunty Jackalope. (R-2.9.1)
When I do the configure, I get the following:
R is now configured for i686-pc-linux-gnu
Source directory: .
Installation directory: /usr/local
C compiler: gcc -std=gnu99 -g -O2
Fortran 77 compiler: gfortran -g -O2
C++ compiler: g++ -g -O2
Fortran
2010 Nov 13
2
R on an iPad
Dear R People:
Is it possible to run R on an iPad, please?
For some reason, I'm thinking that you can't have Fortran, C, etc., so
you can't do it.
But I thought I would check anyway.
Thanks,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com
1997 Nov 16
0
R-beta: installing new packages in window95 version of R
> From r-help-owner at stat.math.ethz.ch Mon Nov 17 11:20 NZD 1997
> Date: Sun, 16 Nov 1997 14:08:04 -0800
> From: Kung-Sik Chan <kchan at stat.uiowa.edu>
> To: r-help at stat.math.ethz.ch
> Subject: R-beta: installing new packages in window95 version of R
> Mime-Version: 1.0
>
> I have tried to install the leaps package in the window95 version of R.
> I used
2003 Apr 02
4
Multivariate Time series
Dear R People:
Is there a library for Multivariate time series, please?
For some reason, I'm thinking that Dr. Paul Gilbert may have one?
R Version 1.6.2 (i've updated!) for Windows
Thanks so much!
Sincerely,
Erin Hodgess
University of Houston - Downtown
mailto: hodgess at uhddx01.dt.uh.edu
2000 Aug 31
3
make problem
Dear R People:
I have the source for R version 1.1.1
on a UNIX system alpha-dec-osf4.
The ./configure works fine.
When I do the make, it works fine until it tries to build the
package tcklc.
I get an error of
Tk_Saf_Init not identified
Then it kicks out.
Any suggestions, please?
Thanks!
Sincerely,
Erin M. Hodgess, Ph.D.
Associate Professor
Department of Computer and Mathematical Sciences
2000 Jul 12
1
function via source or fix
Hello R People:
Suppose I create a function, x.e, via the fix command:
> x.e <- fix(x.e)
When I type in x.e, the function code appears, along
with the name/number of the environment.
However, if I create a function, y.e, and source it in, when
I type in y.e, the function code only displays(no
environment).
Why is this, please? (It's not a bug....I just wondered).
I am using
2017 Jan 22
7
os/2 support using Watcom
The attached set of patches adds support for OS/2 using Watcom compiler
(tested with Open Watcom 1.9). My only interest was building a working
dll (the last patch in the set adds a makefile for it), therefore I did
not touch other places: If there is interest, I can do so.
Regards.
--
O.S.
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2003 Oct 21
2
WATCOM compiled libraries
Hello,
as usual for me with precompiled libraries, the ones of the vorbis-
sdk didn't work for me in WATCOM/Win32, so i compiled them on my own
(vorbis_static.lib / vorbisfile_static.lib - it was possible after
some slight changes like slightly modifiyng the typedef types that
Watcom didn't know)
The libraries work fine so far (like getting the file info), but when
calling ov_read
2003 Jun 12
3
breaks
Dear R People:
I have a question about a "sorting" problem, please.
I have a vector xx:
> xx
[1] -2.0 1.4 -1.2 -2.2 0.4 1.5 -2.2 0.2 -0.4 -0.9
and a vector of breaks:
> xx.y
[1] -2.2000000 -0.9666667 0.2666667 1.5000000
I want to produce another vector z which contains the number of the class
that each data point is in.
for instance, xx[1] is between xx.y[1] and
2002 Oct 28
1
Nonlinear time series
Dear R People:
Is there code for nonlinear time series available, please?
I'm looking for something that could also provide a model for
forecasts.
This is for R V1.5.1 on a PC.
Thank you very much in advance!
sincerely
Erin Hodgess
mailto: hodgess at uhddx01.dt.uh.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2003 Jan 05
1
Long memory ts
Dear R People:
Where is the command for long memory time series, please?
In S, it's arima.fracdiff
Is there something like that in R? If so, which library has it, please?
Version 1.5.1 for Windows
Happy new year
Thanks so much!
Sincerely,
Erin Hodgess
mailto: hodgess at uhddx01.dt.uh.edu
2002 Mar 11
3
Crime Time Series
Can anyone please recommend a good site for
crime related time series?
Thanks!
Erin
mailto: hodgess at uhddx01.dt.uh.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
2001 Jun 21
2
Durbin Watson stat for ser. corr
Dear R People:
Do any of the linear model or regression function calculate the
Durbin-Watson test statistic for serial correlation, please?
I found the hat matrix, studentized residuals, and so on,
but no D-W.
Thanks so much!
Sincerely,
Erin M. Hodgess, Ph.D.
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
One Main Street
Houston, TX 77002
2002 Aug 10
2
fractals
Dear R People:
Does anyone have any code for Fractals, chaos,
or anything like that, please?
This is strictly for demo purposes...decorative only.
This is R version 1.5.1 for Windows.
Thank you in advance!
Have a great weekend!
Sincerely,
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
1 Main Street
Houston, TX 77002