Displaying 20 results from an estimated 2000 matches similar to: "FW: Platform Compatibility"
2010 Mar 22
2
Problem with factors in lm() when using Rscript but not GUI
Hello R-help
I am having a curious problem. I am using a batch file to call an R script and am getting an error when performing a lm() fit using factorial data only when running in batch mode (see below). I do not get the error when executing the same code in GUI mode in R 2.10.1. Nor do I get the error when using Rscript version 2.9.2....
#######################################
#windows
2018 Mar 21
2
Re: [Qemu-block] [PATCH] tests: regressions: make test-big-heap use a temporary empty file
Am 21.03.2018 um 14:48 hat Pino Toscano geschrieben:
> On Wednesday, 21 March 2018 14:45:38 CET Eric Blake wrote:
> > [adding qemu lists]
> >
> > On 03/21/2018 07:51 AM, Richard W.M. Jones wrote:
> > > On Wed, Mar 21, 2018 at 01:44:17PM +0100, Pino Toscano wrote:
> > >> Newer versions of qemu use file locking for the images by default, and
> >
2010 Jan 26
1
update.packages on MS Windows with //server/share paths
Hi,
> update.packages(ask='graphics')
gives me multiple warning (one per updated package?) similar to ...
Warning: unable to move temporary installation
'\\Server02\stats\R\library\2.10\file3de56e0d\locfit' to
'\\Server02\stats\R\library\2.10\locfit'
The final, updated, folders do not end up where they should be. I can move
them 'by hand', but it is an
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
>>>>> Vinh Nguyen <vinhdizzo at gmail.com>
>>>>> on Thu, 8 Oct 2015 20:21:32 -0700 writes:
> Ahh, sorry for not googling the error message. Found
> [this](http://r.789695.n4.nabble.com/Error-compiling-R-2-10-1-on-AIX-td1017862.html)
> post that suggests modifying /src/extra/tre/tre-internal.h
>
2021 Feb 04
3
Challenging times in trying to access oracle Linux documentation
Good afternoon everyone, hope you all are well.
Apologies if this is considered unwelcome -- asking oracle question in
centos group -- but a lot of centos Vs oracle is going on here so hoping
this will not be shot down.
I am unable to access any of the oracle documentation I need, as it keeps
on asking for support identifier number, which, as far as I can tell, is
only available if I purchase an
2018 Apr 16
0
LLVM Alias Analysis (Load and store from same address is not showed up in same set)
On 4/15/2018 11:44 AM, Mustakimur Khandaker via llvm-dev wrote:
> Hi
> I have this simple c code for which I would like to use for alias
> analysis.
>
> #include <stdio.h>
> #include <stdlib.h>
>
> static int (*fp) (void);
> void ind_call (int (*compr)(void)){
> fp = compr;
> fp();
> }
> int hello(void){
2006 Feb 02
2
R training courses
Hi All,
I am interested in learning about people's experience with R training or
courses. What worked, what didn't? What do you recommend?
Also, if there any groups or individuals that have and can offer R
training courses, please contact me directly. I would like to learn
about your services.
Thanks for your input and help. Please feel free to contact me directly.
Russ
2018 Apr 15
2
LLVM Alias Analysis (Load and store from same address is not showed up in same set)
Hi
I have this simple c code for which I would like to use for alias analysis.
#include <stdio.h>
#include <stdlib.h>
static int (*fp) (void);
void ind_call (int (*compr)(void)){
fp = compr;
fp();
}
int hello(void){
return printf("hello world\n");
}
int main(){
ind_call(hello);
return 0;
}
So, I do the following:
bin/opt -basicaa
2019 Jan 29
2
[cfe-dev] Create a BlockAddress array from LLVM Pass
Sorry for emailing both group.
As I will have a constant array of BlockAddress, what type I should use in Constant Array for its ArrayType declaration?
I am creating the list in following way:
unsigned int nBr = fit->second.size();
llvm::Constant *listBA[nBr];
unsigned int Idx = 0;
for (std::set<llvm::BasicBlock *>::iterator it = fit->second.begin();
it != fit->second.end(); ++it)
2015 Jan 22
0
DAHDI-Linux and DAHDI-Tools 2.10.1-rc2 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.10.1-rc2
DAHDI-Tools-v2.10.1-rc2
dahdi-linux-complete-2.10.1-rc2+2.10.1-rc2
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* Updates to
2015 Jan 22
0
DAHDI-Linux and DAHDI-Tools 2.10.1-rc2 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.10.1-rc2
DAHDI-Tools-v2.10.1-rc2
dahdi-linux-complete-2.10.1-rc2+2.10.1-rc2
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* Updates to
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
One other note: I'm also using the latest src/main/dcf.c that was
giving an issue on AIX previously; see
[this](https://stat.ethz.ch/pipermail/r-devel/2015-September/071781.html)
thread.
Thanks.
On Thu, Oct 8, 2015 at 6:51 PM, Vinh Nguyen <vinhdizzo at gmail.com> wrote:
> Please note that if I don't specify those variables, then R 32 bit
> compiles fine. Thanks.
>
> --
2015 Jun 15
0
DAHDI-Linux and DAHDI-Tools 2.10.2 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.10.2
DAHDI-Tools-v2.10.2
dahdi-linux-complete-2.10.2+2.10.2
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* Fixes compile issues with
2015 Jun 15
0
DAHDI-Linux and DAHDI-Tools 2.10.2 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.10.2
DAHDI-Tools-v2.10.2
dahdi-linux-complete-2.10.2+2.10.2
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* Fixes compile issues with
2015 Jun 08
0
DAHDI-Linux and DAHDI-Tools 2.10.2-rc1 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.10.2-rc1
DAHDI-Tools-v2.10.2-rc1
dahdi-linux-complete-2.10.2-rc1+2.10.2-rc1
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* Fixes compile
2015 Jun 08
0
DAHDI-Linux and DAHDI-Tools 2.10.2-rc1 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.10.2-rc1
DAHDI-Tools-v2.10.2-rc1
dahdi-linux-complete-2.10.2-rc1+2.10.2-rc1
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* Fixes compile
2015 Oct 29
0
DAHDI-Linux and DAHDI-Tools 2.11.0-rc1 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.11.0-rc1
DAHDI-Tools-v2.11.0-rc1
dahdi-linux-complete-2.11.0-rc1+2.11.0-rc1
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* This release
2015 Oct 29
0
DAHDI-Linux and DAHDI-Tools 2.11.0-rc1 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.11.0-rc1
DAHDI-Tools-v2.11.0-rc1
dahdi-linux-complete-2.11.0-rc1+2.11.0-rc1
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* This release
2015 Dec 22
0
DAHDI-Linux and DAHDI-Tools 2.11.0 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.11.0
DAHDI-Tools-v2.11.0
dahdi-linux-complete-2.11.0+2.11.0
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* This release adds automake
2015 Dec 22
0
DAHDI-Linux and DAHDI-Tools 2.11.0 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.11.0
DAHDI-Tools-v2.11.0
dahdi-linux-complete-2.11.0+2.11.0
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
* This release adds automake