Displaying 8 results from an estimated 8 matches for "russian_russia".
2013 Feb 21
4
Getting htmlParse to work with Hebrew? (on windows)
...it is a mess...
None of these seem to fix it:
htmlParse(a, encoding = "windows-1251")
htmlParse(a, encoding = "CP1251")
htmlParse(a, encoding = "cp1251")
htmlParse(a, encoding = "iso8859-5")
This is my locale:
Sys.getlocale()
"LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251"
Any suggestions?
Thanks you very much in advance,
Lavrentiy Eskin
<http://www.eng.nvg.ru>
[[alternative HTML version deleted]]
2007 Jan 23
2
is it necessary to always register C routines with R_registerRoutines?
...below.
Thank you.
SEXP snns_getVersion(void)
{SEXP version;
char *v;
PROTECT(version=NEW_CHARACTER(15));
v=CHARACTER_POINTER(version);
strcpy(v,krui_getVersion());
UNPROTECT(1);
return version;
}
> sessionInfo()
R version 2.4.1 (2006-12-18)
i386-pc-mingw32
locale:
LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251
attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets" "methods"
[7] "base"
--...
2007 May 25
1
Problem with accessing internal variable in package.
...t "ac9nw" not found
> traceback()
2: AB2C(a, b, model.type)
1: EstimC(i, plot.base.name = paste(plt.base.name, "S_", sep = ""),
model.type = "S")
> sessionInfo()
R version 2.5.0 Patched (2007-05-13 r41549)
i386-pc-mingw32
locale:
LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251
attached base packages:
[1] "datasets" "utils" "stats" "graphics" "grDevices" "methods"
[7] "base"
othe...
2007 Aug 31
1
About "=" in command line in windows.
...Points (1) and (2) don't seem normal to me, however, I don't see, what I am
doing wrong.
I use windowsXP Pro, my colleague uses windows 2000 and reports the same
problems.
My sessionInfo():
> sessionInfo()
R version 2.5.1 Patched (2007-08-19 r42614)
i386-pc-mingw32
locale:
LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251
attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets" "methods"
[7] "base"
--
View t...
2017 Aug 28
3
[bug report] Cyrillic letter "я" interrupts script execution via R source function
...on read files like
*parse()* function?
*Session and encoding info:*
> > sessionInfo()
> R version 3.4.1 (2017-06-30)
> Platform: x86_64-w64-mingw32/x64 (64-bit)
> Running under: Windows 7 x64 (build 7601) Service Pack 1
> Matrix products: default
> locale:
> [1] LC_COLLATE=Russian_Russia.1251 LC_CTYPE=Russian_Russia.1251
> LC_MONETARY=Russian_Russia.1251
> [4] LC_NUMERIC=C LC_TIME=Russian_Russia.1251
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
> loaded via a namespace (and not attached):
> [...
2009 Sep 26
1
mboost_1.1-3 blackboost_fit (PR#13972)
...weights = NULL
+ )
Error in party:::get_variables(obj at responses) :
trying to get slot "responses" from an object (class "boost_data") that is not
an S4 object
> sessionInfo()
R version 2.9.2 (2009-08-24)
i386-pc-mingw32
locale:
LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251
attached base packages:
[1] grid splines stats graphics grDevices utils datasets
methods base
other attached packages:
[1] mboost_1.1-3 party_0.9-999 vcd_1....
2007 Aug 30
0
bug in DEoptim package
...alue from 1 through 5 will cause
this error, while values from 1 through 10 are possible.
Package's DESCRIPTION file contains the following:
Version: 1.1-8
Date: 2007-01-29
My sessionInfo():
> sessionInfo()
R version 2.5.1 Patched (2007-08-19 r42614)
i386-pc-mingw32
locale:
LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251
attached base packages:
[1] "tcltk" "stats" "graphics" "grDevices" "utils" "datasets"
"methods" "bas...
2017 Aug 28
0
[bug report] Cyrillic letter "я" interrupts script execution via R source function
...arse()* function?
*Session and encoding info:*
>/ > sessionInfo()
/>/ R version 3.4.1 (2017-06-30)
/>/ Platform: x86_64-w64-mingw32/x64 (64-bit)
/>/ Running under: Windows 7 x64 (build 7601) Service Pack 1
/>/ Matrix products: default
/>/ locale:
/>/ [1] LC_COLLATE=Russian_Russia.1251 LC_CTYPE=Russian_Russia.1251
/>/ LC_MONETARY=Russian_Russia.1251
/>/ [4] LC_NUMERIC=C LC_TIME=Russian_Russia.1251
/>/ attached base packages:
/>/ [1] stats graphics grDevices utils datasets methods base
/>/ loaded via a namespace (and not at...