search for: dutch_belgium

Displaying 16 results from an estimated 16 matches for "dutch_belgium".

2015 Mar 11
1
normalizePath output depends on existence of directory
...dir [1] "C:/Users/THIERR~2/AppData/Local/Temp/RtmpagA8Gx/filed5c2cd03543" > existing.dir [1] "C:/Users/thierry_onkelinx/AppData/Local/Temp/RtmpagA8Gx/filed5c2cd03543" sessionInfo() R version 3.1.2 (2014-10-31) Platform: i386-w64-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252 LC_MONETARY=Dutch_Belgium.1252 [4] LC_NUMERIC=C LC_TIME=Dutch_Belgium.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] fortunes_1.5-2 tools_3.1.2 B...
2010 Nov 29
1
Sweave choking on \\ in filename
...ps, options) 2: driver$runcode(drobj, chunk, chunkopts) 1: Sweave("Q:\\BMK\\cursussen\\interne_opleiding\\deelnemerslijst.Rnw", syntax = "SweaveSyntaxNoweb") > sessionInfo() R version 2.12.0 (2010-10-15) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252 [3] LC_MONETARY=Dutch_Belgium.1252 LC_NUMERIC=C [5] LC_TIME=Dutch_Belgium.1252 attached base packages: [1] grDevices datasets splines graphics stats tcltk utils [8] methods base other attached packages: [1] svSocket_0....
2012 Nov 26
2
puzzling RODBC error
...TABLE_NAME TABLE_TYPE REMARKS 13 <NA> ganzengebieden TABLE <NA> > sqlFetch(channel = MDB, 'ganzengebieden') #makes R crash > sessionInfo() R version 2.15.2 (2012-10-26) Platform: i386-w64-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252 [3] LC_MONETARY=Dutch_Belgium.1252 LC_NUMERIC=C [5] LC_TIME=Dutch_Belgium.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RODBC_1.3-6 loaded via a namespace (and not attached): [1] to...
2009 May 20
2
drc results differ for different versions
...ancies, if possible - how to calculate which one of the 2 solutions is the correct one? Thanks a lot, Hans Vermeiren Demo (on a windows machine, while the issue was actually discovered on our ubuntu linux server): 1) sessionInfo() R version 2.7.0 (2008-04-22) i386-pc-mingw32 locale: LC_COLLATE=Dutch_Belgium.1252;LC_CTYPE=Dutch_Belgium.1252;LC_MONETARY=Du tch_Belgium.1252;LC_NUMERIC=C;LC_TIME=Dutch_Belgium.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] drc_1.4-2 plotrix_2.4-2 nlme_3.1-89 MASS_7.2-41 lattice_0.17...
2016 Mar 02
2
install.packages() fails with drat repository on networkdrive
...n error returned by read.dcf() more gracefully. An error with one repository now completely blocks install.packages() sessionInfo("drat") R version 3.2.3 (2015-12-10) Platform: i386-w64-mingw32/i386 (32-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 locale: [1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252 LC_MONETARY=Dutch_Belgium.1252 LC_NUMERIC=C LC_TIME=Dutch_Belgium.1252 attached base packages: character(0) other attached packages: [1] drat_0.1.0.1 loaded via a namespace (and not attached): [1] graphics_3.2.3 tools_3.2.3 utils_3.2.3 grDevices_3.2.3 s...
2018 Mar 14
1
Problem with reading data from an UTF-16 database
...t;Driver=the_drive;Server=our_server;Database=the_database;Trusted_Connection=Yes;") dbGetQuery(con, sql_statement) R version 3.4.2 (2017-09-28) Platform: i386-w64-mingw32/i386 (32-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 Matrix products: default locale: [1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252 LC_MONETARY=Dutch_Belgium.1252 LC_NUMERIC=C [5] LC_TIME=Dutch_Belgium.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RODBC_1.3-15 DBI_0.8 loaded via a namespace (and not attached):...
2014 Nov 03
1
Unexplicable difference between 2 R installations regarding reading numbers
...t;,..: 15 4 5 7 2 1 16 6 8 3 ... $ river: int 1 1 1 1 1 1 1 1 1 1 ... Using as.numeric(levels(X[[2]])) works perfectly fine though... Session info both server and my own computer : > sessionInfo() R version 3.1.0 (2014-04-10) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252 [3] LC_MONETARY=Dutch_Belgium.1252 LC_NUMERIC=C [5] LC_TIME=Dutch_Belgium.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_3.1.0 -- Joris Meys Statistical cons...
2014 Apr 03
1
summary of lme4.0 model in package
...e function manually. #this fails MyPackage:MyFunction(model) #this works source("MyPackage/R/MyFunction.R") MyFunction(model) Any idea on what is going wrong and how to fix this? sessionInfo() R version 3.0.2 (2013-09-25) Platform: i386-w64-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252 LC_MONETARY=Dutch_Belgium.1252 [4] LC_NUMERIC=C LC_TIME=Dutch_Belgium.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] sendmailR_1.1-2 base64enc_0.1-1 ABV_0.2-2...
2013 Sep 30
1
predictions in nlme without fixed covariantes
...ames, omit))] if (length(names)) { eval(parse(text = paste("~", paste(names, collapse = "+")))[[1]]) } else { ~ 1 #this was NULL } } sessionInfo() R Under development (unstable) (2013-08-24 r63687) Platform: i386-w64-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252 [3] LC_MONETARY=Dutch_Belgium.1252 LC_NUMERIC=C [5] LC_TIME=Dutch_Belgium.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] grid_3.1.0 lattice_0.20-15 tools_3.1.0...
2014 Dec 19
1
UTF8 markdown vignette
On 18/12/2014, 12:17 AM, Yihui Xie wrote: > For the record, I saw a change had been made in R-devel: > https://github.com/wch/r-source/commit/d53b098 (Thanks, Duncan) > Meanwhile, I also made a change in knitr to assume UTF-8 unless R > passes an encoding to the vignette engine: > https://github.com/yihui/knitr/commit/23c6c8e2 Both will solve the > original problem, but
2008 Mar 12
0
odfWeave examples not working
...a filter used to open the file. When I choose "open office 1.0 text document" I get: The file is damaged, should Oo try to repair? But after repair, I get a blank work sheet. I'm working on windows XP, session info: R version 2.6.2 (2008-02-08) i386-pc-mingw32 locale: LC_COLLATE=Dutch_Belgium.1252;LC_CTYPE=Dutch_Belgium.1252;LC_MONETARY=Dutch_Belgium.1252;LC_NUMERIC=C;LC_TIME=Dutch_Belgium.1252 attached base packages: [1] grid stats graphics grDevices utils datasets methods [8] base other attached packages: [1] MASS_7.2-40 odfWeave_0.7.3 XML_1.93-2.2 lattice...
2013 Oct 30
1
unique(1:3,nmax=1) freezes R
Dear all, I was playing around with factor contrasts, and found the argument nmax on function factor. When using nmax=1, R froze completely, and I had to close it from task manager. After some debugging, I found that the problem is actually in unique-function, where the internal unique function is called: .Internal(unique(x, incomparables, fromLast, nmax)) More generally, it looks like
2016 Mar 02
0
install.packages() fails with drat repository on networkdrive
...umentation ?) that drat could/should do better please feel free to open an issue ticket. Hth, Dirk | | sessionInfo("drat") | R version 3.2.3 (2015-12-10) | Platform: i386-w64-mingw32/i386 (32-bit) | Running under: Windows 7 x64 (build 7601) Service Pack 1 | | locale: | [1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252 | LC_MONETARY=Dutch_Belgium.1252 LC_NUMERIC=C | LC_TIME=Dutch_Belgium.1252 | | attached base packages: | character(0) | | other attached packages: | [1] drat_0.1.0.1 | | loaded via a namespace (and not attached): | [1] graphics_3.2.3 tools_3.2.3 utils_3.2.3...
2009 Feb 26
1
bottom legends in ggplot2 ?
Has anyone had success with producing legends to a qplot graph such that the legend is placed on the bottom, under the abcissa rather than to the right hand side ? The following doesn't move the legend: library(ggplot2) qplot(mpg, wt, data=mtcars, colour=cyl, gpar(legend.position="bottom") ) I am using ggplot2_0.8.2. Thanks in advance, Avram
2011 Sep 22
4
R CMD check file issues
This problem is likely to be specific to Windows, and particularly Win7. After a successful build of a package (R CMD build addendum), I immediately run an R CMD check for the same package. Not always, but _very_ often, I get the following error: C:\Users\nisabbe\Documents\@Doctoraat\R>R CMD check addendum Loading required package: tcltk Loading Tcl/Tk interface ... done Loading
2014 Dec 09
3
UTF8 markdown vignette
On 09/12/2014, 4:38 PM, ONKELINX, Thierry wrote: > Dear Yihui, > > I have created a reproducible example at https://github.com/ThierryO/utf8vignette > > The \usepackage{} line is needed, otherwise R CMD check --as-cran will give a warning. > %\VignetteEncoding{UTF-8} did not solve the problem. I've just taken a look at the sources, and that's only in R-devel, it never