similar to: 'invalid HOMEDRIVE'

Displaying 20 results from an estimated 1000 matches similar to: "'invalid HOMEDRIVE'"

2004 Apr 20
10
Error with 1.9.0 - Invalid HOMEDRIVE
I installed R project 1.9.0 on Windows XP. The installation went well. Then, I rebooted. Next, I clicked the icon under Programs in the Start menu and received this error, "Fatal Error: Invalid HOMEDRIVE". I clicked OK to the error message. The program does not start. I went to a DOS prompt and did "echo %HOMEDRIVE%" and it returned "C:". This letter is a valid
2004 Apr 20
3
Fatal Error: Invalid HOMEDRIVE (PR#6802)
Full_Name: Joann Williamson Version: 1.9.0 OS: Windows XP Submission from: (NULL) (129.252.198.28) I installed R project 1.9.0 on Windows XP. The installation went well. Then, I rebooted. Next, I clicked the icon under Programs in the Start menu and received this error, "Fatal Error: Invalid HOMEDRIVE". I clicked OK to the error message. The program does not start. I went to a DOS
2004 Apr 22
6
Fatal Error: Invalid HOMEDRIVE
All, I've encountered the same problem as others who have posted under the same subject. I've had R-1.8.1 installed and running since it was released. Yesterday morning when I tried to start Rgui.exe I got the subject error message. Since I live at the whim of the network administrators I can only assume it was a recent MS critical update. I tried installing R-1.9.0 but no joy. I
2004 Jun 12
2
invalid HOMEDRIVE
Hi all- Some recent change...perhaps a windows update, or perhaps a change in the network on which I use my computer....has made it impossible for me to start R. When I try to start the program, I get a message that says "Fatal error: invalid HOMEDRIVE". Any ideas on how to fix this? Thanks much Chris ******* Chris Solomon Center for Limnology Univ. of Wisconsin (715) 356-9494
2006 May 04
3
Rgui, Startup, HOME, R_USER, ...
Hi, Main objective: Let Rgui find my ~/.Rprofile and ~/.Renviron files, where ~ is equal to getwd("~"). I have few comments/questions: (A) On my WinXP Pro installation, the system environment variable 'HOME' is not availble to R, e.g. Sys.getenv("HOME") is empty. I believe this is default case (correct me if I'm wrong). However, if I set the "Start
2004 May 27
1
Crossed random effects in lme
Dear all, In the SASmixed package there is an example of an analysis of a split-plot experiment. The model is fm1Semi <- lme( resistance ~ ET * position, data = Semiconductor, random = ~ 1 | Grp) where Grp in the Semiconductor dataset is defined as ET*Wafer. Is it possible to specify the grouping directly some way, e.g. like fm1Semi <- lme( resistance ~ ET * position, data =
2017 Jul 14
3
setwd in windows
Dear friends - windows R 3.3.3 - sorry to ask a simple question - but I cannot make setwd work properly in scripts In the example below I have made a directory in C (firstdir) and a directory in that (secdir) and the intention is to change directory to the second from the first - it works when I put the entire path but not the tilde - what am I missing? I was around rwf 2.14 as per the help
2004 Feb 23
1
'logon drive' questions
Hello list, I sent this about two weeks ago, but I didn't get an answer... so I'm pushing my luck. :-) QUESTION#1: What EXACLTLY causes the HOMEDRIVE, HOMEPATH, and HOMESHARE variables? Something passed from Samab to the client, or some thing the client does? QUESTION#2: How/what/where/why is there a difference in the results of click on "Command Prompt"? My Setup... I'm
2004 Aug 27
3
Reading SAS data into R
Dear all, One of my students (whom I am trying to convince to use R) wants to get a fairly large SAS dataset into R (about 150mB). An obvious and simple thing she tried was to write the dataset as a .csv-file and then read that into R, but that takes forever (or something close to that..). The dataset is so large, that exporting it as an Excel file from SAS is not feasible (more than 65000 lines).
2004 Apr 05
3
Evaluation of functionals
Suppose I have f1 <- function(x) x f2 <- function(x) x^2 funlist <- list(f1,f2) Then I would like to evaluate funlist such that when x is 10 I should get a list with 10 and 100. A naive way of doint this is myf <- funlist[[1]] do.call(paste(quote(myf)), list(x=10)) myf <- funlist[[2]] do.call(paste(quote(myf)), list(x=10)) - but there has to be much
2011 Jan 28
2
Problem with R Installation - .RData
Dear All, I have Windows Vista and I want to install R. However, when I tried to start it after the installation, I received the following message: 'Fatal error. I cannot retrieve the saved data from .RData'. So, in the moment R does not work. Do you have any idea how to cope with this problem? Thanks in advance -- View this message in context:
2009 Oct 19
1
Defining S3-methods for S4-objects: cannot coerce type 'S4' to vector of type 'integer'
In the 'doBy' package there is an esticon() function for calculating linear contrasts for various model types. I have defined an S3-method 'esticon.mer()' for 'mer' objects from the lme4 package. Building the package and invoking the method gives: > esticon(fm1, c(1,1)) Confidence interval ( WALD ) level = 0.95 Error in as.integer(x) : cannot coerce type 'S4'
2004 Apr 26
1
getting R 1.8 or 1.9 to work!?
I've had a interesting day with R; can anyone offer any advice? First with R 1.8.1. on XP Pro: "R for Windows GUI front-end has encountered a problem and needs to close. We are sorry for the inconvenience." I then tried installing 1.9.0. and got the "information" dialogue: "Fatal error: INVALID HOMEDRIVE" instead of a functioning R! I attempted to set
2002 Nov 24
1
W2k Clients using modified 'Shell Folders'/'User Shell Folders'...
Hello samba people, is there anybody who got users logins with modified Shell Folders or User Shell Folders registry keys working with W2k-Clients ? After trying to get this to work for about a week, I'm really stuck.... :( Bye, Axel -- ,gis siht no noitpyrcne eht gnikaerb yB .liaj ot oG .ACMD eht detaloiv evah uoy
1999 Sep 24
2
R's startup : .Rprofile & .Renviron -- info and RFC
[RFC = Request for Comments] { Yes, the documentation for .Renviron is really not there (but the FAQ...); the rest is in ?Startup } In R's Startup (on Unix only??) {unless --no-environ is specified} ~/.Renviron (if there) is read as an 'sh' script before R is called, then R looks ((for the site-wide Rprofile and then)) for .Rprofile in the current directory and then for
2010 Apr 09
9
gem install rails (Errno::ENOENT) No such file or directory
I have two PCs, one with Windows XP and another with Windows Vista. I''m working as an administrator in both computers. I''m using Ruby 1.8.7 and Rubygems 1.3.6. When I try to install Rails I get this error: C:\>gem install rails ERROR: While executing gem ... (Errno::ENOENT) No such file or directory - C:/Users/Jesús Dugarte I have installed Rails several times before
2004 Feb 10
0
Why does HOMEDRIVE not = H:?
I'm running SuSE 9.0 Pro... Linux mutt 2.4.21-166-default #1 Thu Dec 18 18:23:14 UTC 2003 i686 i686 i386 GNU/Linux samba-2.2.8a-107 samba-client-2.2.8a-107 XP laptop When I first setup a Samba PDC, I had this smb.conf: ----------------------------------------- [global] workgroup = NO-CATS netbios name = MUTT server string = Samba PDC running %v encrypt passwords = Yes update encrypted
2004 Jun 07
3
ask for help
Dear colleagues, I am a beginner of using R. I am involved in some microarray data analyses and found that R is the most common software in this area. I tried to install the free software today. It seemed to be successful in installing, but when I trigger the short-cut, I got a error massage saying 'Fetal error: invalid HOMEDRIVE'. I have no idea where the homedrive was defined (or
2002 Dec 09
2
R as a COM client - is it possible?
Dear all, In S+, there are functions like create.ole.object call.ole.method release.ole.object for communicating with other programs which work as a COM server (on Windows). Is it possible to do something similar in R (I've studied the 'connections' facilities, but they do not seem to work). ========================================== S?ren H?jsgaard, PhD, Senior Scientist
2002 Aug 26
2
Homedrive mapping
Hello everyone, We are making extensive use of the homedrive mapping fields in AD. (automagically mapping a drive letter to a UNC path without a logon script) Since we sp2 applied to our clients, none of them have been able to map their home drives to our samba servers. According to Microsoft's q-article, http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308580&, "this