Displaying 9 results from an estimated 9 matches for "pnr".
Did you mean:
nr
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 th...
2018 Mar 24
2
Possible bug: file.exists() always returns TRUE for prn.us.txt
...e "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")
[1] FALSE
> file.exists("prn\\.us\\.txt")
[1] FALSE
> sessionInfo()
R version 3.4.4 (2018-03-15)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 16299)
Matrix products: default
locale:
[1] LC_COLLATE=English_United Kingdom.1252
[2] LC_...
2019 Aug 21
1
Re: Debian 10 with libguestfs
On Wed, Aug 21, 2019 at 12:03:15PM +0200, Julian Hyordey wrote:
> As I said, it works, but you just forgot to modifiy /etc/hosts :
>
> 127.0.1.1 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com
Yes this is broken in several images including the Ubuntu ones.
It took me a long time to work out why it happens. It turns out that
it's because qemu uses 10.0.2.15 as a default address while
installing, and that happens to reverse to some random machine on Red
Hat...
2019 Aug 20
3
Re: Debian 10 with libguestfs
On Tue, Aug 20, 2019 at 03:25:01PM +0200, Julian Hyordey wrote:
> If you want a test, let me know when it's done and I'll try it immediately.
OK it's uploaded. I have only boot tested it, but it
works for me.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is
2008 Sep 22
1
Help for SUR model
...GP~SP500+d13+SP500f13 ->sur136
HAN~SP500+d13+SP500f13 ->sur137
IP~SP500+d13+SP500f13 ->sur138
KMB~SP500+d13+SP500f13 ->sur139
LPX~SP500+d13+SP500f13 ->sur1310
MWV~SP500+d13+SP500f13 ->sur1311
PCH~SP500+d13+SP500f13 ->sur1312
PCL~SP500+d13+SP500f13 ->sur1313
PNR~SP500+d13+SP500f13 ->sur1314
POP~SP500+d13+SP500f13 ->sur1315
SON~SP500+d13+SP500f13 ->sur1316
TIN~SP500+d13+SP500f13 ->sur1317
W~SP500+d13+SP500f13 ->sur1318
WPP~SP500+d13+SP500f13 ->sur1319
WY~SP500+d13+SP500f13 ->sur1320
system13 <- list(sur132, sur133...
2018 Mar 24
1
Possible bug: file.exists() always returns TRUE for prn.us.txt
...;
>
>> 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")
>>>
>> [1] FALSE
>>
>>> file.exists("prn\\.us\\.txt")
>>>
>> [1] FALSE
>>
>> sessionInfo()
>>>
>> R version 3.4.4 (2018-03-15)
>> Platform: x86_64-w64-mingw32/x64 (64-bit)
>> Running under: W...
2019 Aug 21
0
Re: Debian 10 with libguestfs
As I said, it works, but you just forgot to modifiy /etc/hosts :
127.0.1.1 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com
Regards,
Le mar. 20 août 2019 à 18:15, Richard W.M. Jones <rjones@redhat.com> a
écrit :
> On Tue, Aug 20, 2019 at 03:25:01PM +0200, Julian Hyordey wrote:
> > If you want a test, let me know when it's done and I'll try it
> immediately.
>
>...
2018 Mar 24
0
Possible bug: file.exists() always returns TRUE for prn.us.txt
...no guarantee that will work five minutes from now.
Duncan Murdoch
>
> 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")
> [1] FALSE
>> file.exists("prn\\.us\\.txt")
> [1] FALSE
>
>> sessionInfo()
> R version 3.4.4 (2018-03-15)
> Platform: x86_64-w64-mingw32/x64 (64-bit)
> Running under: Windows 10 x64 (build 16299)
>
> Matrix products: default
>
>...
2007 Jun 24
2
matlab/gauss code in R
...42
> Date: Fri, 22 Jun 2007 14:19:43 -0600
> From: "Spilak,Jacqueline [Edm]" <Jacqueline.Spilak en EC.gc.ca>
> Subject: [R] Barchart legend position
> To: <r-help en stat.math.ethz.ch>
> Message-ID:
> <4A6AB38B55B49C44A22E021A83CBEDDB015EB9A1 en sr-pnr-exch3.prairie.int.ec.gc.ca>
>
> Content-Type: text/plain
>
> I am using barchart to make charts for some data with a lot more
> functions and labels and such in the command.
>
> barchart(Freq ~ factor(HH), data = dataset1, group= year)
>
> So I have my data grouped by...