similar to: Merge 2 or more files to one

Displaying 20 results from an estimated 100000 matches similar to: "Merge 2 or more files to one"

2010 Jun 17
1
Subtraction of group means using AGGREGATE and MERGE
Hi all, This is my first ever post, so forgive me and let me know if my etiquette is less than that required. I am searching for a faster way of subracting group means within a data frame than the solution I've found so far, using AGGREGATE and MERGE. I'll flesh my question out using a trivial example: I have a data frame Z with two columns - one X of values and one Y of labels: > Z
2018 May 30
1
CRAN checks give errors when no tests are included
Dear all, as a follow-up to the question asked on R-package-devel (see link below): Someone sent a package to CRAN with a few problems. There's more things wrong with the submission, but one thing that really caught my eye was the following error: Warning message: running command '"C:/PROGRA~1/R/R-33~1.2/bin/x64/R" CMD BATCH --vanilla "testthat.R"
2010 Jun 17
1
Problems using allEffects() (package effect)
Dear R users, I have some trouble using the allEffects() function to compute and display effect plots for a linear model. My data is quite simple, it concerns effects of 3 treatments on the tumoral volume of mice. vTum codes for the qualitative initial volume, from small to big, temps is the time in month since beginning of treatment, and S?rie codes for the batch. Data is unbalanced. >
2019 Mar 25
2
R 3.5.3 having trouble spawning a new process on my Windows 10 machine
Hi all, I am noticing some strange behaviour so I am bringing to this list. In the past when I have submitted bugs to bugzilla, I have come here first for confirmation/advice. Hopefully this is appropriate. Upgrading from R 3.5.2 to R 3.5.3 seems to have elicited some strange behaviour on my Windows machine. R seems to have trouble spawning a new process on my machine. You can noticing with all
2008 Jun 01
5
Running legacy batch files
I have several batch files from my windows installation that I've been using for many years, and I wonder what's the best way to transfer them to a Linux machine, without having to rewrite them as shell scripts. Some of these batch files call DOS programs and some call Win32 console programs. Unfortunately I have a few that has calls to both a DOS and a Win32 console program. The problem
2002 Jan 06
6
Slightly off-topic: question about DOS batch files
Jack, thanks for your quick reply about my Comment question. This next question is slightly off-topic, but it pertains to encoding a directory of WAV files into Oggs. Right now I have 14 WAVs that I ripped from a CD... I made a [huge] batch file which specifies the name and track number of each WAV. Unfortunately, I have to have the entire batch file on a single line, since it's a
2016 Jul 22
4
[RFC] One or many git repositories?
On Fri, Jul 22, 2016 at 3:40 PM, Daniel Sanders via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Do you have an example in mind? I'd expect them to rely on each 'master' > being > an improvement on 'master^'. I wouldn't expect them to be interested in how > 'master^' became 'master'. > I would love it if each master commit was an
2009 Dec 03
1
"csh -v" show history at end of batch job (CENTOS 5.4)???
I have some batch JOBs migrate from CEBTOS 5.3 to CENTOS 5.4 server. Those batch files start on "#!/bin/csh -v". Those batch files run good under CENTOS 5.3. on CENTOS 5.4 batch jobs still run good but end of batch priocess it will show "history". Does anyone know why? Thanks. ___________________________________________________ ??????? ? ????????????????
2009 Aug 20
1
Read and merge a number of .xls files into one dataframe
Hi everybody I have a large number of Excel speadsheets that I want to merge into one R dataframe to process. I can read them one by one with read.xls but I really need a function to read a whole directory at once and merge the columns with the same name into a single dataframe. here is what I have thus far (on Mac OS X 10.5.2. for R 2.8.0): # Define the directory where the data is
2011 Oct 28
2
quick matching question
Hey, I'm trying to match patient identifiers from two separate input files, and then add information from one of the input files to the corresponding output file. I'd greatly appreciate any help! More specifically, Input_File_1 has a column header "bcr_patient_barcode" Input_File_2 has a column header "Barcode" and a column header "Batch" I want my script
2011 Dec 21
4
MS-DOS Batch File Commands
I'm trying to get the AndroidSDK going under Wine. There are problems with the MS-DOS commands (for example, the /D option with the 'For' command and the use of options to apply to the Path environment varaible (to prevent space being used as a delimiter between path folders) it uses in the supplied batch files it calls from a supplied .exe file. I presume that the cmd.exe (in
2004 Jul 12
2
[PATCH] Batch-mode rewrite
Wayne, Please consider the attached patch. This applies to the current CVS, and is independant of patches/local-batch.diff. As a matter of fact, I'm sure it would conflict heavily with local-batch.diff. This version of batch mode has a couple distinguishing features: Write-batch records (almost) the entire sender side of the conversation into one file. ("Almost" because it has
2015 Mar 17
1
strategies to run two NT4 domains or merge them on one samba host
Hi, we currently run one samba v3.0 domain "DOMAIN30" with WinXP domain members and Win7/8 accessing the file server without domain membership. Then we run a second samba v3.5 domain "NEWDOMAIN" with WinXP/7/8 domain members. Which was migrated from a NT4 PDC to samba 3.0 and to v3.5 eventually. Neither domain has anything fancy about it: users and joined workstations,
2002 Oct 16
1
Batch mode on windows
Posted on behalf of chenwj <stop4optimal at hotmail.com> who is having trouble posting. hi all, I'm completely new in R, and here are my questions (under windows): 1. i want to run my four R files (pl1.r -- pl4.r) in batch mode. i'd like to write a batch file using Rterm.exe, since i dont get perl installed on my computer. My experimental batch file (*.bat) didnt work, which
2003 May 20
1
R in BATCH mode
Dear all, In R<=1.6.2 I usually used the following code (in DOS prompt) to run R in batch mode C:\documents> Rcmd BATCH myfile.R and I could see the results (including warning messages) in the file myfile.Rout In R.1.7.0 I'm experiencing the followings: (1) even if I type "Rcmd BATCH myfile.R myfile.Rout", no file myfile.Rout is created, but just a "&1" file
2005 Mar 21
4
Patch: Offline transfer mode
Hi All, Here's an rsync patch which adds an --offline flag, letting you transfer changed blocks via removable media, while still comparing checksums via the net. I expect this could be very popular for the growing number of people who want to do disk-based offsite backups, which is what I needed it for. It took me longer than I hoped, but still only several hours to work this out -- it
2011 Feb 04
2
terribly annoying bug with POSIXlt : one o'clock is midnight?
Apparently, as.POSIXlt takes one o'clock as the start of the day : > as.POSIXlt(0,origin="1970-01-01") [1] "1970-01-01 01:00:00 CET" > as.POSIXlt(0,origin="1970-01-01 00:00:00") [1] "1970-01-01 01:00:00 CET" > as.POSIXlt(0,origin="1970-01-01 23:59:59") [1] "1970-01-02 00:59:59 CET" Cheers -- Joris Meys Statistical
2001 Aug 20
4
Batch-Tagging oggs?
Hello all. Quick question ('Cause I'm famished and have to get something to eat) If I have a batch of files (wave and/or ogg) with a certain naming scheme. Would it be possible for me to write a small nifty (newbie) dos-batch program that could tag those ogg-files (or encode the waves with tags) with regards to the namin parameters. Let me clarify. I usually encode waves with the
2002 Nov 16
1
shelling out to R for one command
I am developing a PHP script and want to use R to get the probability of a t-value. This just requires that I issue one R statement and output the result. The problem I am having is that R will accept batch input but I am not sure that it will accept a "one-liner" (i.e., "/usr/local/bin/R qt(.975, 20)" does not work but you get the idea). Is there a way to pass R a
2002 Sep 29
1
Runnin R prorams from a command line
Hello, I am a new R user, using version 1.5.1. I am attempting to run R programs from a dos command line (in win2000) and am having problems. My goal is to be able to use R from batch scripts in both windows and also in Linux eventually later. When I first ran "rcmd BATCH --help" it said that perl was not found. after installing perl and running again, I received the following error: