Displaying 20 results from an estimated 9000 matches similar to: "Passing R CMD Check without data"
2007 Aug 21
4
Formatting Sweave in R-News
Hi,
I am editing a document for submission to the R-news newsletter, and
in my article my Sweave code inserts a dynamically generated PDF
report that my R program generates.
However, when I insert the PDF using the following Sweave code:
\newpage
\includegraphics[scale=1.0]{\Sexpr{print(location)}}
\newpage
(in tex this looks like):
\newpage
\includegraphics[scale=1.0]{/home/arjun/sample.pdf}
2012 Jun 22
0
[LLVMdev] Extending llvm with data types which can be accessible only through interfaces.
Narayan,
OpenCL has similar data type called Images. They can only be accessed through function calls and not directly.
Micah
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of NARAYAN HEGDE
Sent: Friday, June 22, 2012 10:24 AM
To: llvmdev at cs.uiuc.edu
Cc: Uday Reddy
Subject: [LLVMdev] Extending llvm with data types which can be accessible only through
2011 May 30
1
[LLVMdev] Build error for llvm-2.9 on RHEL5
*This is perl, v5.8.8 built for Linux-2.6c2.5-i686-64int*
Thanks,
Arjun
On Sun, May 29, 2011 at 5:46 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Sun, May 29, 2011 at 5:13 PM, Arjun Singri <arjunsingri at gmail.com>
> wrote:
> > Oh ok. Here it is:
> > #!/apollo/env/envImprovement/bin/perl
>
> Okay, now what's the output of
2012 Jun 22
2
[LLVMdev] Extending llvm with data types which can be accessible only through interfaces.
Hi LLVM-Dev Team,
I am a graduate student working on compilation for heterogeneous multi-cores.
As a part of my project, I need to extend llvm by adding a new data
type for a commonly used data structure like queue.
Could you please mention if there been any prior work on extending the
llvm frontend to accommodate these kind of new data types and parse it
to get LLVM-IR.
Can you also advice on
2017 Feb 21
2
R CMD build error during vignettes build
Hello,
I'm trying to rebuild a package (using R version 3.3.2 (2016-10-31))
that has not seen any changes since it was last built without problems
in previous R versions. It fails during vignette building with:
---<--------------------cut here---------------start------------------->---
$ R CMD build diveMove
* checking for file ?diveMove/DESCRIPTION? ... OK
* preparing ?diveMove?:
*
2011 May 30
0
[LLVMdev] Build error for llvm-2.9 on RHEL5
On Sun, May 29, 2011 at 5:13 PM, Arjun Singri <arjunsingri at gmail.com> wrote:
> Oh ok. Here it is:
> #!/apollo/env/envImprovement/bin/perl
Okay, now what's the output of "/apollo/env/envImprovement/bin/perl --version"?
-Eli
> On Sun, May 29, 2011 at 5:07 PM, Eli Friedman <eli.friedman at gmail.com>
> wrote:
>>
>> On Sun, May 29, 2011 at 5:05
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
Oh ok. Here it is:
#!/apollo/env/envImprovement/bin/perl
On Sun, May 29, 2011 at 5:07 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Sun, May 29, 2011 at 5:05 PM, Arjun Singri <arjunsingri at gmail.com>
> wrote:
> > Thank you for replying. These are the first few lines from llvm-config:
> > use 5.006;
> > use strict;
> > use warnings;
2010 May 03
2
Problem with vignette compilation during R CMD check
Dear R-users,
I am going through the last steps of package prep before submission to CRAN
and I have the following problem. My package contains a single vignette
written in optimbase.Rnw and that in stored in /inst/doc. optimbase.Rnw
contains multiple \input{} statements that refer to .tex files stored in
/inst/latex.ref/, e.g.:
\input{../latex.ref/optimbase-package.tex}
When I compile my Rnw
2011 Apr 08
11
How to rename rpool. Is that recommended ?
Hello,
I have a situation where a host, which is booted off its ''rpool'', need
to temporarily import the ''rpool'' of another host, edit some files in
it, and export the pool back retaining its original name ''rpool''. Can
this be done ?
Here is what I am trying to do:
# zpool import -R /a rpool temp-rpool
# zfs set mountpoint=/mnt
2010 Apr 24
2
[LLVMdev] The "scope" of passes
But is there a better way of getting the loops in a function than using
LoopInfo? For some tasks it is necessary that we don't process the same loop
twice. Doing that with LoopInfo requires the use of a flag.
On Fri, Apr 23, 2010 at 12:41 PM, Devang Patel <devang.patel at gmail.com>wrote:
> On Thu, Apr 22, 2010 at 11:50 PM, Arjun <arjunsingri at gmail.com> wrote:
> >>
2008 Jan 10
5
Extracting last time value
I have a dataframe as follows:
Date time value
20110620 11:18:00 7
20110620 11:39:00 9
20110621 11:41:00 8
20110621 11:40:00 6
20110622 14:05:00 8
20110622 14:06:00 6
For every date, I want to extract the row that has the greatest time.
Therefore, ending up like:
20110620 11:39:00 9
20110621 11:41:00 8
20110622 14:07:00 6
I am using for loops (for every date, find largest time value) to do
2011 Mar 24
2
[LLVMdev] Loading LLVM passes on Cygwin
I am trying to write an LLVM pass on Windows using Cygwin. When I "make" the
project, a dll gets created in the Release/bin directory instead of a .so
file in the Release/lib directory. The latter is what is shown in the LLVM
documentation. When I try to load this dll using the -load flag to opt,
nothing happens.
$opt -load ../../../Release/bin/Pass.dll -help
The pass that I am trying
2007 Mar 08
6
NetBeans IDE 6.0
Hi there !
I came across the NetBeans IDE and also the screencasts.
Here are the links for screencasts:
http://blogs.sun.com/roumen/entry/two_demos_jruby_on_rails
D/L Link :
http://nbi.netbeans.org/m11/download.html
I''m now on Kdevelop and not yet tried NetBeans and its ~80 Mb of D/L.
If any of you had tried it out, do post your views.
-- Arjun.
2007 Jul 31
1
pop3 connections hanging
Hi,
dovecot --version
1.0.beta8
dovecot -n
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
2006 May 31
2
Bitmap device available for R CMD check?
Hi,
I have a package that I'd like to submit to CRAN that does Sweave-like
processing on Open Document format files from Open Office.
If I remember correctly, there is a machine that automatically R CMD
checks CRAN packages. I have two questions about how that system is set
up:
1. Is the bitmap device available? The example produces a file using
this device and I'd like it to pass R
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
Thank you for replying. These are the first few lines from llvm-config:
use 5.006;
use strict;
use warnings;
use Cwd 'abs_path';
#---- begin autoconf values ----
my $PACKAGE_NAME = q{llvm};
On Sun, May 29, 2011 at 5:00 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Sun, May 29, 2011 at 4:37 PM, Arjun Singri <arjunsingri at gmail.com>
>
2011 Sep 21
1
R CMD build and vignettes
Dear R-helpers,
www.statistik.lmu.de/~*leisch*/*Sweave*/*Sweave*-Rnews-2003-2.pdf
says that R CMD build creates the pdf from a .Rnw file. But when I do R CMD
build followed by R CMD check it gives me a warning that there is a vignette
without a PDF. My query is : when
R CMD build works it creates a pdf in the doc subdirectory of the directory
returned by system.file(package = mypackage) and not
2015 Jul 09
4
R CMD build failure
I have a local library 'dart' that imports "httr". It has routines that access central
patient data such as birth date, so it is heavily used locally but of no interest to
anyone else.
The httr library (and 300 others) are in a shared directory, referenced by everyone in the
biostatistics group via adding this location to the .libPaths in their default .Rprofile.
2008 Oct 03
4
Action Mailer >> Hiding Receipients in the email templates
Hi,
Anyone have any idea about hiding the receipients address in the email
template in "TO" field.
As am Example:
While sending an email to multiple users, the receipients email
addresses should not come in the "TO" field in the email template.
Thanks in Advance.
Piyush.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2004 Aug 06
3
Problem with Icecast2/Ices streaming MP3.
Hello everyone,
I am running Icecast 2.0.0 with ices-3.0. I run ices on a machine which
has all the mp3 files I am playing and stream these mp3 to Icecast which
is running on another machine. Every now and then, say 2 hours. Ices
keeps churning out errors saying updating meta data and socket errors
and keeps retrying and after some time it suceeds for one file and then
when playing the next file