Displaying 20 results from an estimated 6000 matches similar to: "R hangs when plot() is used"
2016 Feb 17
2
R hangs when plot() is used
On Wed, 2016-02-17 at 11:24 +0900, ashutosh srivastava wrote:
> > I have compiled R from source in local user account (at non default
> > location). R seems to be working fine but issuing plot() command opens a
> > window (supposedly graph, but nothing is visible) and then R terminal also
> > freezes. Any suggestions?
We found an older version of x11 and this worked for
2015 Sep 15
1
x11() hangs in R 3.2.1
On 09/15/2015 09:12 AM, Ashley Ford wrote:
> Steven Backus <backus at ...> writes:
>
>>
>> I'm on RHEL 6.6, R version 3.2.1 Patched (2015-07-30 r68761) --
>> "World-Famous Astronaut". Issuing the x11() command hangs R and
>> does not complete. A window is partially drawn then freezes.
>> Does anyone know of a solution?
>>
>>
2007 Jun 10
6
Problem getting lvm to work
Hi,
I have problems getting lvm to work on my domU. The dom0 is a CentOS 5
installed on lvm. I''ve added two extra lv, one for root and one for
swap.
[root@surr log]# lvscan
ACTIVE ''/dev/VolGroup00/dom0vol'' [3.91 GB] inherit
ACTIVE ''/dev/VolGroup00/dom0swap'' [1.94 GB] inherit
ACTIVE
2015 Jul 31
2
x11() hangs in R 3.2.1
I'm on RHEL 6.6, R version 3.2.1 Patched (2015-07-30 r68761) --
"World-Famous Astronaut". Issuing the x11() command hangs R and
does not complete. A window is partially drawn then freezes.
Does anyone know of a solution?
Thanks,
Steve
--
Steven J. Backus Computer Systems Manager
University of Utah E-Mail: steven.backus at utah.edu
2011 May 07
1
Exporting list with unequal length of rows
Dear users
I have received an output from one of the functions of igraph. The output is
in the following form
[[1]]
[1] 1 196 94 89 92 197 0
[[2]]
[1] 1
[[3]]
[1] 1 196 97 193 4
[[4]]
[1] 1 194 97 193 4
[[5]]
[1] 1 194 97 193 4 6
[[6]]
[1] 1 196 97 193 4 6
[[7]]
[1] 1 196 97 193 4 185 7
[[8]]
[1] 1 194 97 193 4 185 7
[[9]]
[1] 1 196 97 193
2003 Jan 15
2
Bug or Feature? LogLik.nls and non-central F distribution.
I have a dataset that I am running non-linear regression on via the
following code:
Hill <- function(E0,Em,C50,g,C){
#
# Hill is the hill interaction function.
#
# E0 Represents the minimum interaction Effect
#
# Em Represents the Maximum Interaction Effect
#
# C50 represents the concentration at which 50% of the effect occurs.
#
# gamma represents the cooperativity of the
2018 Mar 07
2
Aspirant for GSOC 2018 for Nouveau Vulkan driver
Hi,
I am not been able to contact with mentor of this project.
Can someone else from the community help me with this ?
Regards,
Anusha Srivastava
On 3 March 2018 at 11:16, Anusha Srivastava <sidd.sinha89 at gmail.com> wrote:
> Hi Martin,
>
> Any update on this ?
> Regards,
> Anusha Srivastava
>
>
> On 28 February 2018 at 23:37, Anusha Srivastava <sidd.sinha89
2018 Feb 28
2
Aspirant for GSOC 2018 for Nouveau Vulkan driver
Hi,
I would like to participate in GSOC 2018 with Xorg to contribute to
project "Initial Nouveau Vulkan driver'
I would need some help in how to get started with the same.
Regards,
Anusha Srivastava
2007 May 15
5
Puppet performance
--On Monday, May 14, 2007 9:16 PM -0700 Jos Backus <jos@catnook.com> wrote:
> ObPuppet: we ramping up our deployment this week to around 200 hosts. So
> far everything has been going smoothly.
We don''t have nearly as many and yet, we see occasional errors ("End of
file reached") which seems to indicate the network cutting out. I can''t
imagine what would
2009 Dec 20
1
Problems in installing MCMCglmm package
Dear R-Helpers,
I am having troubles with installing with MCMCglmm package and I get the
following error with a package "Matrix"
Warning in library(pkg, character.only = TRUE, logical.return = TRUE,
lib.loc = lib.loc) :
there is no package called 'Matrix'
Error: package 'Matrix' could not be loaded
Execution halted
ERROR: lazy loading failed for package
2012 Dec 13
7
Thin server giving Stack level too deep error
Hi,
I am using thin web server in my rails project. But it gives stack level
too deep error. Couldn''t find any appropriate solution to this.
I have tried updating the ruby but didn''t help.
Regards,
Sumit
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2015 Mar 24
3
[LLVMdev] RFC: Loop versioning for LICM
> On Mar 20, 2015, at 8:02 PM, Nema, Ashutosh <Ashutosh.Nema at amd.com> wrote:
>
> > Yes, this is what I was proposing above and here ;):
> Thanks Adam it’s for confirming J
NP :).
>
> > No, not hasLoopInvariantStore but hasAccessToLoopInvariantAddress.
> Its only for invariant stores[not loads], Using ‘hasLoopInvariantStore’ (or a name with invariant store)
2012 Aug 13
9
Using Jquery plugin "tokenInput" with rails
Hi,
I made a contact manager app using rails. I added TokenInput plugin to
introduce an instant contact search functionality in it. Tried following a
railscast http://railscasts.com/episodes/258-token-fields but have been
struggling with it for a while. Following is the code I use in my view
<%= form_tag({:action => ''show'', :id => @contact_tokens}, :remote =>
2015 Mar 19
3
[LLVMdev] Cast to SCEVAddRecExpr
Yes, I can get "SCEVAddRecExpr" from operands of "(sext i32 {2,+,2}<%for.body4> to i64)".
So whenever SCEV cast to "SCEVAddRecExpr" fails, we have drill down for such patterns ?
Is that the right way ?
Regards,
Ashutosh
-----Original Message-----
From: Nick Lewycky [mailto:nicholas at mxc.ca]
Sent: Thursday, March 19, 2015 1:02 PM
To: Nema, Ashutosh
Cc:
2016 Jan 20
2
Why getFunction() of CallGraphNode return NULL function?
So, I won't know the called function statically, Right?
--------------------------------------------
Qiuping Yi
Institute Of Software
Chinese Academy of Sciences
On Wed, Jan 20, 2016 at 2:24 PM, Nema, Ashutosh <Ashutosh.Nema at amd.com>
wrote:
> Typically for C++ virtual function you will see an indirect callSite
> (unless not de-virtualized).
>
>
>
> Regards,
>
2015 Mar 20
2
[LLVMdev] RFC: Loop versioning for LICM
> On Mar 19, 2015, at 9:46 PM, Nema, Ashutosh <Ashutosh.Nema at amd.com> wrote:
>
> Thanks Adam for your reply.
>
> From: Adam Nemet [mailto:anemet at apple.com <mailto:anemet at apple.com>]
> Sent: Friday, March 20, 2015 3:23 AM
> To: Nema, Ashutosh
> Cc: Hal Finkel; Philip Reames; llvmdev at cs.uiuc.edu <mailto:llvmdev at cs.uiuc.edu>
> Subject:
2012 May 04
1
Help Required
On Fri, May 4, 2012 at 6:50 PM, vaibhav srivastava
<vaibhavcse30 at gmail.com>wrote:
>
> Hi all,
> Since I want to run Samba without modifying my existing kernel. Please
> tell me what are the requirements for the same.
> What are the package list required in kernel before installing samba.
> thanks in advance.
> --
> Thanks and Regards,
> Vaibhav Srivastava
>
2016 Apr 12
2
X86 TRUNCATE cost for AVX & AVX2 mode
<Copied Cong>
Thanks Elena.
Mostly I was interested in why such a high cost 30 kept for TRUNCATE v16i32 to v16i8 in SSE41.
Looking at the code it appears like TRUNCATE v16i32 to v16i8 in SSE41 is very expensive
vs SSE2. I feel this number should be same/close to the cost mentioned for same
operation in SSE2ConversionTbl.
Below patch from Cong Hou reduce cost for same operation in SSE2
2015 Mar 19
2
[LLVMdev] RFC: Loop versioning for LICM
Hi Ashutosh,
> On Mar 16, 2015, at 9:06 PM, Nema, Ashutosh <Ashutosh.Nema at amd.com> wrote:
>
> Hi Adam,
>
> From: Adam Nemet [mailto:anemet at apple.com <mailto:anemet at apple.com>]
> Sent: Wednesday, March 11, 2015 10:48 AM
> To: Nema, Ashutosh
> Cc: llvmdev at cs.uiuc.edu <mailto:llvmdev at cs.uiuc.edu>
> Subject: Re: [LLVMdev] RFC: Loop