similar to: Cross compile R for ARM target

Displaying 20 results from an estimated 1000 matches similar to: "Cross compile R for ARM target"

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 you please send me a link where I can download
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.
2019 Feb 17
0
Cross compile R for ARM target
Hi Samir, I do publish ports of the latest R releases for arm64 on CRAN. Not sure what you mean by R dev, but if you are looking for R 3.5.2 on Debian, you can install that using the instructions on CRAN https://cran.r-project.org/bin/linux/debian/ Disclaimer: I have no experience with cross compilation, buildroot or Yocto. I just build R on the raspi 3 running Debian stable. Kind
2018 Nov 15
5
Lightweight build of smbclient only
I'm interested in using smbclient in an embedded Linux system, to copy files to a Windows file share. I don't need the entire samba suite. I'd like to get a smbclient compile that is reasonably small (less than 3 MB ideally). I'm building the embedded Linux system cross-compiled for an ARM based platform using Yocto. Yocto has support for building samba. But it is aimed at the
2011 Sep 16
3
question concerning the acf function
Hi everyone, I've got a question concerning the function acf(.) in R for calculating the autocorrelation in my data. I have a table with daily returns of several stocks over time and I would like to calculate the autocorrelation for all the series (not only for one time series). How can I do this? After that I want to apply an autoregressive model based on the estimated lag in the
2015 Oct 14
2
SemPlot install fails
Hey there, I'm new to Linux and to R and trying to install SemPlot. When i enter install.packages (c("SemPlot")) R starts installing but suddenly there are a lot of error warnings. After the process ends, i get warning messages: 1: In install.packages(c("semPlot")) : installation of package ?stringr? had non-zero exit status 2: In
2017 Mar 21
2
I/O error
Thanks. I've looked through all the links, and it seems everything is fine wrt. to what was mentioned there (I've disabled 64 bits in mke2fs, but it didn't help). I'd be glad to provide more details, but the error message is the only info I've got by now. It seems nothing else can be got from syslinux shell without modifiying the code. I've tried to make it load the kernel
2011 Sep 27
4
Question concerning Box.test
Hi everyone, I've got a question concerning the function Box.test for testing autocorrelation in my data. My data consist of (daily) returns of several stocks over time (first row=time, all other rows=stock returns). I intend to perform a Box-Ljung test for my returns (for each stock). Since I have about 3000 stocks in my list, I'm not able to perform the test individually for each
2009 Jun 21
3
VMWARE tools on Centos 5.2
Hello, I m using Centos 5.2 in my virtual machine VMWARE i've got the rpm of VMWARE tools, after double clicking on it, it installs successfully. but after this installation i still can not change my displaay r?solution.. (the max is 800 * 600) any help? -- Samir RHAOUSSI ENIM 2009 - G?nie Informatique -------------- next part -------------- An HTML attachment was scrubbed... URL:
2000 Nov 14
3
ODBC Connectivity
Does anyone have any experience using R to pull/push data from an ODBC compliant database? I'm working on a small project and am undecided about whether to use just R or use some other software for extracting and transforming. TIA Samir. The information contained in this e-mail transmission is confidential and may be privileged. It is intended only for the addressee(s) stated above. If
2017 Mar 21
1
I/O error
>> Thanks. I've looked through all the links, and it seems everything is >> fine wrt. to what was mentioned there (I've disabled 64 bits in mke2fs, >> but it didn't help). I'd be glad to provide more details, but the error >> message is the only info I've got by now. It seems nothing else can be >> got from syslinux shell without modifiying the
2019 Nov 22
2
Using the Yocto Project for Upstream Testing
On 11/22/19 2:46 PM, David Blaikie wrote: > Sorry, I'm not sure I follow/understand your email, or what sort of > replies/responses/discussion you're hoping to get from it - perhaps > you could rephrase and/or provide more detail? David, Sorry its more to give you guys a heads up in case they ask about it being of interest and know that its something of interest outside that
2020 Sep 16
3
Newer versoin of tar 1.26 on Centos 7
Is it possible to find a repository that hold a newer version of tar. The current version is 1.26 I have some students trying to build Yocto project on my Centos 7 host, but OpenEmbedded reports incompatibility problems with the current version of tar. I thank you on beforehand for any help. |< -- Med venlig hilsen Klaus Kolle Teknikumingeni?r, B.Sc.EE., e-mail : klaus at kolle.dk
2019 Nov 16
2
Using the Yocto Project for Upstream Testing
Greetings All, I've already mentioned this on the GCC side but it seems that the Yocto Project has a class for testing upstream projects. The project is used for building embedded distributions but due to the ability with bitbake and the amount of supported upstream projects I've asked them to mention that other projects are interested in seeing this happen at the usual Embedded
2006 Nov 10
2
Outgoing problem on PRI
Dear All, I have an asterisk server version 1.2.12.1 along with trixbox and I am having this nasty problem, I have a TE200P and have an E1 pri attached to it and zttool says it's OK, I have configured the whole 31 channels into one group as follow: Zapata-auto.conf: callerid=asreceived signalling=pri_cpe switchtype=euroisdn context=from-zaptel group=0 channel=>1-15,17-31
2011 Sep 08
2
problems with function read.table
Hello everyone I have a couple of questions about the usage of the R function "read.table(.)". My point of departure is that I want to import a matrix (consisting of time and daily stock returns of many stocks) in R. Most of the data is numeric, however some values are missing (blanks) and in other cases I have the character "#DIV/0!" (from excel). My goal is to do some
2019 Apr 29
3
R 3.6.0 for Debian buster
Am Montag, 29. April 2019, 15:03:54 CEST schrieb Kurt Hornik: > >>>>> Johannes Ranke writes: > > Am Montag, 29. April 2019, 13:44:03 CEST schrieb Kurt Hornik: > >> >>>>> Johannes Ranke writes: > >> Thanks. You may have seen that with current gfortran in > >> testing/unstable, there are problems with the R BLAS/LAPACK API entries
2010 Apr 11
1
How to assign variable name (of a vector, matrix, array) from element of another vector or by using paste?
Dear All, My problem is the following > varname <- c("age","sex","edu","mrt") > varstates <- c(10,2,4,3) # 10 age groups, 2 sexes, 4 education group and 3 marital status.. Now, I want four variables (vector with length1) named nrage, nrsex, nredu, nrmrt and assing some values > for (i in 1:4) paste("nr",varname[i],sep="")
2019 Feb 14
1
Trying to compile icecast in Toradex apalis imx6
Hi! I'm using a Toradex apalis imx6 board to make a project for my bussiness and I need Icecast running on it, but I can't compile it in the board. It shows an error in "xslt" while compiling- I'm using Yocto. Do yow have any idea how can I compile Icecast source code in my Toradex apalis board without using this xslt? Thanks in advance!
2006 Dec 29
3
Problems with dovecot-sieve on Debian Etch using dovecot LDA
I am running debian etch with dovecot 1.0 rc15 from the debian repository with postfix 2.3 I am using virtual users in a postgreSQL database as taken from the dovecot wiki while making use of the password field for authentication I am using deliver as LDA and I am attempting to use the sieve plugin but try as I might I can't seem to get it working. Am I wrong in thinking that a sieve