Displaying 13 results from an estimated 13 matches for "getdoc".
Did you mean:
getdc
2009 Aug 14
2
RGoogleDocs: getDocs() - "problems connecting to get the list of documents"
Hi
I have been using RGoogleDocs successfully for some time now but something seems to have happened which is preventing me from accessing my data in google spreadsheets.
I get the message: "problems connecting to get the list of documents" when I use getDocs, despite being logged in
e.g.
sheets.con = getGoogleDocsConnection(getGoogleAuth("username", "password", service = "wise"))
ts = getWorksheets("formname", sheets.con)
รจ Error in getDocs(con) : problems connecting to get the list of documents
Does anyone...
2009 Jan 20
1
Problem with FAME
...for R, but somehow I cannot get it working. I am using Windows XP and the newest R installation version 2.8.1.
For example, if I run the following code I get the following error message:
library(fame)
mydb <- "O:/FameDB/national.db"
mydb
fameWhats(mydb,"TS21555100",getDoc = T)
getfame("TS21555100",mydb)
> library(fame)
> mydb <- "O:/FameDB/national.db"
> mydb
[1] "O:/FameDB/national.db"
> fameWhats(mydb,"TS21555100",getDoc = T)
Fehler in fameWhats(mydb, "TS21555100", getDoc = T) :
cannot...
2010 Jun 09
1
RGoogleDocs not working for me with "wise" service
...eceive a response, so I thought I'd try here to see if anyone else
can help.
I'm using 32-bit R 2.10.1 (Mac OS X), I built RGoogleDocs 0.4-0 from source,
and I'm using XML 3.1-0 and RCurl 1.2-0.
If I use service="wise" in getGoogleDocsConnection, I then get this error:
> getDocs(con)
Error in getDocs(con) : problems connecting to get the list of documents
tracing through I get:
Browse[1]> status
WWW-Authenticate
"GoogleLogin realm=\"http://www.google.com/accounts/ClientLogin\<http://www.google.com/accounts/Client...
2009 May 08
1
RGoogleDocs
...talled it. I can get a connection going, but it seems that I can only get a doc one...
Here is the code I am using:
>library(RGoogleDocs)
>auth = getGoogleAuth("loginName", "psswrd", service="wise")
>sheets.con = getGoogleDocsConnection(auth)
>a <- getDocs(sheets.con)
I get the following error:
Error in checkSlotAssignment(object, name, value) :
assignment of an object of class "NULL" is not valid for slot "access" in an object of class "GoogleSpreadsheet"; is(value, "character") is not TRUE
If i cha...
1999 Jan 25
2
Status on Poweredge Dell with Raid
I know this is off-topic to the list, but someone asked me to make the
information that I garnered about Dell Poweredge systems available to
the list.
So, here it is.
Basically, after a search on dejanews, I came across this article:
http://x5.dejanews.com/getdoc.xp?AN=430135686&CONTEXT=917266543.1696071777&hitnum=19
In it, someone states that there are drivers for the PERC RAID
controllers, but there are no drivers available for the PERC/2 Single
channel PCI system (the faster 80 MB/sec one). So, basically, if you
buy a Poweredge server for Linux...
2009 Oct 10
2
[R-SIG-Mac] rnorm.halton
Hi all,
I need to transform classic 32bit Fortran code to 64bit Fortran code,
see the discussion [R-SIG-Mac] rnorm.halton. But I'm clearly a
beginner in Fortran...
Does someone already do this for his package?
From here, http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=linux&db=bks&fname=/SGI_Developer/Porting_Guide/ch03.html
, I identify the following changes (Fortran types) to the Fortran
code:
- INTEGER to INTEGER*8
- REAL*8 to REAL*16
The code I would like to change is available on R forge here : http://r-forge.r-project.org/plug...
2005 May 18
4
standardization
SAS Enterprise Miner recommendeds to standardize using X / STDEV(X)
versus [X ? mean(X)] / STDEV(X)
Any thoughts on this? Pros Cons
Philip
2009 Jan 19
1
candisc
Hello,
I have a question regarding the candisc package. My data are:
species three five
1 2.95 6.63
1 2.53 7.79
1 3.57 5.65
1 3.16 5.47
2 2.58 4.46
2 2.16 6.22
2 3.27 3.52
I put these in a table and then a linear model
>newdata <- lm(cbind(three, five) ~ species, data=rawdata)
and then do a candisc on them
>candata<-candisc(newdata)
2000 Jul 11
0
Error ERRaccess in Samba 2.0.7 printing to Netgear print servers
...when printing.
echo translate
echo "print -"
cat $*
) | /usr/local/samba/bin/smbclient "\\\\$server\\$service" $password -N -P -
U print > /dev/null
exit $?
I don't think I'm the only one with this problem (see
http://www.deja.com/[ST_rn=ps]/getdoc.xp?AN=517185229 ), but I
couldn't find any resolutions. I rolled smbclient back to 1.9.18 for now.
We would like to get this problem fixed, so we can upgrade to the 2.0
release. Thanks in advance for any assistance.
Gary Thorne
HAL Systems
2006 Jan 19
0
Migrating from UW IMAP - pine - Thunderbird - squirrelmail
....rawlog must exist and the input/output will be logged
there
For ethereal debugging use the following dovecot configuration:
Sniffing:
#GW:
protocols = imap imaps
#GW:
disable_plaintext_auth = no
maildir/mbox documentation:
===========================
http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=fw&db=man&fname=/usr/freeware/catman/u_man/cat5/mbox.Z
http://people.redhat.com/rkeech/maildir-migration.txt
squirrelmail:
=============
$use_imap_tls = true;
$imapPort = 993;
$imap_server_type ='dovecot';
$optional_delimiter = 'detect';
$force_userna...
2006 Dec 14
4
two connected graphs
Hi
I have two datasets, A and B, consisting of two columns of numbers
representing x and y coordinates.
They have 10 and 6 rows respectively.
I want to plot two scattergraphs, one above the other.
The lower graph to contain A (10 points) and the upper
graph to contain B (six points).
The x-axes of the two graphs must line up.
I then want to draw straight lines that connect points
of B to a
2006 Apr 06
5
pros and cons of "robust regression"? (i.e. rlm vs lm)
Can anyone comment or point me to a discussion of the
pros and cons of robust regressions, vs. a more
"manual" approach to trimming outliers and/or
"normalizing" data used in regression analysis?
2013 Feb 26
16
Call for testing: OpenSSH-6.2
Hi,
It's that time again...
OpenSSH 6.2 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD: