search for: kingdom

Displaying 20 results from an estimated 974 matches for "kingdom".

2013 Feb 26
3
double bracket stripping names
Is it on purpose that `[[` strips the names when used on an atomic vector? > c(a=1, b=2)[1] a 1 > c(a=1, b=2)[[1]] [1] 1 > sessionInfo() R Under development (unstable) (2013-02-11 r61902) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United Kingdom.1252 [2] LC_CTYPE=English_United Kingdom.1252 [3] LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base -- Patrick Burns pburns at pburns.seanet.com twitter: @...
2005 Dec 21
10
can an active records maps to N tables?
Hi, Is it possbile that one active record maps to N tables, actually the relation is 1 to 1, I wonder it is possible. also can a ruby object map to N tables, instead of an active records? Thanks you very much:) Saiho __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2009 Dec 17
2
Wrong links in help help files? (PR#14155)
...o be the correct link. I did not manage to find anything on this topic in recent bug reports on "Documentation" and "Documentation fixed". Best regards, Henrik P?rn > sessionInfo() R version 2.10.1 (2009-12-14) i386-pc-mingw32 locale: [1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252 LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.10.1...
2017 Jun 23
2
LC_TIME not set correctly by Sys.setlocale() ?
...1] "LC_COLLATE=French_Belgium.1252;LC_CTYPE=French_Belgium.1252;LC_MONETARY=French_Belgium.1252;LC_NUMERIC=C;LC_TIME=French_Belgium.1252" > date <- "Dec-11" > as.Date(date, format = "%b-%d") [1] NA # expected > Sys.setlocale(locale = "English_United Kingdom") [1] "LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252" > as.Date(date, format = "%b-%d") [1] NA # not expected, should be a correct date > Sys.setlo...
2009 Sep 07
2
using an array of strings with strsplit, issue when including a space in split criteria
...ot;sales to 23 August 2008 " "29 August" [[2]] [1] "sales to 6 September 2008 published?11 September" Thank you kindly for any help in advance. Tony O/S: Win Vista Ultimate > sessionInfo() R version 2.9.2 (2009-08-24) i386-pc-mingw32 locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom. 1252;LC_MONETARY=English_United Kingdom. 1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RODBC_1.3-0
2008 Apr 29
2
help text for xlim
...ot or ?par, but would it be possible to add an explicit xlim example under plot.default and perhaps to make xlim more likely to be hit by 'xlim-related' searches? Best regards, Henrik > sessionInfo() R version 2.7.0 (2008-04-22) i386-pc-mingw32 locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 WinXP -- Henrik P?rn Centre for Conservation Biology Department of Biology Norwegian University of Science and Technology NO-7491 Trondheim Norway Office: +47 735...
2008 Oct 06
3
Extracting text from html code using the RCurl package.
...) function from the XML package might help, but I just don't know what to do next with it: > library(XML) > htmlTreeParse(html.file) Many thanks for any help you can provide, Tony Breyal > sessionInfo() R version 2.7.2 (2008-08-25) i386-pc-mingw32 locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom. 1252;LC_MONETARY=English_United Kingdom. 1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] XML_1.94-0 RCurl_0.9-4
2011 Nov 21
2
a^b when a is large and b < 1 (64bit R on windows 7)
...4e+308 > big^0.5 [1] Inf > sqrt(big) [1] 1.340781e+154 I'm guessing that this behaviour is not expected, or am I missing something about ^? Cheers Martyn > sessionInfo() R version 2.14.0 (2011-10-31) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United Kingdom.1252 [2] LC_CTYPE=English_United Kingdom.1252 [3] LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base _________________________________________________________...
2012 May 26
3
Problem with readHTMLTable
..."thead"]] : subscript out of bounds looking up this error on the web, didnt give me any hint. Is something wrong with this function? this is my sessioninfo: > sessionInfo() R version 2.14.1 (2011-12-22) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252 LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1]...
2008 Jun 10
2
Slow function
...ist(mean = mean, std = std) } return(res) } bias.dres <- sapply(bias, DRes) I run this code and after 3 hours is still running. I am on Windows XP and this is my sessionInfo() > sessionInfo() R version 2.7.0 Patched (2008-05-02 r45580) i386-pc-mingw32 locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] analogue_0.5-1 vegan_1.11-4 ade4_1.4...
2012 Jun 06
1
error calling Winbugs using R2WinBugs to run a multi-level model
....done BOOLEAN FALSE .f SET {0..5} .n INTEGER 0 .res INTEGER 0 .w HostWindows.Window NIL Kernel.Start [00002B8CH] .code PROCEDURE HostMenus.Loop ## my current R session specs: R version 2.15.0 (2012-03-30) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United Kingdom.1252 [2] LC_CTYPE=English_United Kingdom.1252 [3] LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] R2WinBUGS_2.1-18 coda_0.14-7...
2009 Apr 07
3
strange (?) behavoir of expand.grid()
...ror message gridd[which( gridd[,2]==0.0 ),] #gives me the right data #End of Example I also encountered this phenomenon on another version of R and on another computer. Has anybody an idea what this is and how to overcome it? Best, Stefan Sys.getlocale() [1] "LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252" version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor...
2007 Aug 08
2
Error: Cannot Coerce POSIXt to POSIXct when building package
...looks like this and works in R GUI: #from is a vector of dates in the format "%d-%b-%Y") from <- as.POSIXct(strptime(from, format = "%d%b%Y"), tz = "GMT") Here is my environment info: R version 2.5.1 (2007-06-27) i386-pc-mingw32 locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 attached base packages: [1] "tcltk" "stats" "graphics" "grDevices" "utils" "datasets" "me...
2011 Nov 14
1
unable to get "R CMD" to work as expected on a 64 bit windows machine
...ng a command line version of R (ala Rterm) on 32 bit windows. Any pointers as to what I've done wrong during the installation would be appreciated. Cheers Martyn > sessionInfo() R version 2.14.0 (2011-10-31) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United Kingdom.1252 [2] LC_CTYPE=English_United Kingdom.1252 [3] LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base _________________________________________________________...
2008 Nov 04
2
How to suppress errors from htmlTreeParse() function in XML package?
...ent=TRUE) but that didn't work for me: > try(htmlTreeParse(doc, useInternalNodes = TRUE), silent=TRUE) Many thanks in advance for any help, Tony Breyal ### O/S = Windows Vista Ultimate ### > sessionInfo() R version 2.8.0 (2008-10-20) i386-pc-mingw32 locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom. 1252;LC_MONETARY=English_United Kingdom. 1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] XML_1.98-1 RCurl_0.91-0 >
2018 Mar 24
2
Possible bug: file.exists() always returns TRUE for prn.us.txt
...ile.exists("pnr.us.txt") [1] FALSE > file.exists("prn\\.us\\.txt") [1] FALSE > sessionInfo() R version 3.4.4 (2018-03-15) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 16299) Matrix products: default locale: [1] LC_COLLATE=English_United Kingdom.1252 [2] LC_CTYPE=English_United Kingdom.1252 [3] LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3...
2007 Feb 08
2
obscure error with subsetting as.list() of a function then assigning that a (PR#9500)
...-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 2 minor = 4.1 year = 2006 month = 12 day = 18 svn rev = 40228 language = R version.string = R version 2.4.1 (2006-12-18) Windows XP Professional (build 2600) Service Pack 2.0 Locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 Search Path: .GlobalEnv, file:c:/schupl/R/myRLib/.RData, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloa...
2008 Sep 23
2
read.table & readLines behaviour?
...gt; colnames(tmp)<-unlist(strsplit(probesets[1],split="\t")) > probesets<-data.frame(tmp,stringsAsFactors=F) > dim(probesets) [1] 24000 11 Here's my sessionInfo output: > sessionInfo() R version 2.7.0 (2008-04-22) i386-pc-mingw32 locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices datasets tcltk utils methods [8] base other attached packages: [1] limma_2.14.0 svSocket_0.9-...
2010 Jan 28
0
LMS estimation for lmsqreg package
...one go?) Thanks Joanne P.S.: I found a couple of recent articles that refer to the GAMLSS package, but that looks even more complicated to me. ################### Running R on Windows XP > sessionInfo() R version 2.10.1 (2009-12-14) i386-pc-mingw32 locale: [1] LC_COLLATE=English_United Kingdom.1252 [2] LC_CTYPE=English_United Kingdom.1252 [3] LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats4 splines stats graphics grDevices utils datasets [8] methods base...
2009 Jun 18
3
Ultima Online - Kingdom Reborn
Ultima Online is currently beta testing a new release which will have a 3d client based on the Kingdom Reborn release. In preparation, I am trying to load Kingdom Reborn to learn the client but it crashes in Wine when it hits the installation wizard. Has anyone worked through any tricks to make this install and run? It crashes almost immediately after unpacking the archive and starting the instal...