Displaying 20 results from an estimated 20000 matches similar to: "New R folder names bring out Windows batch file bug"
2005 Jul 28
1
[LLVMdev] [patch] gccld not properly constructing paths when checking for bytecode
I was getting some weird errors from gccld and traced it to path
construction in isBytecodeLPath. If the path doesn't end with a /,
then Path just tries to stick filenames onto it, which is not so good.
It would be more efficient to just add a "/" to the path once, I
guess.
Also, I had to touch lib/System/Path.cpp to get my changes to Path.inc
noticed; it seems the build system
2009 Jan 16
2
Missing file to run Rcmd batch on Windows
Hi,
I'm trying to run an R script using Rcmd Batch from the command line on a
Windows Vista machine. I am using R version 2.8.1.
I installed the batch files 4-3 found at
http://cran.r-project.org/contrib/extra/batchfiles/ and added them to my
path.
I also had to install the latest version of perl (it's Strawberry perl if
that makes a difference) and have added this to my path.
Now when
2006 Apr 26
3
copying previously installed libraries to R 2.3.0
hi all,
is there a new mechanism in R 2.3.0 for copying libraries from, say, R 2.2.1 to R 2.3.0? i ask because gabor grothendieck comments in his copydir.bat (from gabor's batchfiles at: http://cran.r-project.org/contrib/extra/batchfiles/batchfiles_0.2-5.zip ):
``:: I personally upgraded my 2.1.0 to 2.2.0 this way so it seems ok until
:: R replaces this with something better which is
2009 Feb 06
2
Program won't load fonts when run outside of installed dir
I'm trying get a couple pieces of software we use at work so we can replace a bunch of aging Windows machines with Linux boxes, but I'm having a little trouble. I'll start with the potentially easiest problem first.
One of the programs I'm trying to use is Lightspeed Virtual Terminal. It runs fairly well with just a couple of glitches. If I go to the directory it was installed
2007 Jun 08
1
Batch processing in Windows
Hi,
I am a complete newbe to R, so the following problem will probably be
trivial for most of you guys: I get an error message every time I try
to run a R file directly from the DOS shell.
My R file (test.R) is intended to create a basic graph and has a very
simple code:
x<-rep(1:10,1)
y<-rep(1:10,1)
plot(x,y)
I am using the following command to call this file directly from the c:/
2009 Jan 24
2
rsync with --copy-devices patch and device-target with --write-batch doesnt work
Hi List!
I want to use rsync to create differential backups of my lvm-snapshots.
fullbackup-filename: /mnt/sdc1/snapshotvergleich/rootbackup1.img
current snapshot: /dev/vg0/rootbackup
note: compiled-in --copy-devices-patch
root@xp8main3:/usr/local/src/rsync# ./rsync --version
rsync version 3.1.0dev protocol version 31.PR5
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and
2020 Mar 10
2
Fwd: Windows upssched does not work
Hi,
I have problem with upssched on windows. Upssched is not executed. I
have 2 scripts, 1 for notification in upsmon and second for scheduling
in upssched. Monitoring is working fine, script write to log. I'm
using binary windows installer 2.6.5-6 from NUT.
Here are my configs:
--- nut.conf
MODE=netclient
--- upsmon.conf
MONITOR ups_1000 at 192.168.3.95 1 <user> <password> slave
2009 May 22
1
Strange install key for R
One user of my batchfiles
http://batchfiles.googlecode.com
found they did not find the R registry key because it mysteriously
was at hklm\software\wow6432Node. The system
was a 64 bit system. I've always seen the key at
hklm\software\R-core\R which is what the batchfiles assume.
Has there been some change in where the installer puts the key
or are there situations in which the location of
2004 Nov 16
1
modification of BATCH
Hi,
I'm having a problem (of my own creation) with BATCH.
The current problem (for me):
----------------------------
I'm sloppy. I work on *nux systems and will type e.g. "R CMD BATCH a*R out"
to avoid typing the full name of some R script of mine. However,
sometimes I'm overly sloppy and there are multiple files that match
"a*R", so "a*R" turns into
2010 Dec 28
4
batch file output
I run a batch file with the following command in Windows XP:
C:\R\R-2.12.1\bin\Rterm.exe --no-save --no-restore <C:\users\me\file.R> C:\users\me\file.out 2>&1
Is there any way to get only the output of R in file.out, without getting all the code from file.R too?
Any help greatly appreciated,
Mikkel
2009 Jun 02
1
Problem downloading webpages using batchfiles and RCurl from command line in Vista Basic - couldn't connect to host
Dear all,
I am having a problem downloading webpages through R when i run it in
the DOS window under Windows Vista Basic. I have downloaded the
batchfiles from http://code.google.com/p/batchfiles/ and have
successfully set the PATH.
I open up 'Command Prompt' in Vista and type (after the C:\...>
stuff):
### START ###
C:\Users\Karen>Rscript -e "library(RCurl);
2016 Dec 09
4
Strange clang behavior when compiled against musl
I have managed to compile llvm and clang against musl, but it behaves really strange:
At first I tried to launch the compiler with musl dynamic loader:
$ LD_LIBRARY_PATH=/path/to/musl/lib /path/to/musl/lib/ld-musl-x86_64.so.1 /path/to/llvm/bin/clang -v
clang version 4.0.0 (https://github.com/llvm-mirror/clang 40adebeca0f99006d407508653c2cbd270a1a51c) (https://github.com/llvm-mirror/llvm
2011 May 13
3
RMySQL problem on Windows 7 32 bit
I am attempting to analyze Affymetrix exonchip data using the exon map
package. I have installed this package but have had problems installing the
associated programs, specifically RMySQL since no windows binary exists.
I have followed the directions for compiling the package as found on -
http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL - but still have an error
when executing the
2006 Oct 12
3
Rcmd not working on Windows
I changed the path to include C:\Program Files\R\R-2.3.1\bin, but Rcmd check
[package] just returns an error:
'Rcmd' is not recognized as an internal or external command, operable
program or batch file.
Any ideas? I want to be able to compile this package on Windows.
[[alternative HTML version deleted]]
2006 Mar 27
1
"sh" is not recognised as an internal or external comman d, operable program or batch file
That looks like the symptom of not following the documentation when trying
to build packages on Windows. (You have not stated the platform.) In that
case please check and see if you have the tools in Rtools.zip installed and
on the PATH.
Andy
From: Steve Su
>
> Dear All,
>
>
>
> I was trying to check my package using
>
>
>
> R CMD check GLDEX
>
>
2002 May 07
2
names(unlist(...)) may construct corrupt strings (PR#1524)
names(unlist(...)) seems to be able to construct corrupt strings
detected via: two identical strings behave different in paste
observed in RW1.4.1 and RW1.5.0
pure replication code after output
Best
Jens Oehlschlägel
> l <- names(unlist(list(aa = list(bb = 1))))
> l
[1] "aa.bb"
> # this is exactly "aa.bb"
> identical(l, "aa.bb")
[1] TRUE
>
>
2011 May 14
1
By default, `names<-` alters S4 objects
Hi,
I was stumped by this. The two S4 objects below looked exactly the same:
> a1
An object of class "A"
Slot "aa":
integer(0)
> a2
An object of class "A"
Slot "aa":
integer(0)
> str(a1)
Formal class 'A' [package ".GlobalEnv"] with 1 slots
..@ aa: int(0)
> str(a2)
Formal class
2007 May 15
2
Unexpected alteration of data frame column names
Hi,
I'm using data.frame(..., check.names=FALSE), because I want to create
a data frame with duplicated column names (in the real life you can get such
data frame as the result of an SQL query):
> df <- data.frame(aa=1:5, aa=9:5, check.names=FALSE)
> df
aa aa
1 1 9
2 2 8
3 3 7
4 4 6
5 5 5
Why is [.data.frame changing my column names?
> df[1:3, ]
2010 Mar 18
1
How to read.table with “Hebrew” column names (in R)?
(I am reposting this question after a few months without a solution...)
Hi all,
I am trying to read a .txt file, with Hebrew column names, but without
success.
I uploaded an example file to: http://www.talgalili.com/files/aa.txt
And tried the command:
read.table("http://www.talgalili.com/files/aa.txt", header = T, sep = "\t")
This returns me with:
X.....ª X...ª......
2010 Sep 30
1
Unix batch to different nodes
Hello,
I am struggling with computing nodes in Unix.
I have the use of a Unix server that has 30 nodes and I would like to
batch scripts.
Here is an R example that results in 72 repeated tasks based on the 2
loops. If I wanted to send these out to the different nodes, each node
has 1 task and the remaining 42 tasks are put in a queue, what would I
do?
#Example: