[Rd] (PR#9390) when loading library tripack entry point "signal"
ripley at stats.ox.ac.uk
ripley at stats.ox.ac.uk
Tue Nov 28 13:38:24 CET 2006
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
--27464147-1814661816-1164717477=:6146
Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8BIT
This is definitely not reproducible with the tripack.zip on CRAN for R
2.4.0:
pedump -i tripack.dll
...
imports from msvcrt.dll:
__dllonexit (36) (thunk:0x16128)
__mb_cur_max (48) (thunk:0x1612c)
_assert (111) (thunk:0x16130)
_chsize (128) (thunk:0x16134)
_errno (152) (thunk:0x16138)
_flsbuf (183) (thunk:0x1613c)
_iob (233) (thunk:0x16140)
_isctype (235) (thunk:0x16144)
_pctype (359) (thunk:0x16148)
abort (533) (thunk:0x1614c)
atoi (542) (thunk:0x16150)
exit (554) (thunk:0x16154)
fclose (557) (thunk:0x16158)
fflush (560) (thunk:0x1615c)
fopen (568) (thunk:0x16160)
fprintf (569) (thunk:0x16164)
fputs (571) (thunk:0x16168)
free (575) (thunk:0x1616c)
freopen (576) (thunk:0x16170)
fseek (579) (thunk:0x16174)
ftell (581) (thunk:0x16178)
fwrite (583) (thunk:0x1617c)
malloc (626) (thunk:0x16180)
memset (634) (thunk:0x16184)
perror (637) (thunk:0x16188)
remove (649) (thunk:0x1618c)
signal (656) (thunk:0x16190)
sprintf (659) (thunk:0x16194)
strcpy (667) (thunk:0x16198)
strlen (671) (thunk:0x1619c)
strncmp (673) (thunk:0x161a0)
so the error is somewhere in your own system. There is no bug in R here.
On Tue, 28 Nov 2006, Erkan Yilmaz wrote:
> Dear Mr. Ripley,
Sic!
> thank you for your fast feedback.
>
> Unfortunately the update did not help either. I will attach the commands
> from RGui.
Nothing was attached.
> info: I install the R always in different directories (e.g. R 2.2.0 in
> ...\R2.2.0 and R 2.4.0 in ...\R2.4.0), so I think the packages are always
> new.
>
>
> R version 2.4.0 (2006-10-03)
> Copyright (C) 2006 The R Foundation for Statistical Computing
> ISBN 3-900051-07-0
>
> R ist freie Software und kommt OHNE JEGLICHE GARANTIE.
> Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu verbreiten.
> Tippen Sie 'license()' or 'licence()' für Details dazu.
>
> R ist ein Gemeinschaftsprojekt mit vielen Beitragenden.
> Tippen Sie 'contributors()' für mehr Information und 'citation()',
> um zu erfahren, wie R oder R packages in Publikationen zitiert werden
> können.
>
> Tippen Sie 'demo()' für einige Demos, 'help()' für on-line Hilfe, oder
> 'help.start()' für eine HTML Browserschnittstelle zur Hilfe.
> Tippen Sie 'q()', um R zu verlassen.
>
>> utils:::menuInstallLocal()
> updating HTML package descriptions
>> utils:::menuInstallLocal()
> package 'spdep' successfully unpacked and MD5 sums checked
> updating HTML package descriptions
>> utils:::menuInstallLocal()
> package 'tripack' successfully unpacked and MD5 sums checked
> updating HTML package descriptions
>> library(nfc)
> Fehler in library(nfc) : es gibt kein Paket 'nfc'
>> library(spdep)
> Lade nötiges Paket: tripack
> Fehler in dyn.load(x, as.logical(local), as.logical(now)) :
> kann shared library
> 'C:/ProgrammeZ/R/R-2.4.0/library/tripack/libs/tripack.dll'
> nicht laden:
> LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
>
> Fehler: Paket 'tripack' konnte nicht geladen werden
>> update.packages(checkBuilt=TRUE)
> --- Please select a CRAN mirror for use in this session ---
> tripack :
> Version 1.2-10 installed in C:/ProgrammeZ/R/R-2.4.0/library built under R
> 2.1.0
> Version 1.2-10 available at http://cran.miscellaneousmirror.org
> Update (y/N/c)? y
> versuche URL '
> http://cran.miscellaneousmirror.org/bin/windows/contrib/2.4/tripack_1.2-10.zip
> '
> Content type 'application/zip' length 197252 bytes
> URL geöffnet
> downloaded 192Kb
>
> package 'tripack' successfully unpacked and MD5 sums checked
>
> The downloaded packages are in
> C:\Dokumente und Einstellungen\test\Lokale
> Einstellungen\Temp\RtmpDxbZqb\downloaded_packages
> updating HTML package descriptions
>> library(spdep)
> Lade nötiges Paket: tripack
> Fehler in dyn.load(x, as.logical(local), as.logical(now)) :
> kann shared library
> 'C:/ProgrammeZ/R/R-2.4.0/library/tripack/libs/tripack.dll'
> nicht laden:
> LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
>
> Fehler: Paket 'tripack' konnte nicht geladen werden
>> library(tripack)
> Fehler in dyn.load(x, as.logical(local), as.logical(now)) :
> kann shared library
> 'C:/ProgrammeZ/R/R-2.4.0/library/tripack/libs/tripack.dll'
> nicht laden:
> LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
>
> Fehler in library(tripack) : .First.lib fehlgeschlagen für 'tripack'
>> update.packages(ask='graphics')
>> library(tripack)
> Fehler in dyn.load(x, as.logical(local), as.logical(now)) :
> kann shared library
> 'C:/ProgrammeZ/R/R-2.4.0/library/tripack/libs/tripack.dll'
> nicht laden:
> LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
>
> Fehler in library(tripack) : .First.lib fehlgeschlagen für 'tripack'
>>
>
>
> Sincerely,
> Erkan YILMAZ
>
>
>
>
>
> On 11/28/06, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
>>
>> You need to re-install packages when you update R, as it says in the
>> rw-FAQ. Use update.packages(checkBuilt=TRUE) to do so.
>>
>> And PLEASE do read the FAQ and not misuse R-bugs to ask questions about
>> things in FAQs
>>
>>
>> On Tue, 28 Nov 2006, erkan77 at gmail.com wrote:
>>
>> > Full_Name: Erkan YILMAZ
>> > Version: 2.4.0
>> > OS: XP
>> > Submission from: (NULL) (85.180.116.228)
>> >
>> >
>> > Hi,
>> >
>> > just installed R 2.4.0 (before there was running 2.2.0).
>> >
>> > when loading the library ("library(tripack)"), there appears a pop up,
>> see
>> > following picture:
>> > http://www.skilledtester.de/R/r240_tripack.JPG
>> >
>> > -> the entry point "signal" in rgui.exe is not found
>> >
>> > in R itself following error is displayed:
>> > Fehler in dyn.load(x, as.logical(local), as.logical(now)) :
>> > kann shared library
>> > 'I:/PROGRAMME/R_erkan/R-2.4.0/library/tripack/libs/tripack.dll' nicht
>> laden:
>> > LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden.
>> >
>> > Fehler in library(tripack) : .First.lib fehlgeschlagen für 'tripack'
>> >
>> >
>> >
>> > can somebody help me?
>> >
>> > Bye,
>> > Erkan YILMAZ
>> >
>> > ______________________________________________
>> > R-devel at r-project.org mailing list
>> > https://stat.ethz.ch/mailman/listinfo/r-devel
>> >
>>
>> --
>> Brian D. Ripley, ripley at stats.ox.ac.uk
>> Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
>> University of Oxford, Tel: +44 1865 272861 (self)
>> 1 South Parks Road, +44 1865 272866 (PA)
>> Oxford OX1 3TG, UK Fax: +44 1865 272595
>>
>
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
--27464147-1814661816-1164717477=:6146--
More information about the R-devel
mailing list