Displaying 20 results from an estimated 74 matches for "prn".
Did you mean:
pfn
2018 Mar 24
2
Possible bug: file.exists() always returns TRUE for prn.us.txt
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.
In a fresh R session 3.4.4 installed on Windows 10:
> grep("prn.us.txt", dir(recursive = TRUE))
integer(0)
> file.exists("prn.us.txt")
[1] TRUE
> file.exists("pnr.us.txt&...
2018 Mar 24
1
Possible bug: file.exists() always returns TRUE for prn.us.txt
...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
>> 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
> lowercase), followed by an extension (i.e. a dot and characters) is taken
&g...
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
lowercase), followed by an extension (i.e. a dot and characters) is
taken to be the DOS printer devic...
2017 Nov 02
1
cups printer oddity
Dear list,
in CUPS, I have to absolutely identical printers configured (I believe),
except for the printer name and the hostname it connects to. I use
cupsaddsmb on them (same PPD). When I try to connect to the printer
prn-1101-001-d110-1, it works; for prn-1101-001-d111-1, it does not. I
have narrowed this down to the following difference in the output of
rpcclient -c enumprinters:
flags:[0x800000]
name:[\\PRINTSERV\]
description:[\\PRINTSERV\,prn-1101-001-d111-1,RICOH SP3600DN]
comm...
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,
2007 Apr 19
0
minor omissions re "special" windows file names (PR#9622)
...d "lpt0" are special file names -- these are not listed on the
Microsoft page, and I verified that they can be used as normal file
names on my Windows XP machine at least.)
Accordingly, the following changes might be desired:
In src/scripts/check.in:
OLD LINE:
if(grep(/^(con|prn|aux|clock\$|nul|lpt[1-3]|com[1-4])$/,
NEW LINE:
if(grep(/^(con|prn|aux|clock\$|nul|lpt[1-9]|com[1-9])$/,
ALSO: fix comment at beginning of check.in (search for "com1")
In doc/manuals/R-exts.texi, I would suggest changing
-----
names. In addition, files with names @samp{con}, @s...
2011 Jan 05
0
Nnet and AIC: selection of a parsimonious parameterisation
...RSS.tmp=(alpha-1)*sum((truth[ri != i] - predict(nn.tmp, data[ri !=
i,]))^2) +
alpha* sum((truth[ri == i] - predict(nn.tmp, data[ri ==
i,]))^2)
if (RSS.tmp<RSS){ RSS=RSS.tmp; nn=nn.tmp; ii=i}
}
}
if (optimFlag) {
return(RSS)
}else{
prn=nnWtsPrunning(nn,data,alpha,ii)
list(choice=prn$choice,nparam=prn$nparam,nparaminit=length(nn$wts),AIC=prn$AIC,nn1=prn$nn)
}
}
maxSize=maxSize+1; j=1;
choice <- numeric(maxSize); nparam <- numeric(maxSize); lambdaj <-
numeric(maxSize)
AIC <- numeric(maxSize);...
2002 Dec 18
6
Can I build an array of regrssion model?
...ion 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 = length(rawData[[1]]);
cuts = len*c(0.01, 0.03, 0.08, 0.18, 0.38, 0.69, 1);
cuts = as.integer(cuts);
mod1 = lm(rawData[[2]][1:cuts[1]]~rawData[[1]][1:cuts[1]]);
mod2 =
lm(rawData[[2]][cuts[1]:cuts[2]]~rawData[[1]][cuts[1]:cuts[2]]);
mod3 =
lm(rawData[[...
2010 Jul 16
1
smb mount as root, access as non-root. Changed behaviour between samba 3.0.x and 3.4.x?
Hi List,
I have an appliance ("the client") which mounts a CIFS share from a
Samba server - the Samba server usually runs on an Ubuntu system.
Within the client, the root user executes a mount command like this:
mount.cifs \\UBUNTUSERVER\archive /tmp/Default \
-o noserverino,user='someuser',pass='somepassword',uid='50',gid='7'
That uid/gid pair
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
1999 Apr 10
0
smbprint(ing) to an HP 3100??
...999 11:36:34 -0700
>Subject: Re: smbprint(ing) to a HP 3100??
[snip]
>On a linux box:
>1) open up netscape
>2) print the netscape window to a file "netscape.ps"
>3) use ghostscrip to change it to an HP command language...
> gs -dNOPAUSE -sDEVICE=ljet2p -sOutputFile=bug.prn netscape.ps -c quit
>4) now use smbclient to print bug.prn...
> a) smbclient \\\\server\\share ""
> b) smb: \> print bug.prn
>
>after a couple of seconds the windows98 box will crash with
>a blue screen of semi-death (your choices are to continue in
>which case t...
2010 Nov 04
0
certdnsnames question
...l/puppet/etc/ssl/certs/puppet.example.com.pem
2. Generate a new cert
/opt/local/sbin/puppetca --config /local/puppet/etc/puppetca.conf --generate
--certdnsnames puppet.bfm.com:puppet-ca.bfm.com:puppet-ca2.bfm.com:
puppet-lab.bfm.com:puppet-svn.bfm.com:puppet-del.bfm.com:puppet-ndh.bfm.com:
puppet-prn.bfm.com:puppet-nyc.bfm.com:puppet-smw.bfm.com:puppet-tkm.bfm.com:
puppet-ewd.bfm.com:puppet-lva.bfm.com:puppet-rmc.bfm.com:puppet-rdc.bfm.com:
puppet-sfo.bfm.com puppet.bfm.com
3. Confirm we have all our DNS names in the alternate DNS names:
openssl x509 -text -noout -in
/local/puppet/etc/ssl/cer...
2009 Oct 28
4
Insertar filas en un data frame
...1 12 1 3 0 4.5 2 1 0 78 2 151 46
13 2.5 15.28 0 0 2 0 0 0 3 0 4.5 2 1 6.31 78 2 151 46
13 0 0 4.5 -2 2 1 24 4 1 2 4.5 1 2 0 78 2 151 46
13 3.083 2.24 0 0 2 0 0 0 1 2 4.5 1 2 0.53 78 2 151 46
#Leer el archivo de datos:
Data <- read.table
("C:/Guillermo/Aprendiendo/Tareas_MV/Horas/mydata.prn",header=TRUE)
i <- 0
for(i in 2:length(Data$DV)){
if(Data$DV[i] != 0 & Data$TIME[i] != Data$TIME[i-1]){
Data <- rbind(Data[1:i,],Data[i,],Data[i+1:length(Data$DV),])
Data$DV[i] <- Data$NAP[i]
Data$NAP[i] <- 2
Data$CMT[i] <- 3
}
}
#Escribir los valores de la column...
2008 Jul 25
2
Package Hmisc, functions summary.formula() and latex(), options pdig, pctdig, eps and prmsd
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080725/bcafe250/attachment.pl>
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
...> > if (!free_area->nr_pages)
> > continue;
> >
> > for_each_migratetype_order(order, mt) {
> > list_for_each_entry(page,
> > &free_area->free_list[mt], lru) {
> >
> > pfn = page_to_pfn(page);
> > visit(opaque2, prn, 1<<order);
> > }
> > }
> > }
> >
> > spin_unlock_irqrestore(&zone->lock, flags);
> > }
> >
> >[...]
>
>
> I think the above would take the lock for too long time. That's why we
> prefer to take one free page bloc...
2017 Aug 03
2
[PATCH v13 4/5] mm: support reporting free page blocks
...> > if (!free_area->nr_pages)
> > continue;
> >
> > for_each_migratetype_order(order, mt) {
> > list_for_each_entry(page,
> > &free_area->free_list[mt], lru) {
> >
> > pfn = page_to_pfn(page);
> > visit(opaque2, prn, 1<<order);
> > }
> > }
> > }
> >
> > spin_unlock_irqrestore(&zone->lock, flags);
> > }
> >
> >[...]
>
>
> I think the above would take the lock for too long time. That's why we
> prefer to take one free page bloc...
2017 Aug 03
4
[PATCH v13 4/5] mm: support reporting free page blocks
...= &zone->free_area[order];
enum migratetype mt;
struct page *page;
if (!free_area->nr_pages)
continue;
for_each_migratetype_order(order, mt) {
list_for_each_entry(page,
&free_area->free_list[mt], lru) {
pfn = page_to_pfn(page);
visit(opaque2, prn, 1<<order);
}
}
}
spin_unlock_irqrestore(&zone->lock, flags);
}
[...]
> +/*
> + * Walk through the free page blocks in the system. The @visit callback is
> + * invoked to handle each free page block.
> + *
> + * Note: some page blocks may be used after the...
2017 Aug 03
4
[PATCH v13 4/5] mm: support reporting free page blocks
...= &zone->free_area[order];
enum migratetype mt;
struct page *page;
if (!free_area->nr_pages)
continue;
for_each_migratetype_order(order, mt) {
list_for_each_entry(page,
&free_area->free_list[mt], lru) {
pfn = page_to_pfn(page);
visit(opaque2, prn, 1<<order);
}
}
}
spin_unlock_irqrestore(&zone->lock, flags);
}
[...]
> +/*
> + * Walk through the free page blocks in the system. The @visit callback is
> + * invoked to handle each free page block.
> + *
> + * Note: some page blocks may be used after the...
2006 Jul 04
1
summary.formula table questions
Question 1) I am using the summary.formula function, from the Hmisc,
package, to construct a table of the mean establishment rates of multiple
plant ecotypes. I do not want the count (N) columns included in the table.
Is there a way to suppress that statistic?
Question 2) The table will have multiple columns, each representing a
different location. Is there a way to include Tukey's HSD at
2010 Nov 22
1
empity value in colnames
...quot; "A"
[5,] "A" "G" "A" "A" "A"
I am creating another matrix (I called here subset) which cbinds information
from another matrix (not shown) and a subset of this example matrix above
(let's say column 1 and 2) and save as .prn file
subset
Sequence family clone female male X10000 V2 X10001 V4
1 40003 400 540003 10005 22055 A G A G
2 40011 400 540011 10005 22055 G G A G
3 40014 400 540014 10005 22055 G G A A
4 40042 400 540042 10005 22055 G G A...