similar to: Possible bug: file.exists() always returns TRUE for prn.us.txt

Displaying 20 results from an estimated 800 matches similar to: "Possible bug: file.exists() always returns TRUE for prn.us.txt"

2018 Mar 24
1
Possible bug: file.exists() always returns TRUE for prn.us.txt
Thank you. I was just replying my own message with the same information. Sorry for not doing the research properly before filing. Cheers Joris On Sat, Mar 24, 2018 at 11:36 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 24/03/2018 6:16 AM, Joris Meys wrote: > >> Dear all, >> >> while preparing some exercises I came across some highly surprising
2018 Mar 24
0
Possible bug: file.exists() always returns TRUE for prn.us.txt
On 24/03/2018 6:16 AM, Joris Meys wrote: > Dear all, > > while preparing some exercises I came across some highly surprising > behaviour of file.exists(). The specific value "prn.us.txt" always returns > TRUE, even though that file is nowhere to be found on my system. That's a Windows "bug", not an R bug. Any name starting "prn" (upper or
2012 Aug 27
1
non portable filenames
I am including an external piece of software in an R package. This software ships with its own configure script generated by autoconf/automake, and this script is being run as part of the package configure script. The package contains a file m4/lt~obsolete.m4 which - as far as I can see - is a standard file from the autoconf/automake/m4 suite of programs. A warning is generated with R CMD
2007 Apr 19
0
minor omissions re "special" windows file names (PR#9622)
"lpt1" through "lpt9" and "com1" through "com9" are in fact "special" file names under various versions of Microsoft Windows. However, "R Extensions" says only that "lpt1" through "lpt4" and "com1" through "com3" cannot be used as filenames, and "R CMD check" checks for just these
2002 Dec 25
2
Is there string class in R?
Hi, I want to use R handle hundreds data file. So I want use some string class to handle the names of data file. My idea procedure like: for i in 1:20 { filename = "***" + i +".PRN" scan(filename) .... } Do anyone know how to do this? Thanks,
2008 Jul 30
1
problem with nested loops
Dear all, I have a problem with constructing a nested loop. I have two matrices: pnr: 800 rows 14 columns where rows are 40x20 meaning that 40 rows belong to one of twenty objects in the matrix pnr mvp: 20 rows and 14 columns I want to: calculate a distance value with the first 40 rows of pnr but 20times with the 1st row of mvp then the next 40 rows of pnr and 20times with the second row
2009 Oct 12
2
Error: cannot allocate vector of size 1.2 Gb
Dear List, today I turn to you with a next problem. I'm trying to compare species richness between various datasets (locations) using species accumulation curves (Chapter 4, page 54 in Tree diversity analysis<http://www.worldagroforestry.org/treesandmarkets/tree_diversity_analysis.asp>by Kindt & Coe). To accomplish this I'm using package BiodiversityR. My data is comprised of
2018 Jan 08
2
Bug 17159 - recursive dir.create() fails on windows shares due to permissions
Hi, I?d like to ask about bug 17159: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17159 I can confirm that I see exactly this bug when using dir.create on paths of UNC form (\\server\share\xxx), with the recursive flag set. I?m seeing this when attempting to use install.packages with such a path (which I know isn?t supported, but would be great if it was!). I can see that a patch has been
2004 Mar 29
2
how transform excell file to text file in R
Hello, it want to know if there is a library that transform a file in excell (*. xls) to text file(*.txt, *,prn, *.csv). Thanks
2009 Oct 11
3
Error in family$family : $ operator is invalid for atomic vectors
Dear List, I'm having problem with an exercise from The R book (M.J. Crawley) on page 567. Here is the entire code upto the point where I get an error. data(UCBAdmissions) x <- aperm(UCBAdmissions, c(2, 1, 3)) names(dimnames(x)) <- c("Sex", "Admit?", "Department") ftable(x) fourfoldplot(x, margin = 2) dept<-gl(6,4) sex<-gl(2,1,24)
2002 Dec 18
6
Can I build an array of regrssion model?
Hi, I am trying to use piecewise linear regression to approximate a nonlinear function. Actually, I don't know how many linear functions I need, therefore, I want build an array of regression models to automate the approximation job. Could you please give me any clue? Attached is ongoing code: rawData = scan("c:/zyang/mass/data/A01/1.PRN", what=list(numeric(),numeric())); len =
2018 Jan 17
2
[R-win] Bug 17159 - recursive dir.create() fails on windows shares due to permissions (MMaechler: Resending to R-windows@R-pr..)
I usually draw a complete blank if I try to assist our IT department with such issues (we really need better documentation than the Admin manual for large-system installs by non-experts in R). However, it is my impression that there are also options involving environment variables and LFS naming. E.g., map the networked user directory to, say, a P: "drive" and make sure that the
2009 Oct 28
4
Insertar filas en un data frame
Hola, Por favor, necesito insertar una fila debajo de las filas que tengan DV distinto de cero, pero no me deja insertar hasta el final de la tabla. Esta es mi tabla y este es el código con el que estoy apurado. C ID TIME DV AMT RATE CMT SS II EVID GRUPO VISITA DOSIS VECES FORMA NAP EDAD SEXO ALTURA PESO 11 0 0 3 0 1 1 12 1 3 0 3 2 1 0 77 2 147 74 11 1.417 0.001 0 0 2 0 0 0 3 0 3 2 1 0.001
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
On Thu 03-08-17 18:42:15, Wei Wang wrote: > On 08/03/2017 05:11 PM, Michal Hocko wrote: > >On Thu 03-08-17 14:38:18, Wei Wang wrote: [...] > >>+static int report_free_page_block(struct zone *zone, unsigned int order, > >>+ unsigned int migratetype, struct page **page) > >This is just too ugly and wrong actually. Never provide struct page > >pointers
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
On Thu 03-08-17 18:42:15, Wei Wang wrote: > On 08/03/2017 05:11 PM, Michal Hocko wrote: > >On Thu 03-08-17 14:38:18, Wei Wang wrote: [...] > >>+static int report_free_page_block(struct zone *zone, unsigned int order, > >>+ unsigned int migratetype, struct page **page) > >This is just too ugly and wrong actually. Never provide struct page > >pointers
2004 Oct 29
1
All users able to access printer
Hi all, I have setup with linux samba-server(ver 2.2.1a) as my print-server under user security model with printer access allowed only for a few users. It's so happening that samba is allowing any users to fire print jobs on the shared printers,even those users who are not in the valid users list. However it is fine with normal shared folders ,where only the valid user are able to
2010 Nov 22
1
empity value in colnames
Hi Guys. I have a matrix which has names in every other column and the other one is empity ("") example X10000 X10001 X10002 [1,] "A" "G" "A" "G" "G" [2,] "G" "G" "A" "G" "A" [3,] "G" "G" "A" "A" "A"
2018 Jan 17
2
[R-win] Bug 17159 - recursive dir.create() fails on windows shares due to permissions (MMaechler: Resending to R-windows@R-pr..)
I can easily believe that. It was maily for Joris, that it might not be necessary to reinstall. -pd > On 17 Jan 2018, at 11:55 , Thompson, Pete <Pete.Thompson at iqvia.com> wrote: > > That solution works fine for the use case where each user has a network based home directory and needs to run R from there, but doesn?t help with my situation. I need to be able to support
2002 Aug 08
1
Win 9x printer problem
I am continuing to struggle with a strange SAMBA Printing problem. Here are the details: 1) NT based clients can log on as guests or as users and can print in either case with no problems. 2) Windows 9x clients can log in as either guest or as users and can access shares with no problems. 3) Windows 9x clients attempting to print directly to the SAMBA printer hang the print process and
2010 Jan 09
1
errors when installing packages (ubuntu)
Hi List, I'm having problems installing certain packages. When I try to install fields, I get the output below. I have highlighted the what I perceive as the first error (spam seems to be a dependency of fields). Can I assume this is causing dependency problems for fields, which fails to install at the end, or is there a deeper problem? I run Ubuntu Karmic Koala on R 2.9.2. 2>