Displaying 20 results from an estimated 133 matches for "outdir".
2013 Apr 04
1
R CMD check --outdir=path gives unknown option '--outdir'
For 'R CMD check', it appears that option '--outdir' is not recognized
and generates warning "unknown option '--outdir'". R CMD check --help
says:
Usage: R CMD check [options] pkgs
[...]
Options:
[...]
-o, --outdir=DIR directory used for logfiles, R output, etc.
(default is 'pkg.Rcheck' i...
2008 Oct 03
2
A strange behaviour of file.path in Windows? (PR#13119)
Full_Name: Enrico Pegoraro
Version: 2.7.2
OS: Windows (Vista or Xp PRO) Italian
Submission from: (NULL) (87.4.189.202)
If you send these lines of code:
outdir="c:/pippo"
file.path(outdir,"pluto.html")
R replies correctly:
[1] "c:/pippo/pluto.html"
But if you change the first steps to:
outdir=""
file.path(outdir,"pluto.html")
R replies (uncorrectly, I think)
[1] "/c:/pippo/pluto.html"
This...
2013 May 20
1
R CMD check: unknown option ‘--outdir==RCHECK’
Dear R devel
I am experiencing a problem using R CMD check. I tried to specify the
argument outdir, but get every time the error message:
Warning: unknown option ‘--outdir==RCHECK’
This happens both on R 2.15.2 Linux, as well as R 3.0.1 Windows, with
latest Rtools. Is it just that I am not passing the argument the right way,
or is there an issue with R CMD check?
I tried to write the argument...
2013 May 21
1
R CMD check: unknown option ?--outdir==RCHECK?
Hi,
I believe this is kind of a long standing bug though. In R-3.0.1, but this
also happened in previous versions, the long version '--outdir' is not
recognised:
For `R CMD check --outdir=mydir pkg_0.1.tar.gz` we get:
Warning: unknown option ‘--outdir=mydir’
But with `R CMD check -o mydir pkg_0.1.tar.gz` we get:
* using log directory ‘/home/renaud/Documents/projects/mydir/pkg.Rcheck’
...
which works perfectly fine, and puts pkg.Rc...
2017 May 08
3
[PATCH 0/3] v2v: -i ova: Prefer pigz or pxz for uncompressing OVA
https://bugzilla.redhat.com/show_bug.cgi?id=1448739
2013 Feb 20
4
Error in setwd(outDir) : cannot change working directory
...tInstalledBasic("both")
testInstalledPackages("base", errorsAreFatal = FALSE)
testInstalledPackages("recommended", errorsAreFatal = FALSE)
I am getting errors such as:
> testInstalledPackages("base",errorsAreFatal=FALSE)
Error in setwd(outDir) : cannot change working directory
my working driectory is:
>getwd()
[1] "C:/Users/jpapa/Documents"
In which I see R folder as well as the .rData from my last session.
what does the wd have to do with the output directory? Do I need to create
an output directory? DO I need to s...
2008 Jul 28
1
How to set directory Rscript runs in/Sweave output directory
Hello
I am using Sweave to generate some pdf reports using R on a Windows
platform and would like to control the output directory that the
generated .tex file goes to. Basically I use the following commands in
a batch file:
set outdir=c:/output/1234
Rscript -e Sweave('C:/pathpathpath/script.Rnw')
Which produces script.tex
Sweave has the option of specifying an output directory for figures, but
the .tex file is always created in the directory that the Rscript
command was initiated in via the batch file. So my question...
2003 Jan 16
0
Samba Print error
...get a message that it is corrupt, when it is actually just not done yet.
DATE=`date +%b%d-%H%M%S`
# The domain for e-mail
DOMAIN=xxxxxxx
# Directory in which to place the output
# Be sure this directory exists and is writable by the user that Samba
# is running as (for example, the nobody user)
OUTDIR=/shr/pdfdropbox
OUTFILE=PDF-$2-$DATE
cp $1 $OUTDIR/$OUTFILE.ps
ps2pdf $OUTDIR/$OUTFILE.ps $OUTDIR/$OUTFILE.temp
mv $OUTDIR/$OUTFILE.temp $OUTDIR/$OUTFILE.pdf
echo "Die PDF- Datei ist erstellt worden. Bitte speichern Sie den Anhang und l?schen die Mail."| mutt -a $OUTDIR/$OUTFILE.pdf -s &...
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...dEvent>
<CustomBuildStep>
<Command>
diff --git a/win32/VS2015/silk_common.vcxproj b/win32/VS2015/silk_common.vcxproj
index 2df939b..4748738 100644
--- a/win32/VS2015/silk_common.vcxproj
+++ b/win32/VS2015/silk_common.vcxproj
@@ -190,8 +190,10 @@
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
</Lib>
<PreBuildEvent>
- <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
- <Message>Generating version.h</Message&g...
2013 Aug 28
1
Error when using buildVignettes()
...- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
testQAReport <-
function(dataset = "My Dataset",
title = "Quality Report",
date = "October, 2011",
author = "Christian Stratowa",
outdir = file.path(getwd(), "TestQA"),
...)
{
## directory containing parts of QAReport.Rnw
indir <- file.path(path.package("xps"), "QC");
## create directory containing final QAReport.Rnw
if (!dir.create(outdir))
stop("could not...
2010 Jun 06
1
R CMD in 2.11.1 error
...ailed for package 'quantplus'
* removing 'd:/developer/projects/quant+/package_builder/quantplus.Rcheck/quantplus'
the problem function:
**************************************************
gzWrite =
# write out a data frame into a gzip file in the format of write.table
function(ds, outdir, outpfx, datepfx, sep='\t', quote=TRUE, row.names=FALSE, col.names=TRUE, na='NA', append=FALSE) {
if (F) {
ds = ds.price;
outdir = pathPrice;
outpfx = paste(pfx.price,'_',sep='');
datepfx = fdate;
sep = '\t';
quote = TRUE;
row.name...
2016 Nov 21
2
Re: [PATCH v2 4/5] v2v: ova: don't extract files from OVA if it's not needed
...tions(+), 23 deletions(-)
>
> diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
> index f76fe82..7a3e27b 100644
> --- a/v2v/input_ova.ml
> +++ b/v2v/input_ova.ml
> @@ -39,17 +39,23 @@ object
>
> method source () =
>
> - let untar ?(format = "") file outdir =
> - let cmd = [ "tar"; sprintf "-x%sf" format; file; "-C"; outdir ] in
> + (* Untar part or all files from tar archive. If [path] is specified it is
> + * a path in the tar archive.
> + *)
> + let untar ?(format = "") ?(pat...
2013 Aug 30
1
Problem with texi2pdf(..,clean=TRUE)
Dear all,
To create a *.pdf file from a *.Rnw file I do:
olddir <- getwd();
setwd(outdir);
tryCatch({Sweave("QAReport.Rnw");
tools::texi2pdf("QAReport.tex", clean=TRUE)
},
finally = setwd(olddir)
);
This works fine, however 'clean=TRUE' does only work when:
outdir <- "Test...
2006 May 16
0
Re: [Astlinux-users] British English Female files ready for download
...mike@tubby.org
#
# This shell script converts the Alison Keenan Asterisk
# files supplied in 44100 samples/second to 8000 samples
# second so they work with Asterisk
#
# Put this script where you unpacked the tarball and
# execute it - the converted files will be in a subdirectory
# as specified by OUTDIR (below)
#
OUTDIR="./converted"
ASTDIR="/var/lib/sounds"
# make the directories
mkdir -p $OUTDIR/digits $OUTDIR/letters $OUTDIR/phonetic $OUTDIR/dictate
# locate the files and push them through 'sox'
find . -name "*.wav" -exec sox {} -r 8000 $OUTDIR/{} \;
# cop...
2023 Apr 21
1
[PATCH] ocfs2: Fix wrong search logic in __ocfs2_resv_find_window
On Fri, Apr 21, 2023 at 03:35:01PM +0800, Joseph Qi wrote:
> Hi,
> Could you please share a reproducer?
>
Anyone could access & download the URL [1] (I wrote it in patch commit log)
without register SUSE account.
Please check attachment file, which I downloaded from [1] and modified under
the BZ comment 1. The trigger method is also in comment 1, I copy here:
./defragfs_test.sh -d
2017 Mar 13
0
[PATCH 1/2] v2v: -i ova: Hoist utility functions to the top of the file.
...644
--- a/v2v/input_ova.ml
+++ b/v2v/input_ova.ml
@@ -40,6 +40,69 @@ let libvirt_supports_json_raw_driver () =
else
true
+(* Untar part or all files from tar archive. If [paths] is specified it is
+ * a list of paths in the tar archive.
+ *)
+let untar ?(format = "") ?paths file outdir =
+ let cmd = [ "tar"; sprintf "-x%sf" format; file; "-C"; outdir ]
+ @ match paths with None -> [] | Some p -> p in
+ if run_command cmd <> 0 then
+ error (f_"error unpacking %s, see earlier error messages") file
+
+(* Untar only...
2015 Jun 22
5
pdf-printer
...at is
still being written,
# they will get a message that it is corrupt, when it is actually just
not done yet.
DATE=`date +%b%d-%H%M%S`
# Directory in which to place the output
# Be sure this directory exists and is writable by the user that Samba
# is running as (for example, the nobody user)
#OUTDIR=/home/samba/shares/pdf
OUTDIR=/home/temp
echo $1 $2 $3 $4 >> $OUTDIR/log.txt
export PCLFONTSOURCE=/usr/share/urwfonts
/usr/bin/pcl6 -dNOPAUSE -sDEVICE=pdfwrite
-sOutputFile="$OUTDIR/pap$DATE.tmp" $1
if ! [ -d $OUTDIR/papyrus ]; then mkdir -p $OUTDIR/papyrus
fi
mv "$OUTDIR/pap$...
2003 Mar 31
2
Using R2HTML
Hello,
I''m using R2HTML library to make a HTML page output (both data frames and
graphics):
HTMLStart(outdir=paste(getwd(),"/prove html", sep = ""),filename="index",
echo = F, HTMLframe = T, withprompt = "HTML> ", CSSFile = "R2HTML.CSS",
Title = "Indici di attivit?")
...
barplot(tab41[,2],main="...",ylab="%",names.arg=rown...
2016 Nov 23
0
Re: [PATCH v2 4/5] v2v: ova: don't extract files from OVA if it's not needed
...f --git a/v2v/input_ova.ml b/v2v/input_ova.ml
> > index f76fe82..7a3e27b 100644
> > --- a/v2v/input_ova.ml
> > +++ b/v2v/input_ova.ml
> > @@ -39,17 +39,23 @@ object
> >
> > method source () =
> >
> > - let untar ?(format = "") file outdir =
> > - let cmd = [ "tar"; sprintf "-x%sf" format; file; "-C"; outdir ] in
> > + (* Untar part or all files from tar archive. If [path] is specified it is
> > + * a path in the tar archive.
> > + *)
> > + let untar ?(for...
2016 Nov 04
0
[PATCH 4/5] v2v: ova: don't extract files from OVA if it's not needed
...++++++++++++++++--------
1 file changed, 98 insertions(+), 15 deletions(-)
diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
index f76fe82..60dbaf1 100644
--- a/v2v/input_ova.ml
+++ b/v2v/input_ova.ml
@@ -39,17 +39,20 @@ object
method source () =
- let untar ?(format = "") file outdir =
- let cmd = [ "tar"; sprintf "-x%sf" format; file; "-C"; outdir ] in
+ (* Untar part or all files from tar archive. If [path] is specified it is
+ * a path in the tar archive.
+ *)
+ let untar ?(format = "") ?(path="") file outd...