Displaying 20 results from an estimated 100 matches similar to: "Suggestion for installation of R"
2017 Aug 17
0
Suggestion for installation of R
AFAIK the short answer is no.
Longer answer is yes, but you would have to invest some likely significant effort into learning how to compile source code for Android operating system. It has been done before.
--
Sent from my phone. Please excuse my brevity.
On August 16, 2017 11:29:17 PM PDT, Megha Kamble <meghakamble at gmail.com> wrote:
>Is it possible to download and run R on Asus
2017 Aug 17
1
Suggestion for installation of R
> >Is it possible to download and run R on Asus ZenFone, if yes, which
> >version
Try Googling 'R on Android'
The top link is
https://www.r-bloggers.com/install-r-in-android-via-gnuroot-no-root-required/
*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}
2013 Aug 29
1
Missing value handling for felm function in lfe package
Dear All,
I am trying to use the felm function in the lfe package. However it does
not seem to deal with missing values the way the lm function does. I wish
to tell it na.omit or na.action = na.omit but it does not recognize this. I
need to allow for missing values as I have different specifications and
don't want to remove observations for all. Help on this will be greatly
appreciated!
2009 Oct 20
3
Transparent Bands in R
Hello All,
My question is regarding the attached plot. I would like to have multiple
transparent green bands running the length (yaxis) of the plot the width of
which is determined by the green lines at y=0 in the plot. Can you suggest a
way to do it?
For those who can't or are unwilling to download the file the plot is at
http://www.twitpic.com/ma8w0
Thanks!
2009 Jan 14
1
[Patch] a bugfix to the oprofile code
Keir,
The checks in the function passive_domain_do_rdmsr() were not
sufficient. Also the same checks were done in the function
passive_domain_do_wrmsr(). So these common checks are moved in a new
single function passive_domain_msr_op_checks().
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Please Apply,
Thanks &
2006 Apr 19
4
[PATCH] avoid injection of missed timer interrupts while debugging a guest
Hi Keir, Ian,
Today if we stop the guest for debugging using the gdbserver and then
continue with the guest execution the PIT finds that the time has gone
ahead and it missed to inject so many timer ticks, and it tries to
inject all of those one by one. So after the gdb continue command the
guest just handles the timer interrupts for a long time before it can do
anything else.
This patch
2012 Nov 15
0
[LLVMdev] regarding llvm compiler and profiler
Dear All,
I'm a new bee in using LLVM environment.
I have certain doubts in using compiler and profiler. Please, someone explain how and why it is so?
compiler: What is the default optimization level in llvm-gcc?
profiler: 1. During basic block profiling why all functions are not listed.
2. In function execution frequencies, why only 6 functions are listed?
2012 Nov 24
1
[LLVMdev] profiling basic block frequency in LLVM3.1
Dear All LLVM Users,
I'm new to LLVM environment. I want to perform basic block profiling. I'm using LLVM3.1
I tried it with a simple 'c' code to find Max.No, mentioned below.
-----------------------------------------------------------------------------------------------------------------------------------------
#include <stdio.h>
int main()
{
unsigned int i,temp;
2010 Mar 22
0
IRT - Item Information Function: ltm package
Hi Everybody,
I have just been introduced to R and have used the ltm package for
calibrating items under IRT.
I have been able to get the item parameters using the fit function under
different models.
I am using the 2PL model. I have got the parameters for some 300 items
from 15 different tests using the function fit.
Now I need to automatically generate tests such that they have atleast a
2008 Apr 07
6
64-bit windows capability
What is the prognosis for being able to install a 64-bit windows guest
(of any variety) on an opensolaris host.
Don Nichols
2016 Mar 05
5
usar R a traves de la web
Estimada comunidad, para mi trabajo uso latex y R normalmente, ahora
debo viajar sin mi portatil, pero tengo la opcion de llevar un pequeño
tablet (con android) ... para suplir latex he estado usando
www.overleaf.com y trabaja excelente, practicamente todos los paquetes
que uso estan disponibles ahi ... pero no he encontrado algo similar para R.
Saben ustedes si existe algun proyecto que
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been
granted by other domains.
Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2002 Dec 27
1
Solaris Date getting changed while using samba
Skipped content of type multipart/alternative-------------- next part --------------
**************************Disclaimer**************************************************
Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged'
and 'confidential' and intended for use only by the individual or entity to which it is
addressed. You are notified
2006 Mar 10
0
[PATCH] patch to enable physical cdrom tray eject
Hi Ian, Keir
This patch enaables the ejection of the physical cdrom tray, when
user enters "eject cdrom" in the control console of a VMX guest.
Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
Thanks & Regards,
Nitin
------------------------------------------------------------------------
-----------
Open Source Technology Center, Intel Corp
2006 Mar 10
0
gdbserver-xen fix for vmx gustes
Hi Ian, Keir,
Attached is a small patch to fix the gdbserver-xen for VMX guests.
Please apply.
Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
Thanks & Regards,
Nitin
------------------------------------------------------------------------
-----------
Open Source Technology Center, Intel Corp
_______________________________________________
Xen-devel
2005 Aug 31
0
[PATCH] Re: SMP dom0 with 8 cpus of i386
Keir, Ian,
With PCI mmconfig option on, and with the PCI express enabled BIOS,
the dom0 kernel reads the PCI config from fix-mapped PCI mmconfig space.
The PCI mmconfig space is of 256MB size, and it''s access is
implemented differently on i386 & x86_64. On x86_64 the whole 256MB is
mapped in the Kernel virtual address space. On i386 it will consume too
much of the kernels
2005 Sep 01
0
RE: [PATCH] Re: SMP dom0 with 8 cpus of i386
Is this PAE or non-PAE?
Please can you try forceing emulation mode by toggling the "#if 0" in
arch/x86/mm.c ptwr_do_page_fault
The other thing to try is modifying set_pte_pfn_ma to call xen_l1_update
rather than set_pte. You could try set_pte_at too.
This will help narrow down the issue.
Thanks,
Ian
> Keir, Ian,
> With PCI mmconfig option on, and with the PCI express
>
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
A new intel-gpu-tools quarterly release is available with the
following changes:
General changes:
- Libudev has been made a mandatory dependency. (Antonio Argenziano)
- Documentation changed to refer to the new igt-dev mailing
list. (Rhys Kidd)
Library changes:
- Refactored timer usage for smaller code size. (Chris Wilson)
- Various fixes to support planar framebuffers. (Maarten Lankhorst)
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces
previous postings of those patches.
The main difference is that the xl cfg file is now formatted using POD
instead of markdown and presented as a manpage.
I have setup a cron job to build docs/html and publish it at
http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now).
The motivation for some of these patches
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
flight 17325 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17325/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl 9 guest-start fail REGR. vs. 12557
test-amd64-i386-xl-credit2 15 guest-stop fail REGR. vs. 12557
test-amd64-i386-xl 15 guest-stop