similar to: R 3.4.4, internet access fails on Windows XP

Displaying 20 results from an estimated 7000 matches similar to: "R 3.4.4, internet access fails on Windows XP"

2018 Mar 21
0
R 3.4.4, internet access fails on Windows XP
On 21/03/2018 8:27 AM, Holger Taschenberger wrote: > I can install and run R 3.4.4 on Windows XP (32bit). However, calling "Update Packages..." or "Html help" from the RGui.exe main menu fails with a Windows MessageBox saying: > > "The procedure entry point IdnToAscii could not be located in the dynamic link library KERNEL32.dll" > > and the following
2018 Mar 22
1
R 3.4.4, internet access fails on Windows XP
Dear Duncan, thank you for your reply. On Wed, 21 Mar 2018 11:58:15 -0400 Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > The Windows FAQ 2.2 says, "Windows XP is no longer supported", so I think you're out of luck. XP went past "end-of-life" in 2014. > on <https://cran.r-project.org/bin/windows/base/README.R-3.4.4> it says "R
2018 Mar 22
0
R 3.4.4, internet access fails on Windows XP
On 22/03/2018 5:28 AM, Holger Taschenberger wrote: > Dear Duncan, > > thank you for your reply. > > On Wed, 21 Mar 2018 11:58:15 -0400 > Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > >> The Windows FAQ 2.2 says, "Windows XP is no longer supported", so I think you're out of luck. XP went past "end-of-life" in
2011 Nov 08
2
compare linear regressions
Hi, I'm trying to compare two linear regressions. I'm using the following approach: ################## xx<-1:100 df1 <- data.frame(x = xx, y = xx * 2 + 30 + rnorm(n=length(xx),sd=10), g = 1) df2 <- data.frame(x = xx, y = xx * 4 + 9 + rnorm(n=length(xx),sd=10), g = 2) dta <- rbind(df1, df2) dta$g <- factor(dta$g)
2011 Oct 31
2
one sample Wilcoxon test using 'coin'
Hi, R allows me to run a one sample Wilcoxon test like this: wilcox.test(c(1,3.5,2.1,4,1.5,5), mu=2, exact=TRUE) The function 'wilcoxsign_test' from the package 'coin' should (I suppose) be able to calculate exact p values even if there are ties in the ranks. However, I couldn't find information on how to run a one sample test using 'wilcoxsign_test' like in the
2015 May 06
2
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
Dear list, With the new R 3.2.0 on the aforementioned platform, I get the following pop-up error when I enter "?update.packages" using R64: "The procedure entry point IdnToAscii could not be located in the dynamic link library KERNEL32.dll" That is, my command never gets executed. This does NOT happen with R32. I previously noticed this error starting with R 3.0.0 with the
2004 Dec 21
2
Rgui.exe - Error while tuning svm
Hello, if I try to tune my svm with the code: Tune <- tune.svm(Data.Train, Class.Train, type="C-classification", kernel="radial", gamma = 2^(-1:1), cost = 2^(2:4)) i get a windows Messagebox with a error in the application "Rgui.exe" and the message: "Die Anweisung in 0x6c48174d verweist auf Speicher 0x00000000. Der Vorgang "read" konnte nicht auf
2012 Jul 12
1
permutation test on paired samples
Hi, I'm trying to run a permutation test on paired samples. First I tried the package "exactRankTests": require("exactRankTests") x <- c(1.83,0.50,1.62,2.48,1.68,1.88,1.55,3.06,1.30) y <- c(0.878,0.647,0.598,2.05,1.06,1.29,1.06,3.14,1.29) wilcox.test(x,y,paired = TRUE,alternative = "greater") perm.test(y,x,paired = TRUE,exact = TRUE,alternative =
2015 May 06
0
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
On 06/05/2015 10:57 AM, Vinh Nguyen wrote: > Dear list, > > With the new R 3.2.0 on the aforementioned platform, I get the following > pop-up error when I enter "?update.packages" using R64: > > "The procedure entry point IdnToAscii could not be located in the dynamic > link library KERNEL32.dll" > > That is, my command never gets executed. This does
2009 Feb 20
2
OLEDB not work !
Hi everybody I have a program , it work good under window98 / 2000 /xp . It use oledb (client supported by mdac2.7 or later version) direct link MS SQL Server 2000 . with wine it do not work. I set up mdac 2.8 sp1 , no change by google , i found too many program can not work (oledb not support) can anybody help me ?
2008 Mar 30
14
Dos very old app
Hi everybody i'm running a very old app in dos i do Code: WINEDEBUG=+relay wine WP.EXE 2>&1 | less -i that's what i get in reponse 002e:Call USER.1: MESSAGEBOX(0000,13870c5a "This application must be run in either 16 or 256 color mode.\n",13870c98 "Error!",0010) ret=11f7:0155 ds=1387 [/code] what can i do? thx
2001 Oct 22
2
Freecell hangs at game select
I did not read about any similar problem, but I encountered this one even with the latest stripped build, even on two different Linux installations: Freecell works perfectly except for the "Select game" feature during the game. When choosing this menu item, you are asked whether you want to abort this game, and after that, the dialog box for the game number should appear. It does, but
2002 Feb 25
2
The Sims
I have a copy of the Sims installed on a Win2k FAT32 partition. I know for a fact that The Sims works under Wine (Mandrake's "Gamer" edition), but I get an error when I try to run it. The error is as follows: "Game cannot be started because: There is not enough memory or hard drive space to run. Exit now." I do have plenty of free space and plenty of memory. Does
2006 Aug 02
2
tcl/tk bind destroy event
Hello! I want to create a messagebox whenever the user wants to destroy the window (e.g. <Alt-F4> or the 'x' in the right top corner) and ask if a modified file should be saved or not. If 'cancel' is chosen then nothing should happen and the windows still should be existing. This doesn't work. When I press cancel the window will be destroyed although. I also
2009 Jul 23
2
[LLVMdev] Possible change to ExecutionEngine::create()
Hi Rob, Can you comment on exactly what the problem is you want to solve? Is it a performance issue with LoadLibraryPermanently, or do you simply not want the external symbols to be resolved from within the JIT? - Daniel On Wed, Jul 22, 2009 at 11:22 PM, Evan Cheng<evan.cheng at apple.com> wrote: > > On Jul 22, 2009, at 9:43 PM, Rob Grapes wrote: > >> Hi, >> >>
2004 Aug 06
2
Please 30 second to look a my code
Hi i'm developing a sort of VoIP application for my ipaq using speex... I'm still at beginning and i have many problems encoding and decoding my wav files....output is only noise! Why? I'm using Libspeex 1.1.3, Embedded VisualC++ 3.0, Ipaq 3850(206 MHz IntelĀ® Strong ARM 32-bit RISC Processor) PocketPC 2002 (Windows CE 3.0). Libspeex is complied with the definition of
2001 Nov 29
2
Autocad without an installed Windows
Hello I tried to install an old version of autocad (13, student edition, Release 13c4a), on a MSWindows-free box. I ran : $ wine d:\setup32.exe It begun all right, I had the installation screens, then it failed with the following messages : err:win:WIN_FindWndPtr window 10029 belongs to other process err:win:WIN_FindWndPtr window 10021 belongs to other process err:win:WIN_FindWndPtr window
2007 May 21
3
running .exe with space in path and getting a crash
Hi, I use wine 0.9.37 under Kubuntu 7.04. I insert USB drive, it gets mounted as /media/something, then I run an executable (installer) from the command line with wine : wine /media/something/some\ folder\setup.exe And I immediately get the messagebox : "Access violation at address 004097a6" "write of address 00400000" The only workaround was to copy the executable
2001 Aug 08
1
service pack info for wine's --winver nt40?
Hi, I'm trying to install OrCAD's eCapture in a no-windows environment. When I invoke the install shield with 'wine --winver nt40 Setup.exe' The shield reports 'service pack 0 requires at least service pack 3'. How do I trick the shield or any other windoz program to view wine's nt40 emulation having a specific service pack. Thanks, Art
2000 Jun 23
1
ess
i am using r 1.1.0 and ess 5.1.13 on win2k (with an amd k7). things behave strangely. i can start r with M-x R and i can give a command the command will be executed and i will get the answer, but i will not get a prompt for entering the next command in most cases. when i do graphics command, things are even more surprising. then i get a prompt, but somtimes the graphics window cannot be brought