Displaying 20 results from an estimated 52 matches for "bco".
Did you mean:
bcd
2002 Sep 13
4
logging on client side on NT
Hi,
I would like to log whatever happens with rsync on client side when it runs
with Cygwin on NT4.
First, I just did a redirect of the screen output to a log-file:
rsync -rtv --delete --modify-window=2 --stats /cygdrive/g/users/bco/test/
bee2bs01::d/test/ >>c:\rsync\log\%FDATE%.log
The problem with this method is that it does not redirect whatever Rsync
reports as errors; because they are showed on the screen. This is a shame,
because that's the info that interests us.
I've fiddled around quite a bit with the...
2003 Jun 06
1
Contour plot question
In a contour plot having numeric values displayed
next to the contours, is it possible to modify these
numeric values so that they are bolded, enlarged,
and/or placed differently?
Much thanks in advance,
David Paul, Ph.D.
Battelle Memorial Institute
614.424.3176
2014 Jul 09
0
Announcing CentOS 7 support for the boot.centos.org ipxe service
...oot.centos.org service to
install CentOS Linux (actually covering 5,6 and now 7) using a tiny
(1Mb) bootable iPXE .iso image.
Consider reading the following wiki page :
http://wiki.centos.org/HowTos/RemoteiPXE
- - --------
Download
You can download the 1Mb iso image here :
http://boot.centos.org/bco/images/CentOS-BootService-ipxe.iso
sha256sum :
5f92ab6e2b78112d345174520b1143a087f3f0e86e2f342ece861496af91783e
- - -------
Thanks
We would like to thank Dave Riches, who came with the initial ipxe
idea, and bootstrapped the boot.centos.org service
- --
Fabian Arrotin
The CentOS Project | http:...
2014 Jul 09
0
CentOS-announce Digest, Vol 113, Issue 4
...oot.centos.org service to
install CentOS Linux (actually covering 5,6 and now 7) using a tiny
(1Mb) bootable iPXE .iso image.
Consider reading the following wiki page :
http://wiki.centos.org/HowTos/RemoteiPXE
- - --------
Download
You can download the 1Mb iso image here :
http://boot.centos.org/bco/images/CentOS-BootService-ipxe.iso
sha256sum :
5f92ab6e2b78112d345174520b1143a087f3f0e86e2f342ece861496af91783e
- - -------
Thanks
We would like to thank Dave Riches, who came with the initial ipxe
idea, and bootstrapped the boot.centos.org service
- --
Fabian Arrotin
The CentOS Project | http:...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*
2015 Jul 28
0
Principal Data Scientist at TIBCO
TIBCO is a rapidly growing software company with more than 3000 employees
worldwide and more than $1B annual revenue. TIBCO provides a comprehensive
software platform that allows customers to quickly discover actionable
insights across data sources to solve business problems; while injecting
statistical...
2019 Feb 01
0
Runnable R packages
...;production use" you probably want to set up your own
repository containing
fixed versions of packages instead of using CRAN. Then edd repos="..." to
the install.packages()
call. Of course you can put this into a package and somehow deal with the
bootstrapping issue.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Thu, Jan 31, 2019 at 8:04 AM David Lindelof <lindelof at ieee.org> wrote:
> Would you care to share how your package installs its own dependencies? I
> assume this is done during the call to `main()`? (Last time I checked, R
> CMD INSTALL would not in...
2019 Mar 09
0
POSIXlt$zone and $gmtoff questions
...s.POSIXlt("2019-03-08", tz="US/Pacific"))
# 2019-03-08, $zone="PST", $gmtoff=NA_integer_
f(as.POSIXlt(as.POSIXct("2019-03-08", tz="US/Pacific")))
# 2019-03-08, $zone="PST", $gmtoff=-28800L
Is this last an efficiency issue?
Bill Dunlap
TIBCO Software
wdunlap tibco.com
[[alternative HTML version deleted]]
2019 Mar 26
0
Discrepancy between is.list() and is(x, "list")
...his goes back to SV4 (c. late 1990's). The is.<type> functions
are much older (c. mid 1970's) , from before any class system was in S.
is() and inherits() were introduced with the S4 class system and were meant
to escape from the prison made by ancient design choices.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Tue, Mar 26, 2019 at 2:11 PM Abs Spurdle <spurdle.a at gmail.com> wrote:
> If I can merge this thread with the one I started yesterday...
>
> > "If the object does not have a class attribute, it has an implicit
> class..."
> > wh...
2019 Jul 15
0
Potential bug with data.frame replacement
..., value = c("GSMc(23,
10, 2, 9, 4, 3, 16, 12, 21, 26, 3, 17, 6, 25, 8, 1, 17, 10| __truncated__
...
- attr(*, "class")= chr [1:3] "simpleError" "error" "condition"
> nchar(deparse(e$call))
[1] 11068 11036 11023 11023 11023 11021 2
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Jul 15, 2019 at 3:25 AM Benjamin Jean-Marie Tremblay <
b2tremblay at uwaterloo.ca> wrote:
>
> Dear R-devel,
>
> I have encountered a crash-inducing scenario and would like to enquire as
to
> whether this would be considered a bug. To reprodu...
2019 Aug 15
0
Feature request: non-dropping regmatches/strextract
...]]
character(0)
[[3]]
[1] "J" "M"
> vapply(.Last.value, function(x)paste(paste0(x, "."),collapse=""), "")
[1] "J.D." "." "J.M."
(We don't want e e cummings initials mapped to "NA.")
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Thu, Aug 15, 2019 at 12:15 AM Cyclic Group Z_1 via R-devel <
r-devel at r-project.org> wrote:
> A very common use case for regmatches is to extract regex matches into a
> new column in a data.frame (or data.table, etc.) or otherwise use the
> extracte...
2019 Aug 15
0
Feature request: non-dropping regmatches/strextract
...cho at marx.com
2 chico at marx.com
3 Harpo
> str(.Last.value)
'data.frame': 3 obs. of 2 variables:
$ Name : chr "Groucho" "" "Harpo"
$ Address: chr "groucho at marx.com" "chico at marx.com" ""
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Thu, Aug 15, 2019 at 11:31 AM Cyclic Group Z_1 <cyclicgroup-z1 at yahoo.com>
wrote:
> I do think keeping the default behavior is desirable for backwards
> compatibility; my suggestion is not to change default behavior but to add
> an optional argument...
2019 Sep 08
0
Error: package or namespace load failed for ‘utils
...cripting: in particular not using *methods*will reduce the
start-up time by a factor of up to two. But it can also be used to
customize R, e.g. for class use. Rscript also checks the environment
variable R_SCRIPT_DEFAULT_PACKAGES; if set, this takes precedence over
R_DEFAULT_PACKAGES.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Sun, Sep 8, 2019 at 8:42 AM Laurent Gautier <lgautier at gmail.com> wrote:
> Hi,
>
> When starting an embedded R I encounter the following issue under certain
> conditions:
>
> ```
> Error: package or namespace load failed for ?utils? in i...
2020 Mar 12
0
support of `substitute(...())`
...has been around for a long time, but more recently
(slightly after R-3.4.0?) the ...elt(n) and ...length() functions were
introduced so you don't have to use it much. I don't see a ...names()
function that would give the names of the ... arguments -
names(substitute(...())).
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Thu, Mar 12, 2020 at 2:09 AM D?nes T?th <toth.denes at kogentum.hu> wrote:
> Dear R Core Team,
>
> I learnt approx. two years ago in this mailing list that one can use the
> following "trick" to get a (dotted pair)list of the ellipsis arg...
2020 Apr 16
0
suggestion: "." in [lsv]apply()
...nt you get things like the following.
> wsapply(list(1,2:3), paste(., ":", deparse(s)))
[[1]]
[1] "1 : paste(., \":\", deparse(s))"
[[2]]
[1] "2 : paste(., \":\", deparse(s))" "3 : paste(., \":\", deparse(s))"
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Thu, Apr 16, 2020 at 7:25 AM Sokol Serguei <sokol at insa-toulouse.fr>
wrote:
> Hi,
>
> I would like to make a suggestion for a small syntactic modification of
> FUN argument in the family of functions [lsv]apply(). The idea is to
> allow one-li...
2020 May 15
0
paste(character(0), collapse="", recycle0=FALSE) should be ""
...s of the value of recycle0. This would be
similar to when there are no non-NULL arguments to paste; collapse="."
gives a single empty string and collapse=NULL gives a zero long character
vector.
> paste()
character(0)
> paste(collapse=", ")
[1] ""
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Thu, Apr 30, 2020 at 9:56 PM suharto_anggono--- via R-devel <
r-devel at r-project.org> wrote:
> Without 'collapse', 'paste' pastes (concatenates) its arguments
> elementwise (separated by 'sep', " " by default). New in...
2020 May 22
1
R-devel's ...names() questions
...aluated(...) to get the unevaluated ... arguments directlly
without having to know about the substitute(...()) trick. Then the user
could get the length, the n'th, or the names using the usual length(), [[,
and names() functions instead of ...length(), ...elt(), and ...names().
Bill Dunlap
TIBCO Software
wdunlap tibco.com
[[alternative HTML version deleted]]
2020 May 18
0
order function called on a data.frame?
...l(order, unname(df)).
While you are looking at order(), it would be nice if ';decreasing' could
be a vector the the length of list(...) so you could ask to sort some
columns in increasing order and some decreasing. I thought I put this on
bugzilla eons ago, but perhaps not.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, May 18, 2020 at 8:52 AM Michael Lawrence via R-devel <
r-devel at r-project.org> wrote:
> I guess we could make it do the equivalent of do.call(order, df).
>
> On Mon, May 18, 2020 at 8:32 AM Rui Barradas <ruipbarradas at sapo.pt> wrote:
&g...
2020 Jun 23
1
mget(missingArgument)?
...;
$ z: num 666
The similar function get0() gives an error in that case.
> b <- (function(x) get0("x", envir=environment(), ifnotfound=666))()
Error in get0("x", envir = environment(), ifnotfound = 666) :
argument "x" is missing, with no default
Bill Dunlap
TIBCO Software
wdunlap tibco.com
[[alternative HTML version deleted]]
2020 Jun 26
1
Change in lapply's missing argument passing
..."x", function(i, j) c(i=missing(i),j=missing(j), i=)
>From R-2.14.0 (2011-10-31) through R-3.4.4 (2018-03-15) this evaluated to
c(i=TRUE, j=FALSE). From R-3.5.0 (2018-04-23) through R-4.0.0 (2020-04-24)
this evaluated to c(i=FALSE, j=TRUE).
Was this change intentional?
Bill Dunlap
TIBCO Software
wdunlap tibco.com
[[alternative HTML version deleted]]