search for: french_france

Displaying 20 results from an estimated 37 matches for "french_france".

2020 Apr 07
4
Hard memory limit of 16GB under Windows?
...)' for an HTML browser interface to help. Type 'q()' to quit R. > memory.limit() [1] 1.759219e+13 > sessionInfo() R version 3.6.3 (2020-02-29) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363) Matrix products: default locale: [1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252 LC_MONETARY=French_France.1252 LC_NUMERIC=C [5] LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3.6.3 tools_3.6.3 > --- RGui...
2007 Oct 04
1
Problem with .libPaths & Rterm.exe (under Vista)
...e, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : aucun package nomm? 'affy' n'est trouv? > # this translates into "no package called "affy" was found" > sessionInfo() R version 2.6.0 (2007-10-03) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERattached base packages: [1] stats graphics grDevices utils datasets methods base and the code from (b) manually launching : Rterm.exe (where ?local? libs are found OK) : > .libPaths() [1] "C:\\Users\\wr\\Conta...
2008 Sep 19
1
readRegistry function (PR#12937)
...case of error (key not found). > readRegistry("SOFTWARE\\DummyTest", "HLM") Error in readRegistry("SOFTWARE\\DummyTest", "HLM") : Registry key 'S' not found > sessionInfo() R version 2.7.2 (2008-08-25) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices utils base
2007 Nov 28
2
alternatives to traditional least squares method in linear regression ?
...<- lm(y~x) > abline(regr) > # I'm not satisfied with the line since there is one group of points following very well the diagonal but the regression is deviated by another group of points ... > > sessionInfo() R version 2.6.0 (2007-10-03) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices datasets tcltk utils methods [8] base other attached packages: [1] svSocket_0.9-5 svIO_0.9-5 R2HTML_1.58 svMisc_0.9-5...
2020 Apr 07
0
Hard memory limit of 16GB under Windows?
...;q()' to quit R. > > > memory.limit() > [1] 1.759219e+13 > > sessionInfo() > R version 3.6.3 (2020-02-29) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 10 x64 (build 18363) > > Matrix products: default > > locale: > [1] LC_COLLATE=French_France.1252? LC_CTYPE=French_France.1252 > LC_MONETARY=French_France.1252 LC_NUMERIC=C > [5] LC_TIME=French_France.1252 > > attached base packages: > [1] stats???? graphics? grDevices utils???? datasets? methods base > > loaded via a namespace (and not attached): > [1] compiler_3....
2009 Sep 24
1
how to make a function recognize the name of an object/vector given as argument
...;a1" and "b1" were given as arguments to my function. # As in the example, this could be useful for (sub-)titles of graphs etc... # Is there a way to get this kind of information ? #For compleness: > sessionInfo() R version 2.9.1 (2009-06-26) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base Thank's in advance, Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ....
2010 Oct 18
1
R 2.12.0 for Windows: error when loading (some) packages
...nded package lattice: > library(lattice) Error: package 'lattice' is not installed for 'arch=i386' I am running Rgui using C:\R\R-2.12.0\bin\i386\Rgui.exe --vanilla > sessionInfo() R version 2.12.0 (2010-10-15) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252 [3] LC_MONETARY=French_France.1252 LC_NUMERIC=C [5] LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base By the way, I met the same error when trying to load many contributed packages which were i...
2012 Jun 01
1
Error: package 'myLib' is not installed for 'arch=i386'
Hello, I 'd like to use some functions in myLib. So I do: library(myLib) Then I get this message: Error: package 'myLib' is not installed for 'arch=i386' > sessionInfo() R version 2.13.2 (2011-09-30) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252 LC_MONETARY=French_France.1252 LC_NUMERIC=C [5] LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] XML_3.4-2.2 loaded via a namespace...
2010 Nov 07
1
Sweave: option keep.source=TRUE and package cacheSweave
...put} \end{Schunk} \end{document} When I set option keep.source = FALSE, the result is as expected. Is there any possibility to use keep.source = TRUE with cacheSweave? > sessionInfo() R version 2.12.0 Patched (2010-10-28 r53459) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252 [3] LC_MONETARY=French_France.1252 LC_NUMERIC=C [5] LC_TIME=French_France.1252 attached base packages: [1] tools stats graphics grDevices utils datasets methods [8] base other attached packages: [1] MASS_7.3-8 cacheSweave_0.4-4 stashR_0.3-3...
2009 Mar 10
1
require() is not giving TRUE / FALSE statements ?
...k-around with : >library(doesNotExist,logical.return=T) [1] FALSE Warning message: In library(doesNotExist, logical.return = T) : there is no package called 'doesNotExist' >## for completeness : > sessionInfo() R version 2.8.1 (2008-12-22) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices datasets tcltk utils methods base other attached packages: [1] RODBC_1.2-4 svSocket_0.9-5 svIO_0.9-5 R2HTML_1.59...
2009 Feb 20
1
NOT an R problem: cannot install packages from distant repository
...dir = destdir, installWithVers = installWithVers, dependencies = dependencies, ...) 2: install.packages(NULL, .libPaths()[1], dependencies = NA, type = type) 1: utils:::menuInstallPkgs() > sessionInfo() R version 2.8.1 Patched (2009-02-17 r47956) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] fortunes_1.3-6 loaded via a namespace (and not attached): [1] tools_2....
2020 Apr 07
0
Hard memory limit of 16GB under Windows?
...()' to quit R. > > > memory.limit() > [1] 1.759219e+13 > > sessionInfo() > R version 3.6.3 (2020-02-29) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 10 x64 (build 18363) > > Matrix products: default > > locale: > [1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252 > LC_MONETARY=French_France.1252 LC_NUMERIC=C > [5] LC_TIME=French_France.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > loaded via a namespace (and not attached): > [1] compiler_3...
2011 Aug 02
2
Memory limit in Aggregate()
...rint(paste("size listBy ", object.size(listBy))) print(paste("length ", object.size(nrow(listX)))) tableAgg <- aggregate(x = listX , by = listBy , FUN = "max") It returns : R version 2.9.0 Patched (2009-05-09 r48513) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached base packages: [1];stats;graphics;grDevices;utils;datasets;methods;base other attached packages: [1];RODBC_1.3-2;HarpTools_1.4;HarpReport_1.9 loaded via a namespace (and not attached): [...
2020 Apr 07
3
Hard memory limit of 16GB under Windows?
Hi, I am not not sure whether this topic belongs to this mail list, but I feel the subscribers here should be the right audience. I noticed that the memory limit reported under Windows is 16 GB. I am wondering how to increase it. I didn't found anything in Rprofile.site nor .Rprofile. Is this limit hard coded at compilation? Best, Samuel [[alternative HTML version deleted]]
2010 Oct 03
1
Encoding problem in Rd file
...trange thing (to me!) is that the pdf is actually built with appropriate accentuated characters, at least when I look at it with my pdf viewer (Acrobat reader). My config is: > sessionInfo() R version 2.11.1 Patched (2010-09-30 r53117) Platform: i386-pc-mingw32 (32-bit) locale: [1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252 [3] LC_MONETARY=French_France.1252 LC_NUMERIC=C [5] LC_TIME=French_France.1252 attached base packages: [1] tools stats graphics grDevices utils datasets methods [8] base other attached packages: [1] fortunes_1.4-0 -- Renaud Lancelot EDEN Projec...
2020 Apr 07
1
Hard memory limit of 16GB under Windows?
....limit() >> [1] 1.759219e+13 >> > sessionInfo() >> R version 3.6.3 (2020-02-29) >> Platform: x86_64-w64-mingw32/x64 (64-bit) >> Running under: Windows 10 x64 (build 18363) >> >> Matrix products: default >> >> locale: >> [1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252 >> LC_MONETARY=French_France.1252 LC_NUMERIC=C >> [5] LC_TIME=French_France.1252 >> >> attached base packages: >> [1] stats graphics grDevices utils datasets methods base >> >> loaded via a namespace (and not at...
2018 Apr 03
2
names lost in functions from packages installed by R-devel r74500
...the problem appears to be in the install step of R-devel. F. ============= > sessionInfo() R Under development (unstable) (2018-03-31 r74500) 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=French_France.1252? LC_CTYPE=French_France.1252 LC_MONETARY=French_France.1252 [4] LC_NUMERIC=C?????????????????? LC_TIME=French_France.1252 attached base packages: [1] stats???? graphics? grDevices utils???? datasets? methods base other attached packages: [1] bugdemo_0.1.1 loaded via a namespace (and not at...
2007 Apr 19
1
Error with strptime
..."2006-03-29 11:30:00 Centre de l'Europe (heure d'?t?" [17] "2006-03-01 11:55:00 Centre de l'Europe" [18] "2006-03-15 11:35:00 Centre de l'Europe" [19] NA .......... > sessionInfo() R version 2.4.1 (2006-12-18) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" [6] "methods" "base" other attache...
2008 Oct 09
1
Error when reading a SAS transport file
...696 ADMIN CRF_VERS character 0 0 0 0 CRF Version no. 696 Thanks for any help, Best wishes, Jean-Louis PS: sessionInfo() R version 2.7.1 RC (2008-06-20 r45965) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] SASxport_1.2.3 Hmisc_3.4-3 foreign_0.8-29 RWinEdt_1.8-0 loade...
2018 Apr 09
1
linear regression with repeated measures
...Std Err and Pr(>|t) ? Thanks in advance, Wolfgang Raffelsberger for completeness : sessionInfo() > sessionInfo() R version 3.4.4 (2018-03-15) 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=French_France.1252 LC_CTYPE=French_France.1252 LC_MONETARY=French_France.1252 [4] LC_NUMERIC=C LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] limma_3.34.9 lme4_1.1-15 Matrix_1.2-12...