search for: loadurl

Displaying 18 results from an estimated 18 matches for "loadurl".

2005 Feb 19
1
Comment on loadURL: should default to mode="wb"
So the help for loadURL says: 'loadURL' is a convenience wrapper which downloads a file, loads it and deletes the downloaded copy. Trying to load an rda file on Windows (XP, R-devel) I was surprised when I received an error about input being corrupted with LF replaced by CR. The fix was to specify mod...
2004 May 10
1
problem with loadURL -- claims newer version used
...repare a handout showing how to use R for factor analysis. As part of the exercise I want to save a correlation matrix on a tutorial web page. I can save with no problem (saving locally and then transferring to the web site). Although I can load() the local file, I am having problems getting loadURL to read the remote file. I have tried saving it as an ascii file or just using the default format. Using R 1.9.0 on a Mac with OS 10.3 I first saved the file: save(big5r,file="big5r.txt",ascii=TRUE) and save(big5r,file="big5r") I can load either version from a local file...
2005 Nov 10
1
Help regarding mas5 normalization
...normalize some array data and using mas5 and mas5calls. But I received these warning message. If anybody can explain the problem I would really appreciate that. Thanks in advance. background correction: mas PM/MM correction : mas expression values: mas background correcting...Warning message: 'loadURL' is deprecated. Use 'load(url())' instead. See help("Deprecated") Warning message: 'loadURL' is deprecated. Use 'load(url())' instead. See help("Deprecated") Warning message: 'loadURL' is deprecated. Use 'load(url())' instead. See help...
2005 Aug 21
0
[PATCH] in-place-editor, AJAX loading
I sent this on Friday but somehow managed to email it to the wrong email address! ---- Attached is a patch to add external (AJAX) loading of content to the InPlaceEditor. 2 extra options have been added: loadUrl: a URL to load the content from. If this is present, it will be used instead of the innerHTML. fieldId: I had to add this so we know what the text field is when we''ve loaded the content. It defaults to ''inplaceeditor-field'', so if you have 2 on a page this will be pro...
2006 Jul 25
0
Normalization problem
...got are: background correction: mas PM/MM correction : mas expression values: mas background correcting...Warning message: cannot open: HTTP status was '404 Not Found' Note: http://www.bioconductor.org/CRANrepository does not seem to have a valid repository, skipping Warning message: 'loadURL' is deprecated. Use 'load(url())' instead. See help("Deprecated") Warning message: 'loadURL' is deprecated. Use 'load(url())' instead. See help("Deprecated") There were 11 warnings (use warnings() to see them) Note: http://www.bioconductor.org/reposit...
2007 Aug 01
4
Extracting a website text content using R
Dear useR, Just wandering whether it is possible that there is any function in R could let me get the text contents for a certain website. Thanks a lot! Best, Leon [[alternative HTML version deleted]]
2004 Sep 02
1
[OT]Example Data for Non-statisticians
(Sorry for the slightly off topic post) I'm giving a talk (on data mining) to some non-statisticians (who're all postgrad students, but a mixture of Science and Commerce majors). My intention is to show them the importance of statistics when doing data mining. What I'm thinking of doing is using, hopefully, two datasets. One from scientific area and another that is
2005 Nov 22
1
read.csv in R 1.7.1 for MacOS
Hello I'm stuck with some notebooks having MacOS 10.2.8. After trying R-2.2.0 (which won't run), I had to settle with R 1.7.1, which runs fine. The problem is this: I have a csv file in a web server, which I'd wish to be able to load with d <- read.csv("http://server/path/cuestionario.csv") Unfortunately it doesn't work in R 1.7.1 / Mac, although the help page
2012 Mar 22
0
aggravations of t-bird 10
...un gnome. I will *NEVER* voluntarily run gnome. I don't even want it installed. b) Click on link in an email in t-bird, and get this in the error console: Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIExternalProtocolService.loadUrl]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://communicator/content/contentAreaClick.js :: openLinkExternally :: line 188" data: no] I *used* to be able to fix their True Religion crap by editing /usr/lib/thunderbird<whatever>/open...
2012 Mar 30
0
R 2.15.0 is released
...y removed. o Some functions/objects which have been defunct for five or more years have been removed completely. These include .Alias(), La.chol(), La.chol2inv(), La.eigen(), Machine(), Platform(), Version, codes(), delay(), format.char(), getenv(), httpclient(), loadURL(), machine(), parse.dcf(), printNoClass(), provide(), read.table.url(), restart(), scan.url(), symbol.C(), symbol.For() and unix(). o The ENCODING argument to .C() is deprecated. It was intended to smooth the transition to multi-byte character strings, but can be repla...
2012 Mar 30
0
R 2.15.0 is released
...y removed. o Some functions/objects which have been defunct for five or more years have been removed completely. These include .Alias(), La.chol(), La.chol2inv(), La.eigen(), Machine(), Platform(), Version, codes(), delay(), format.char(), getenv(), httpclient(), loadURL(), machine(), parse.dcf(), printNoClass(), provide(), read.table.url(), restart(), scan.url(), symbol.C(), symbol.For() and unix(). o The ENCODING argument to .C() is deprecated. It was intended to smooth the transition to multi-byte character strings, but can be repla...
2005 Oct 06
0
R-2.2.0 is released
...ith dates more than 5000 years away from 1970-01-01 (by making dubious assumptions about the calendar in use). o There is now a traditional Chinese translation, and a much more extensive Russian translation. DEPRECATED & DEFUNCT o Capability "IEEE754" is defunct. o loadURL() is defunct: use load(url()). o delay() is defunct: use delayedAssign() instead. o The 'CRAN' argument to update.packages(), old.packages(), new.packages(), download.packages() and install.packages() is defunct in favour of 'repos'. o write.table0() is deprecated i...
2005 Oct 06
0
R-2.2.0 is released
...ith dates more than 5000 years away from 1970-01-01 (by making dubious assumptions about the calendar in use). o There is now a traditional Chinese translation, and a much more extensive Russian translation. DEPRECATED & DEFUNCT o Capability "IEEE754" is defunct. o loadURL() is defunct: use load(url()). o delay() is defunct: use delayedAssign() instead. o The 'CRAN' argument to update.packages(), old.packages(), new.packages(), download.packages() and install.packages() is defunct in favour of 'repos'. o write.table0() is deprecated i...
2003 Apr 16
2
R-1.7.0 is released
...lm.influence() has a new `do.coef' argument allowing *not* to compute casewise changed coefficients. This makes plot.lm() much quicker for large data sets. o load() now returns invisibly a character vector of the names of the objects which were restored. o New convenience function loadURL() to allow loading data files from URLs (requested by Frank Harrell). o New function mapply(), a multivariate lapply(). o New function md5sum() in package tools to calculate MD5 checksums on files (e.g. on parts of the R installation). o medpolish() {package eda} now has an `na.rm&...
2003 Apr 16
2
R-1.7.0 is released
...lm.influence() has a new `do.coef' argument allowing *not* to compute casewise changed coefficients. This makes plot.lm() much quicker for large data sets. o load() now returns invisibly a character vector of the names of the objects which were restored. o New convenience function loadURL() to allow loading data files from URLs (requested by Frank Harrell). o New function mapply(), a multivariate lapply(). o New function md5sum() in package tools to calculate MD5 checksums on files (e.g. on parts of the R installation). o medpolish() {package eda} now has an `na.rm&...
2005 Apr 18
1
R-2.1.0 is released
...for calls with named args). o The S3 methods for getting and setting names of "dist" objects have been removed (as they provided names with a different length from the "dist" object itself). o Option "repositories" is no longer used and so not set. o loadURL() is deprecated in favour of load(url()). o delay() is deprecated. Use delayAssign() instead. INSTALLATION CHANGES o New configure option --enable-utf8 to enable support for UTF-8 locales, on by default. o R_XTRA_[CF]FLAGS are now used during the configuration tests, and [CF]PICF...
2005 Apr 18
1
R-2.1.0 is released
...for calls with named args). o The S3 methods for getting and setting names of "dist" objects have been removed (as they provided names with a different length from the "dist" object itself). o Option "repositories" is no longer used and so not set. o loadURL() is deprecated in favour of load(url()). o delay() is deprecated. Use delayAssign() instead. INSTALLATION CHANGES o New configure option --enable-utf8 to enable support for UTF-8 locales, on by default. o R_XTRA_[CF]FLAGS are now used during the configuration tests, and [CF]PICF...
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
...09:11:10 1.13 +++ src/library/base/man/load.Rd 2003/12/12 15:44:52 @@ -41,8 +41,7 @@ ## restore the saved values to the user's workspace load("all.Rdata", .GlobalEnv) -\dontrun{## This example may not still be available -## print the value to see what objects were created. -print(loadURL("http://hesweb1.med.virginia.edu/biostat/s/data/sav/kprats.sav"))} +\dontrun{## print the value to see what objects were created. +print(loadURL("http://host/file.sav"))} } \keyword{file} Index: src/library/base/man/logical.Rd ==================================================...