similar to: Proposal: Mechanism for controlling the amount of testing 'R CMD check' performs

Displaying 20 results from an estimated 10000 matches similar to: "Proposal: Mechanism for controlling the amount of testing 'R CMD check' performs"

2011 May 10
1
Reference Classes copy(shallow=FALSE) unexpected behavior.
Dear all, I''ve just discovered the ''Reference Classes''. In a previous attempt ---a year ago--- to re-implement in a Object Oriented fashion the AMORE package using S4 classes I strongly felt the need of such capability. It''s great to have the Reference Classes now available. Along with the discovery of the Rcpp package, this new programming paradigm has boosted
2009 Feb 26
1
Controlling Amount of Memory Available
Hi, I've got a program that I'd like to run under WINE. I've used it under Windows for years but, after adding extra RAM to my PC, it insists there now isn't enough memory for it to run. Is there a way of specifying how much memory is available (e.g. 512MB, rather than the 2GB the PC has) in the hope that it will run correctly again? Many thanks, Graham
2012 Sep 11
4
Maintaining specific order when using aggregate or change order on axis
Hi All, I'm using the following code to produce some stacked bar graphs. *setwd("C:\\Users\\Tinus\\Documents\\NMMU\\R\\Seamounts")* *SChla <- read.csv("SM_Chla_data.csv")* * * *#Extract mean values from data file* * * *Coral <- SChla[185:223,] #Reduce SChla to Coral only* *coral <- with(Coral , aggregate(cbind(Pico, Nano, Micro), list(Depth),FUN=mean))*
2008 Jun 13
1
shallow over http or ftp not supported
I am trying to install a custom plugin in my Rails app: script/plugin install http://git.eyequeue.net/plugins/mt_capistrano.git Instead of installing the plugin, I get the following error: shallow over http or ftp not supported Any ideas on how to fix this? Is it OK to do a git clone in my vendor/ plugins directory? --~--~---------~--~----~------------~-------~--~----~ You received
2005 May 22
2
Re: Hi, Bryan; was: Re: pronunciation? <snip> -- don't shoot the messenger ...
From: Collins Richey > Sounds pretty religious-based to me. > IBM=bad > HP,Sun, RedHat, SCO=good. > OTOH, from some of your comments, Novell=better. Are you really that shallow? IBM is our partner, not our friend. Sun has its interests too, and has 5 different entities of focus, which vary. Red Hat is a tale of two companies, cut-throat business combined with GPL-analness (like
2014 Aug 28
0
[PATCH envytools] Fix range end to the last value of timing table.
On 25/08/2014 21:00, Christian Costa wrote: > --- > nva/set_timings.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/nva/set_timings.c b/nva/set_timings.c > index 7376486..985a707 100644 > --- a/nva/set_timings.c > +++ b/nva/set_timings.c > @@ -506,7 +506,7 @@ shallow_dump(struct nvamemtiming_conf *conf) > if (conf->range.start ==
2015 Jan 16
0
Re: How do you force a VM reboot (when its KPd etc) without interrupting a blockcopy?
On 01/16/2015 10:21 AM, Scott Sullivan wrote: > My question is this: > > If you have an ongoing blockcopy (drive-mirror) of a running transient VM, and the VM kernel panics, can you restart the VM without interrupting the ongoing blockcopy? Sadly, this is not yet possible. There is work being done in upstream qemu to add persistent bitmap support, and the libvirt would have to be
2014 Apr 03
0
git snapshots from opus-codec.org website.
Hi On the opus-codec web page here ---> http://www.opus-codec.org/development/ Underneath "Source code repository" there are options to download the gits. As well as the traditional "$ git clone git://git.opus-codec.org/opus.git" there are also Snapshots. opus-master.tar.gz opus-1.0.x-branch.tar.gz It's a great idea... To download HEAD the command can be like this...
2010 Mar 24
0
form_for with nested shallow route
Let''s say I have: map.resources :teams do |team| team.resources :squads, :shallow => true end When I want to generate a form_for a squad, I need both the team and squad for new/create, but only the squad for edit. This means I need: edit: form_for(squad) new: form_for([team, squad]) This seems not very dry. Is there a more idiomatic way of doing this? Right now,
2011 Feb 16
0
[elflink] _root_.c32 shallow ELF module
Hi, I'm trying to figure out how to link against symbols from the core com32 shallow module at runtime. I see references to _root_.c32 (EXEC_ROOT_NAME) in com32/lib/sys/module/exec.c, but can't find where this module is created in the build infrastructure, if indeed it is created at all. Does anyone have any pointers?
2016 Sep 04
6
Adding [[nodiscard]] to Compiler.h
My 2 cents: get rid of LLVM_UNUSED_RESULT, and move to LLVM_NODISCARD. For compilers that support it, it should be a strict superset of features and functionality. The standard feature was written directly based on the clang warn_unused_result stuff. I would just migrate us onto the spelling and usage pattern that got standardized. All we have to lose are warnings from compilers other than Clang
2004 Nov 23
0
[LLVMdev] Nested functions
On Nov 22, 2004, at 10:00 AM, Vikram S. Adve wrote: > I have not seen a discussion of this and none of our current front-ends > need it. A straightforward way to add support for this would be: > > (a) Lower nested procedures into ordinary top-level functions in LLVM, > with name-mangling to enforce scopes for each name. > > (b) I assume you don't want to use a display (a
2018 Mar 09
0
Re: snapshot with libvirt tools or with lvm tools ?
----- On Mar 9, 2018, at 4:39 PM, Bernd Lentes bernd.lentes@helmholtz-muenchen.de wrote: > Hi, > > i asked already a time ago about snapshots. I have some guests, each resides in > a raw file, placed on an ext3 fs which is on top of a logical volume, for each > guest a dedicated lv. > The raw is not a "must have", if there are obvious reasons i can convert them to
2015 May 19
0
Re: Pivot without copy
On 05/19/2015 12:52 PM, Mathew Moon wrote: > Hi, > > Is it possible to "pivot" to a new image without doing blockcopy or > blockpull? No. Qemu does not support arbitrary reopening of a backing chain yet (even with the 'change-backing-file' QMP command, that is just rewriting contents of the qcow2 metadata, and not actually reopening the chain). The only way to pivot
2014 Sep 30
2
Shallow copies
I have a question about shallow copies in R. Since R 3.1.0, subsetting a dataframe with respect to its columns no longer result in deep copies. This is an amazing change in my opinion. Now, subsetting a data.frame by rows (or subsetting a matrix by columns or rows) still does deep copies. In particular, it is my understanding that running a command on a very large subset of rows (say
2013 Sep 20
0
[PATCH][git-pull] lwIP PXE fixes
On Tue, 17 Sep, at 04:23:08PM, Gene Cumm wrote: > On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote: > > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: > >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: > >> Gene Cumm (1): > >> Allow for UNDIIF_ID_DEBUG in 1 mk line > >> >
2014 Aug 25
2
[PATCH envytools] Fix range end to the last value of timing table.
--- nva/set_timings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nva/set_timings.c b/nva/set_timings.c index 7376486..985a707 100644 --- a/nva/set_timings.c +++ b/nva/set_timings.c @@ -506,7 +506,7 @@ shallow_dump(struct nvamemtiming_conf *conf) if (conf->range.start == (unsigned char) -1) conf->range.start = 0; if (conf->range.end == (unsigned char) -1) -
2020 Feb 07
2
Re: does the guest have a snapshot ?
----- On Feb 7, 2020, at 3:43 PM, Peter Krempa pkrempa@redhat.com wrote: > On Fri, Feb 07, 2020 at 15:25:22 +0100, Lentes, Bernd wrote: ... > > Libvirt is probably lacking the metadata for the snapshot. That is not a > problem though, because since libvirt doesn't support deletion of > external snapshots anyways currently you'd need to use the below > approach anyways.
2006 Sep 21
2
[LLVMdev] Cloning Function-objects
Hi, What's the best way to clone a Function (deep copy, not shallow)? Apparently only Instruction-classes feature a clone()-method, and there is no dedicated copy constructor/operator= for Function either. Kind regards, Bram Adams GH-SEL, INTEC, Ghent University
2006 Mar 02
1
Apache ModRewrite
Does anybody happen to know if 'for sure' the order in which you list modrewrite rules is the order in which they are processed within a .htaccess file? It does work, but I want to know that it always works. Basically, I have some multiple wildcard rules, where directories can't be hard coded and as it goes deeper into the directories, the more shallow levels interfere with the