similar to: Unicode characters (R 2.7.0 on Windows XP SP3 and Hardy Heron)

Displaying 20 results from an estimated 400 matches similar to: "Unicode characters (R 2.7.0 on Windows XP SP3 and Hardy Heron)"

2008 May 17
3
Question about graphical UI running R version 2.7.0 (2008-04-22) on Ubuntu Hardy Heron...
Hi All: Tried out a couple of different options suggested earlier, but for some reason I can only get Rcmdr to work properly. Not that that's a problem, but it might have been nice to have a couple of other choices. Just tried out JGR and ended up getting not found errors on several of the menu choices. Installed OK. Just several key menu options such as package manager don't work. Have
2008 May 17
3
Question about graphical UI running R version 2.7.0 (2008-04-22) on Ubuntu Hardy Heron...
Hi All: Tried out a couple of different options suggested earlier, but for some reason I can only get Rcmdr to work properly. Not that that's a problem, but it might have been nice to have a couple of other choices. Just tried out JGR and ended up getting not found errors on several of the menu choices. Installed OK. Just several key menu options such as package manager don't work. Have
2018 Jul 29
2
odd behavior of names
Bugzilla issue 16101 describes another first-list-name-printed-differently oddity with the Windows GUI version of R: > a <- "One is \u043E\u0434\u0438\u043D\nTwo is \u0434\u0432\u0430\n" > Encoding(a) # expect "UTF-8" [1] "UTF-8" > sapply(strsplit(a, "\n")[[1]], charToRaw)[c(1,1,2)] $`One is ????` [1] 4f 6e 65 20 69 73 20 d0 be d0 b4 d0 [13] b8
2018 Jul 30
0
odd behavior of names
>>>>> William Dunlap via R-devel >>>>> on Sun, 29 Jul 2018 10:06:40 -0700 writes: > Bugzilla issue 16101 describes another > first-list-name-printed-differently oddity with > the Windows GUI version of R: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Indeed: 1) "first-list-name-printed" [i.e "names" only in that
2008 Sep 20
2
Cannot open file in NTFS filesystem on Ubuntu Hardy Heron
I am trying to run an old version of Family Tree Maker for Windows. I got it working on Ubuntu Gutsy Gibbon, but when I switched to Hard Heron it stopped working. Specifically when I use the file open dialog to select the database to open I am able to navigate through the Unix directory tree down to the file, but when I request the application to open the selected file I get an error message
2008 Apr 30
1
SimCity 3k. Ubuntu Hardy Heron. Wine 0.9.60
I'm having a little problem launching Sim City 3000 on Hardy Heron 8.04, Wine 0.9.60. When I start the program i get the following message, in infinity, in the terminal: Code: fixme:d3d_surface:surface_convert_format Cannot find a conversion function from format WINED3DFMT_A8R8G8B8 to WINED3DFMT_X8R8G8B8 And when I close the application I get this message: Code:
2008 Jun 01
0
wmplayer 10 mms and hardy heron
has anyone been able to get hardy and windows media player to work? ive tried to install it with the winetricks script preceding it with the install of ies4linux then copying it to the wine folder with these commands rm -rf ~/.wine/* cp -dpr ~/.ies4linux/ie6/* ~/.wine but it just doesn't work, any ideas would be great
2010 Feb 28
1
ubuntu hardy heron and lme4
I have R version 2.10.1 (2009-12-14) installed on Ubuntu HH (version 8.04) I installed lme4 from the Ubuntu respository. When I executed the library(lme4) command, R responds that lme4.so was not found. I then uninstalled lme4 and tried again from cran. When the program tried to compile, there was a message that -llapack could not be found, so the package failed to install. If I execute the
2010 Dec 07
1
Need help Upgrading to R version >=v2.11 on Ubuntu Hardy Heron (8.04 LTS)
Hi, I'd like to use ggplot2, which I think works best on some R release >=v2.11 or so. However, with Ubuntu Hardy Heron 8.04 LTS, 'aptitude' packages show me only a version for 2.6. Can I install more recent version on this Ubuntu version, and if so, what is the most painless way to do this (is there some way to use 'aptitude'? Can I download a binary? Do I have to
2008 May 03
5
Problem installing Age of Empires 2 into Ubuntu Hardy Heron
Hi all, I never have problems with wine, things always works just fine to me, but now, I upgraded my ubuntu do the version 8.04, (aka Hardy Heron) and I even could install the game Age of Empires 2. I'm using the repository version 0.9.59-0ubuntu5 I tried to launch the installer, but always got a error message and it stop the wine execution. Code: wine AOESETUP.EXE preloader: Warning:
2008 Jun 11
3
Rmpi segfault after install on Ubuntu Hardy Heron
I just installed Rmpi on my 64-bit Ubuntu Hardy Heron OS and using the following without errors: "R CMD INSTALL Rmpi_0.5-5.tar.gz --configure-args=--with-mpi=/usr/lib64/openmpi" Immediately at library(Rmpi) I get the segfault displayed in my complete output below. My first thought is that perhaps I used the wrong library for openmpi, but with my 64 bit install it seemed like a logical
2010 Jul 04
4
OT: Problems updating OS to deal with fading R support for Ubuntu Hardy Heron...
Evening folks: Not sure where this fits into the picture so bear with me for a few moments while I think out loud to lay out the particulars of my problem. -would love to be employed using R for a living but so far I have just worked with it on my home machine to develop a basic level of skill with it. -I run Ubuntu linux 8.04 LTS on a machine with a 2.5GHz Celeron processor and 1.2GB of memory.
2008 Aug 30
7
Ubuntu Hardy Heron x64 w/ Xen 3.2 hangs on boot at /etc/rc.local
Hello everybody! My server with Ubuntu Hardy Heron x64 with Xen 3.2 hangs on when booting at "Starting local boot scripts (/etc/rc.local)". My /etc/rc.local is default and I can''t find out why it stops there. It''s possible to SSH to the server and everything works fine. I just can''t do anything from the physical server. I''ve googled but nothing have
2008 Sep 04
2
Ubuntu 8.04 Hardy Heron bridged networking xen connectivity loss
Last problem I had involved changing one character in my configuration scripts. Really easy once someone showed me what was wrong. Well I think this issue is just the same. The moment I used apt to install the Xen kernal and tools I lost internet connectivity. I have been managing because I can restore connectivity be deleting the bridge mpower@dodtsair:~$ sudo ifdown eth0
2017 Aug 28
0
[bug report] Cyrillic letter "я" interrupts script execution via R source function
My understanding (which could be wrong) is that when you source a file, it first gets translated to your native locale and then parsed. When you parse a character vector, it does not get translated. In your locale, every "?" character (U+044F) gets replaced by the byte "\xFF": > iconv("\u044f", "UTF-8", "Windows-1251") [1]
2008 Dec 28
2
zfs mount hangs
Hi, System: Netra 1405, 4x450Mhz, 4GB RAM and 2x146GB (root pool) and 2x146GB (space pool). snv_98. After a panic the system hangs on boot and manual attempts to mount (at least) one dataset in single user mode, hangs. The Panic: Dec 27 04:42:11 base ^Mpanic[cpu0]/thread=300021c1a20: Dec 27 04:42:11 base unix: [ID 521688 kern.notice] [AFT1] errID 0x00167f73.1c737868 UE Error(s) Dec 27
2010 Dec 06
1
Can't read data coded in Cyrillic
To whom it may concern, I have a database (an SPSS .sav file) with some vectors containing strings of words in Cyrillic. My console, however, doesn't seem to read Cyrillics. If I type Привет into the console it shows Ïðèâåò as I'm typing. Please note that courier new, my console's default font can encode Cyrillics elsewhere on my computer (e.g. MSWord and Chrome, from which this
2008 Nov 19
1
rkward on Ubuntu heron with R2.8.0
I am running R on Ubuntu Heron. I recently updated to R 2.8.0 from the default (2.6) in the Ubuntu heron repository by adding deb http://cran.stat.sfu.ca/bin/linux/ubuntu hardy/ I updated all packages installed in /usr/lib/R/site-library and those in my home directory /home/duncan/R/i486-pc-linux-gnu-library/2.6 without obvious issues. I installed adehabitat and gpclib, which should be good
2018 Jul 29
2
odd behavior of names
The first component name has backticks around it and the second does not. Though not wrong, it seems inconsistent. list(a = 1, b = 2) ## $`a` ## [1] 1 ## ## $b ## [1] 2 R.version.string ## [1] "R version 3.5.1 Patched (2018-07-02 r74950)" -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email: ggrothendieck at gmail.com
2008 Mar 11
4
Wine under ubuntu hardy
Hi, just a quick question if I could... When will there be a hardy repository for wine? Presently, I'm usingthe gutsy one and it works just fine, but I see there is a repository for each version so far, so will there be one for hardy as well?