Displaying 20 results from an estimated 10000 matches similar to: "UTF-8 or Unicode on Windows PC"
2008 May 30
1
Unicode characters (R 2.7.0 on Windows XP SP3 and Hardy Heron)
Hi all
Four questions regarding Unicode.
Three Windows questions. I am using
- a PC with Windows XP (Build 20600.xpsp080413-2111 (Service Pack 3);
- the following R version:
> R.version
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 7.0
year 2008
month 04
day 22
svn
2010 Nov 12
2
JGR install problem
when i double click JGR.exe, it show " Can't Find Java/R interface (JRI)..."
my R version is R 2.12.0.
Did anyone know how to install the JGR?
--
View this message in context: http://r.789695.n4.nabble.com/JGR-install-problem-tp3039013p3039013.html
Sent from the R help mailing list archive at Nabble.com.
2006 Apr 12
1
Error with 'var' in JGR
R-Users,
I had a strange occurrence this AM I could use some help with. 'var' seems to have ceased to work for me when I used JGR 1.3 interface. So, I ran a quick test (following pg 57 of Dalgaard) in both the basic RGui and JGR interface (see below). I have re-installed R 2.2.1 and JGR 1.3 but had no luck so far figuring this out? Anyone have a suggestion? Or did I just make a
2009 May 25
1
Vista authorization issues (PR#13718)
Full_Name: David Kesling
Version: 2.9.0
OS: Windows Vista & XP sp2
Submission from: (NULL) (65.166.169.237)
I upgraded to 2.9.0 on my desktop (XP) and my laptop (Vista Home Basic). The XP
machine (with both Tinn-R and JGR) is running just fine... very happy. The
laptop is NOT doing too well. I've had to activate the XP-compatability mode AND
run Rgui as administrator... and there still
2007 Sep 24
3
CallerID problem Asterisk 1.4.2
When receiving inbound calls from a Vonage Softphone extension, I'm unable
to view/maniupulate calledid data. but it shows up in the CDR records and on
called handsets.. any ideas?
exten => asda,n,NoOp(callerID is ${CALLERID})
exten => asda,n,NoOp(CallerID is ${CALLERIDNAME})
exten => asda,n,NoOp(CallerID is ${CALLERIDNUM})
-- Executing [asd at pstn-in:2]
2010 Aug 20
2
Determining the length of unique items in a vector
Dear all, let suppose I have following vector:
> dat1 <- c(rep("asd", 5), rep("xyz", 12), rep("erd", 17))
> dat1 <- dat1[sample(1:length(dat1), length(dat1), replace=F)]
> dat1
[1] "erd" "xyz" "erd" "asd" "asd" "erd" "xyz" "asd" "erd" "erd"
2011 Jan 10
1
Using combn
Dear list,
I want to apply the "table" function to every pair of variables in df
and the return should be a list.
setwd(123)
asd <- data.frame(a1=sample(1:4, 20, replace=TRUE),
a2=sample(1:4, 20, replace=TRUE),
a3=sample(1:4, 20, replace=TRUE),
a4=sample(1:4, 20, replace=TRUE))
with(asd, table(a1, a2))
with(asd, table(a1,
2014 Jul 17
2
question about output of files copied/deleted
It seems to me that this output would be more useful if it
were possible to uniquely translate a line of output back into
a file path.
Right now that's not possible due to the control character encoding.
An output line like
asd\#002\#003zxc
could either mean a file of that name or
asd^B\#003zxc or asd^B^Czxc or asd\#002^Czxc
I was hoping to start with rsync -n, figure out what was
going to be
2011 Jan 10
2
problem with packages
Hello, I am on a laptop with Win7, running R-2.12.1
if I click on Packages/InstallPackages I get :
> utils:::menuInstallPkgs()
Warning: unable to access index for repository http://cran.skazkaforyou.com/bin/windows/contrib/2.12
Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.12
Error in install.packages(NULL, .libPaths()[1L], dependencies
2004 Mar 09
1
More factor names in x axis, how?
I have some data which records, amongst other things,
age (recoded by me to be in months), and
drug group (a factor).
The drug group is a 2 digit number,
but there is no numeric relationship, and only 50 of the possible
groups occur
So
> asd <- read.table("asd.dat", header=TRUE)
> asd$group <- as.factor(asd$group)
> plot(age ~ group, data=asd)
gives me a series of
2009 Oct 29
1
Question about is.na for missing data
Greetings,
I am trying to a simple mean imputation using the following command
(yes, I know it is not an ideal way to impute missing data)
asd[is.na(asd)] <- mean(asd,na.rm=TRUE)
This has worked quite well in the past. Now, however, I am getting the
following error messsage.
Error in `[<-.data.frame`(`*tmp*`, is.na(asd), value =
c(2433.64150943396, :
rhs is the wrong length for
2002 Mar 05
3
UTF-8 & Hebrew
Sorry if this is offtopic.
My Win32 comment editor uses a routine of my own to read comments
directly from OGG files but uses vorbiscomment.exe to write comments.
I've implemented a UTF-8 function which I found on the internet to
decode UTF-8. It appears to be working fine for most European
characters, however, I have a Russian user using WinXP who is entering
Hebrew characters such as
2012 Dec 26
3
Working with date
Hi,
Let say I have a date variable:
> ?asd <- as.Date("2012-01-03")
> asd
[1] "2012-01-03"
Now, I want to express this date like 3/1/2012.
can somebody help me how to achieve that?
Thanks,
2010 May 27
1
Rprofile: distinguish between Rgui, Rterm, JGR?
[Environment: Win XP, R 2.10.1]
In my Rprofile I have startup code to do various things, intended for
when I use the Rgui console.
Some of these are causing problems in JGR now that I've installed it.
How can I test for R
running with Rgui to do some of these things only there?
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University
2012 Mar 22
3
[LLVMdev] SPEC CPU2006 bitcode files
Hello,
I'm trying to generate bitcode files from the SPEC CPU2006 benchmark suites.
First I installed the benchmarks into ~/llvm/projects/test-suite/External/speccpu2006 and then I tried
~/mysandbox/bin/lnt runtest nt --sandbox=sandbox --cc=/Users/asd/llvm/Release/bin/clang --test-suite=/Users/asd/llvm/projects/test-suite --test-externals=/Users/asd/llvm/projects/test-suite/External -j 4
2010 Jul 13
2
how to extract information from anova results
Hi,
I have used the instruction aov in the following manner:
res <- aov(qwe ~ asd)
when I typed "res" I get:
_________
Call:
aov(formula = qwe ~ asd)
Terms:
asd Residuals
Sum of Squares 0.0708704 0.5255957
Deg. of Freedom 1 8
Residual standard error: 0.2563191
Estimated effects may be unbalanced
_________
I need to access the value of
2008 Feb 14
2
Problems with Rcmdr unter JGR (Windows XP)
I try to start Rmcdr from JGR. The Rmcdr-Windows comes up correctly; but
the
Menu-Bar in the Rcmdr-Window goes away, if I try to go into the
Rmcdr-Window.
I hope, someone has a solution.
Regards, willi
--
0(049)753124283 privat
0(049)7531882641 büro
[[alternative HTML version deleted]]
2007 May 20
4
forcing codepage for non-unicode apps
Hello.
I've a problem running a few apps that are supposed to output some
text in Russian, but it's not displayed correctly (instead it looks
like text in the web browser when wrong charset is selected).
I think these applications try to use GDI or standart Windows
controls with non-unicode text in Windows-1251 Cyrillic codepage
and it doesn't work. AFAIK in Windows XP there was
2006 Feb 23
1
tcl/tk - Install problem using MacOS X / X11
Hi
Sorry, my first post was in German.
I tried to get Rcmdr running under MacOS X 10.4.5. While RGui pretends
that tcltk is running, starting Rcmdr freezes R completely.
Instead, JGR which gave me the following results:
> library(tcltk)
Loading Tcl/Tk interface ... Error in fun(...) : no display name and no
$DISPLAY environment variable
Error: .onLoad failed in 'loadNamespace' for
2010 Apr 09
2
How to update JGR
I recently updated R on Linus/SuSE 11.1
I complained because no on-line help was available from JGR after R update. I was told to update JGR as well.
How can I do that ?
I installed JGR on SuSE three times in the past with different R versions.Every time it's been a nightmare.
I am afraid to have to spend a whole day, maybe longer, to update JGR ...
I would greatly appreciate some clear