Displaying 20 results from an estimated 3000 matches similar to: "Error when calling a dll procedure"
2009 Oct 01
2
(no subject)
Hi,
Does anyone know where the following package is available:
Holleczek B, Gondos A, Brenner H.
PeriodR - an R package to calculate long term survival estimates using period analysis.
Methods of Information in Medicine 2009; 48: 123-128.
Thanks
Jens Oehlschl?gel
--
GRATIS f?r alle GMX-Mitglieder: Die maxdome Movie-FLAT!
2003 Sep 02
2
FW: Creating a Package with Windows XP.
> Hi there fellow R-Users,
>
> I am trying to use the "package.skeleton" to create my own package with
> R.1.7.1 on Windows XP Professional.
> I have followed the package.skeleton example and have downloaded the
> necessary files found at http://www.stats.ox.ac.uk/pub/Rtools/tools.zip.
>
> and perl5, available via
2003 Jun 26
1
problems with library in 1.7.1
Hello.
I am using R 1.7.1 just downloaded on Win98. With the old 1.6.2 I had
modified the etc/Rprofile file as
etc/Rprofile
# Things you might want to change
# options(width=80)
# options(papersize="a4")
# options(editor="notepad")
# options(pager="internal")
# to prefer Compiled HTML help
options(chmhelp=TRUE)
# to prefer HTML help
# options(htmlhelp=TRUE)
# to
2003 Oct 15
5
Problems Building RMySQL in Windows
Hi all,
Unfortunately I must use winXP at my job, so I'm trying install
from source RMySQL. Here are some details about this problem:
- R 1.7.1
- RMySQL 0.5-2
- mysql 4.1.0-alpha-max-nt
I followed the instructions posted in
http://www.biostat.jhsph.edu/~kbroman/Rintro/Rwinpack.html
and the following messages appeared. BTW, thanks in advance for your
help and comments.
C:\Program
2003 Aug 01
2
Problems installing R on Windows XP
Dear all,
I run a IBM PC compatible with a Pentium IV with 2,4 MHz and 512 Mb RAM and a 80 Gb fast disk und Windows XP home edition.
I downloaded rw1071.exe from cran.at and cran twice.
When I tried to open rw1071.exe I choose the option to install all R reference materials as well and then after some 10 seconds I get an error message
refman.pdf file is corrupted (I tried several times to
2003 Jul 17
2
Minor nuisance with rw1071
Hola!
Starting with rw1071, just after starting Rgui the scope is not with
Rconsole, but some other place. This means I have to do a mouse click
in the Rconsole before starting to write the first command. Since I
always forget this, I end up writing the first command twice.
This is of course only a minor nuisance, but why is focus no longer
set to Rconsole window when start-up?
This is on
2003 Sep 09
6
Making R packages
Hi:
I am posting this message for a colleague who has
a lot of trouble to build an R package on
Windows. He did not find a solution to his
problems on the R-help archives and hopes that
one of the R gurus will be able to help.
He has a directory "CO2" which should contain all
the required files and directories:
DATA:
DESCRIPTION
MAN:
R:
README
SRC:
The following command is
2003 Sep 20
1
Errors in making a DLL file
Hi, all:
I want to call a c program in the windows version R, so I installed ActivePerl and
MinGw, wrote the code below in command prompt:
Rcmd SHLIB filename.c
and I got the error message as follows:
Error: c:/R/rw1071/src/gnuwin32/MakeDLL 16: common syntax error.
.....
There are errors on line 16 18 20 22 25 28 43 44 45 47 49 50 51 52 53 79 80 81 83.
Has any one met the same problem
2003 Jun 23
2
Problem with installation under R 1.7.1 and unzip
Dear all,
i was working under R 1.6.2 but i wanted to install bioconductor under WinXP, and because R 1.7.1 contains the TclTk package and automatic installation of bioconductor packages, so i install it.
Everything is fine except this message which appear after the installation of packages.
"> local({a<- CRAN.packages(CRAN=getOption("BIOC"))
+
2003 Nov 03
2
Problem with batch-file
Hi
I have written a graphical user interface using tcltk. Now I would like to run it under rterm.exe with a batch file. I tried the following code written in a .bat file:
d:\R\rw1071\bin\Rterm.exe --no-restore --no-save <d:\RGui.r> d:\RGui.out
The problem is that rterm does open but the gui isn't running properly. After a few seconds rterm is closeing without doing anything more
2003 Aug 16
4
unclass
Have I been sleeping in class?
rw1071 from CRAN, windows XP
incidencia is made by a call to tapply
> class(incidencia)
[1] "array"
> incidencia <- unclass(incidencia)
> class(incidencia)
[1] "array"
Kjetil Halvorsen
2003 Sep 02
2
identify with image
Hola!
I will want to identify pixels in an image with the mouse, for
so getting the image data from the matrix(es), for use in subsequent
discriminant analysis. But the following bombs R:
(windows XP, rw1071)
> str(baboon)
list()
- attr(*, "size")= int [1:2] 512 512
- attr(*, "cellres")= num [1:2] 1 1
- attr(*, "bbox")= num [1:4] 0 0 512 512
- attr(*,
2003 Sep 29
2
problem in integrating C routine with R on windows XP
Hi All,
I a C function code, which has been successed in integrating
with Splus on Unix. Now I want to move it on windows.
So I want to integrate this C function with R on windows XP.
I download tools.zip and saved it in c:\bin directory,
download MinGW and saved it in c:\MinGw directory,
download Perl and saved it in c:\Perl directory.
My path is set as:
2003 Sep 30
2
eigin of matrix of NaNs (PR#4366)
Full_Name: Steve Taylor
Version: rw1071
OS: Windows NT 4
Submission from: (NULL) (203.98.50.22)
eigen(matrix(NaN,2,2)) causes R to lock up and stop responding
2004 Nov 28
1
Version names
I have Windows XP build scripts that look for R in a variety
of folders and if multiple ones are found, takes the last
one. For example, I currently have the following
in \Program Files\R :
rw1060
rw1062
rw1071
rw1071beta
rw1081
rw1090
rw1090dev
rw1091
rw1091pat
rw2000
rw2001beta
Note that it currently correctly gets rw2001beta but if I
add rw2001 then it will not pick it up since
2003 Jun 23
1
Cross-compiling R packages
Hi,
I tried to use the 'make' file discussed in the last R-news.
The step 'make R' dies with:
make[2]: Entering directory `/home/laurent/these/R/RCrossBuild/WinR/R-1.7.1/src/gnuwin32'
sed -e s/@RVER@/`cut -d' ' -f1 ../../VERSION | sed -n 1p`/g -e s/@RWVER@/rw1071/g rw-FAQ.texi | \
makeinfo --no-headers --number-sections -o rw-FAQ
makeinfo --no-split --html
2009 Jan 08
1
Callbacks seems to get GCed.
Dear list,
I am trying to implement a publish-subscribe mechanism in for an embedded
R interpreter. But somehow my registered closures seem to get collected by
the GC, even though I have protected them. I have reducted my code to the
following sample. Sorry if it is a little verbose.
The first couple of call of calls still work, but at some point one of the
callbacks (callback1 in my
2003 Sep 02
0
: Creating a Package with Windows XP.
> Hi there fellow R-Users,
>
> I am trying to use the "package.skeleton" to create my own package with
> R.1.7.1 on Windows XP Professional.
> I have followed the package.skeleton example and have downloaded the
> necessary files found at http://www.stats.ox.ac.uk/pub/Rtools/tools.zip.
>
> and perl5, available via
2004 Dec 09
2
HTML help index generation problem with R under Windows
Hello,
I am wondering if there has been a solution to the following issue with R
under Windows (see also thread to PR#6662 in this mailing list:
http://tolstoy.newcastle.edu.au/R/devel/04a/0550.html )
I am using R for teaching students Statistics, so they are working with a
university-wide installation of R. I have compiled an R-library which
contains all the instructions and customised
2023 Dec 23
1
ssh-keygen generator 3 broken
Hello, I was re-generating the moduli for SSH, and during that process I noticed that, when running the following command:
ssh-keygen -M screen -O prime-tests=600 -O generator=3 -f moduli-2048-01.candidates moduli-2048-01c
It does not produce any errors, only the following:
ebug2: ???1467763: (4) Sophie-Germain
debug2: ???1467763: generator 0 != 3
debug2: ???1467764: (4) Sophie-Germain