Displaying 4 results from an estimated 4 matches for "feddback".
Did you mean:
  fedback
  
2019 Feb 17
2
Cross compile R for ARM target
Hi Johannes, 
Thank you  for your quick feddback.
As I am using linux os build with buildroot on my raspberry pi I can't use package manager such as apt-get  to install R.
What I need to do is to get the precompiled R for arm arch and then when I build my linux  image using buildroot I include  the R precompiled package to my rootfs.
Could...
2011 Aug 20
0
New Authorization gem announce -- Six
I made new authorization gem. (https://github.com/randx/six)
My goal is to make something like cancan but more easier to understand
& without any magic.
I''ll be grateful for any feddback and your opinion
-- 
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-ta...
2019 Feb 17
0
Cross compile R for ARM target
Hi,
you can find the packages here
  https://cran.r-project.org/bin/linux/debian/stretch-cran35/
Kind regards,
Johannes
Am Sonntag, 17. Februar 2019, 13:28:20 CET schrieb Samir Mouhoune:
> Hi Johannes,
> 
> Thank you  for your quick feddback.
> 
> As I am using linux os build with buildroot on my raspberry pi I can't use
> package manager such as apt-get  to install R.
> 
> What I need to do is to get the precompiled R for arm arch and then when I
> build my linux  image using buildroot I include  the R precompile...
2019 Feb 17
2
Cross compile R for ARM target
Dear all,
I am currently trying to cross compile R3.5.2  using X86 host  and  trying to cross compile for ARM target (raspberry pi 3 running on  linux system generated  by buildroot).
The problem I am encountering is that the compilation fails because  the current R buildsystem  I trying to execute the R binary generated for Arm arch on the  host X86  computer.
My question is:   Is there  an  R