Displaying 20 results from an estimated 79 matches for "ispras".
2011 Feb 25
0
[LLVMdev] Question about Value Range Propagation
...ing the implementation here: (
http://homepages.dcc.ufmg.br/~douglas/projects/RangeAnalysis/RangeAnalysis.paper.pdf
)
Indeed, if any of you guys have some free time, and want to give me a
review, that would be very kind of you :)
Warm regards,
Douglas
2011/2/22 Andrey Belevantsev <abel at ispras.ru>
> Hi Douglas,
>
>
> On 21.02.2011 20:27, Douglas do Couto Teixeira wrote:
>
>> My work is not part of the LLVM mainline yet. But I would be happy to
>> contribute with the code of my range analysis implementation if it can
>> help
>> you in something e...
2011 Feb 25
1
[LLVMdev] Question about Value Range Propagation
...ages.dcc.ufmg.br/%7Edouglas/projects/RangeAnalysis/RangeAnalysis.paper.pdf>)
> Indeed, if any of you guys have some free time, and want to give
> me a review, that would be very kind of you :)
>
> Warm regards,
>
> Douglas
>
> 2011/2/22 Andrey Belevantsev <abel at ispras.ru <mailto:abel at ispras.ru>>
>
> Hi Douglas,
>
>
> On 21.02.2011 20:27, Douglas do Couto Teixeira wrote:
>
> My work is not part of the LLVM mainline yet. But I would be
> happy to
> contribute with the code of my range analysis...
2010 Jun 17
2
Question regarding print
Hi,
Does anybody know how to have output from print, without the leading [1]?
(Or must I use cat/write?)
>out="r15"
>print(out,quote=FALSE)
[1] r15
And I definitely do not want the leading [1] as I want to construct a table
from this.
Ciao, Adolf
------------------------------------------------
Adolf Stips (new email: adolf.stips at jrc.ec.europa.eu)
Global Environment
2016 Dec 07
3
Strange behavior when using progress bar (Fwd: Re: [R] The code itself disappears after starting to execute the for loop)
>>>>> Jon Skoien <jon.skoien at jrc.ec.europa.eu>
>>>>> on Wed, 7 Dec 2016 11:04:04 +0100 writes:
> I would like to ask once more if this is reproducible also for others?
> If yes, should I submit it as a bug-report?
> Best,
> Jon
Please Windows users .. this is possibly only for you!
Note that I do *not* see problems on
2004 Jul 14
3
ROracle - fetch gives empty dataframe
Dear R-users,
I was able to make ROracle package to connect to the DB (Oracle91,
64bit, on Solaris). But after executing siple SQL query, "fetch"
commaned gives me an empty dataframe.
### RORACLE INSTALATION PROCEDURE ###
R CMD INSTALL --configure-args='--enable-extralibs' --enable-oracle32=no
~/tmp/ROracle_0.5-5.tar.gz #since we have 64bit Oracle9i instalation
PROBLEM:
2018 Feb 23
2
Problem with R_registerRoutines
Thanks a lot for your answer Jeroen!
I should have mentioned that I had actually only checked with the win-builder, as I did not have R-devel installed on my computer.
But based on your answer I installed R-devel locally on a Linux-server (Redhat), and the package could be checked without the NOTE. So you might be right that this is a windows issue. However, another package that I am maintaining
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
On Thu, 9 Sep 2010 02:19:11 -0700 (PDT)
markhor <markhor at ispras.ru> wrote:
>
> Hello.
>
> I experience a problem when I try to run LLVM tests on the ARM
> "Beagle" board with Debian Lenny installed on it.
I got this email 9 times at a difference of a few minutes, did you send
it that many times, or something wrong with the mailin...
2017 Oct 27
1
[PATCH] x86: Remove unnecessary return from void function
On 23/06/17 18:23, Anton Vasilyev wrote:
> The patch removes unnecessary return from void function.
>
> Found by Linux Driver Verification project (linuxtesting.org).
>
> Signed-off-by: Anton Vasilyev <vasilyev at ispras.ru>
Reviewed-by: Juergen Gross <jgross at suse.com>
Juergen
2017 Oct 27
1
[PATCH] x86: Remove unnecessary return from void function
On 23/06/17 18:23, Anton Vasilyev wrote:
> The patch removes unnecessary return from void function.
>
> Found by Linux Driver Verification project (linuxtesting.org).
>
> Signed-off-by: Anton Vasilyev <vasilyev at ispras.ru>
Reviewed-by: Juergen Gross <jgross at suse.com>
Juergen
2013 May 03
2
Licence change
Dear list,
For the maintainer of a given package, is it possible to change the
licence of a it from GPL >= 2 to GPL >= 3 ?
Thanks in advance,
Mauricio Zambrano-Bigiarini, Ph.D
--
=================================================
Water Resources Unit
Institute for Environment and Sustainability (IES)
Joint Research Centre (JRC), European Commission
TP 261, Via Enrico Fermi 2749, 21027
2004 Jul 12
1
ROracle package error
Dear R-users,
In order to use ROracle (v. 0.5-5) package I compiled R-1.9.1 on Linux
(2.4.20-28.9smp) and installed it. I need to use Oracle9i on Solaris.
When executing "library(ROracle)" I got the following error message:
> library(ROracle)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2014 Jun 24
2
[LLVMdev] Linking/archiving bitcodes with module asm
Hello,
I'm archiving a number of bitcode files via gold plugin based on LLVM 3.4.
When I find a thumbv7 bitcode with a couple of module asms, I get a
segfault in ARMAsmParser::parseDirectiveFnStart because getTargetStreamer
returns NULL. Frankly, I don't see how this is supposed to work because as
far as I understood LTOModule::addAsmGlobalSymbols only creates a
RecordStreamer
2013 Feb 21
1
limitations to random number generator in 64-bits machines
Dear List,
Recently I got the comment that the implementation of the random number
generator used by default in R (Mersenne-Twister) could not be "safe"
for 64-bits machines, so I decided to put the question here because I do
not have expertise in that topic, and because this question could be
"too technical for R-help's audience". I apologise if this is not the case.
2011 Feb 22
6
[LLVMdev] Question about Value Range Propagation
Hi Douglas,
On 21.02.2011 20:27, Douglas do Couto Teixeira wrote:
> My work is not part of the LLVM mainline yet. But I would be happy to
> contribute with the code of my range analysis implementation if it can help
> you in something else.
We were thinking of adding VRP to LLVM too, though we were mostly
interested in Patterson's approach (i.e. not connected with SSI form). It
2018 Feb 27
0
Problem with R_registerRoutines
Sorry, resending with correct subject line.
I didn't find the development version of your package but the latest version archived on CRAN uses Rcpp, RcppArmadillo.
Since the latest versions of Rcpp and Armadillo support registration, it may be something related to RcppAttributes() or similar. I think that you don't need to do registration manually.
I had a similar problem but when I
2018 Feb 27
0
R-devel Digest, Vol 180, Issue 24
I didn't find the development version of your package but the latest version archived on CRAN uses Rcpp, RcppArmadillo.
Since the latest versions of Rcpp and Armadillo support registration, it may be something related to RcppAttributes()
or similar. I think that you don't need to do registration manually.
I had a similar problem but when I realised the above, I discarded everything
2012 Mar 08
2
Cannot change location of tempdir()
Hi,
One of the functions I use needs to write to a temporary file, in the
directory given by tempdir(). I want to change this from the standard
one, as the file is too large for the drive. However, tempfile() doesnt
seem to respect the environment variables when I change them with
Sys.setenv(). In a fresh R-session:
> Sys.getenv("TMP")
[1]
2015 Aug 16
0
Održavanje, čišćenje, hortikultura, tehničko upravljanje, property managment, facility managment, ostale usluge
Ne mo?ete pro?itati e-mail? Pro?itajte ga ovdje. (
http://www.chm.hr/index.php?option=com_acymailing&ctrl=archive&task=view&mailid=11&key=3PJdxoTH&subid=276400-g7yNcKB2N6CESr&tmpl=component )
Kolovoz 2015 | www.chm.hr ( http://www.chm.hr ) | Tel.: +385 (0) 95 504 30 74 |
Odr?avanje ( http://www.chm.hr/odrzavanje/cjelogodisnje-odrzavanje-objekata )
?i??enje (
2012 Nov 07
2
Correct use of Depends, Imports and ::
Dear R developers,
Taking advantage of the yesterday discussion about the use of
Depends/Import/Suggests/Enhances, I would like to add a related question.
Let's assume, in the DESCRIPTION file of my package foo0, I have:
Depends: foo1
Imports: foo2
while in the NAMESPACE file of my package I have
importFrom("foo2", f2)
and within my package I use the following two external
2012 Nov 22
2
BibTeX entries in CITATION file
Dear List,
While trying to define a customised CITATION file for a package,
following R-exts, I realised that if I use only one 'citEntry' I got
both a text description and a BibTex entry for the package, as for the
'nlme' package:
--------------------------
citation('nlme')
To cite package 'nlme' in publications use:
Jose Pinheiro, Douglas Bates, Saikat