Displaying 6 results from an estimated 6 matches for "exportfiles".
2012 Feb 27
2
compare two data frames of different dimensions and only keep unique rows
Dear list,
I am still struggling with something that should be easy: I compare two data frames with a lot of common rows and want to keep only rows that are NOT in both data frames, unique.
Here are an example of these data frame.
reported <-
structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC",
2006 May 10
1
2.3.0 make install fails on solaris
...e/opt/csw/lib/R/etc"; done'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/export/medusa/darin/build/R-2.3.0/etc'
gmake: *** [install] Error 1
in etc/Makefile if i comment lines 60-62 make install continues without
incident, here are those lines.
@for f in $(EXPORTFILES); do \
$(INSTALL_DATA) $${f} "$(rhome)/$(subdir)"; \
done
this has changed from R-2.2.1.
diff etc/Makefile ../R-2.2.1/etc/Makefile"
60c52
< @for f in $(EXPORTFILES); do \
---
> @for f in $(OBJECTS) $(EXPORTFILES); do \
should i open a bug fo...
2006 Apr 25
0
make: sockconn.c; make check: eval-etc.R; make install: $(EXPORTFILES) (PR#8809)
...p/R-2.3.0/tests'
make[1]: *** [test-all-basics] Fout 1
make[1]: Weggaan uit map `/home/peter/tmp/R-2.3.0/tests'
make: *** [check] Fout 2
========
An error while running 'make install', fixed by removing the
three line command from etc/Makefile that try to install
$(EXPORTFILES) :
make[1]: Binnengaan van map `/home/peter/tmp/R-2.3.0/etc'
mkdir -p -- /home/peter/lib/R/etc
installing etc ...
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for f in ; do /usr/bin/install -c -m 644 ${f} "/home/peter/lib/R/etc"; done'
m...
2012 Feb 27
1
compare two data frames with same columns names but of different dimensions
Dear List,
I want to compare and return the rows which are NOT in the two data frames. Classic methods don't work as the df have NOT the same dimensions.
Here are one example of my df:
reported <-
structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L,
3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC", "Sugar No 11",
"ZS"),
2007 May 07
1
different hights & centering in one device region
...t") )
plot.new()
text(0, 0.6, pos=4, cex=1.2, paste("Text") )
text(0, 0.4, pos=4, cex=1.2, paste("Text") )
image(zMEDIAN_1)
image(zMEDIAN_2)
image(zSD_1)
#Title
par(mfrow=c(1,1), oma=c(0,0,1,0))
mtext("Darstellung der Differenz zweier Exportfiles V0.03", 3, outer = TRUE, cex = par("cex.main"))
dev.off()
2012 Jul 17
8
How to override $::operatingsystem fact
Hi,
I want to introduce "Proxmox" as new value in $::operatingsystem.
"Proxmox" is based on Debian, so the normal value is currently "Debian".
To change that, I just write a custom fact based on the facter fact
"operatingsystem"
Facter.add(:operatingsystem) do
> ...
> setcode do
> ...
> elsif