Displaying 9 results from an estimated 9 matches for "createa".
Did you mean:
create
2016 Feb 10
0
Method from package dependency is not updated due to lazy load?
...tionally disabled). At minimum, a warning when
loading pkgB could notify the user that there could be issues due to
version discrepancy.
Thank you.
Bests,
Renaud
## Code
library(devtools)
unlink('test', recursive = TRUE)
dir.create('test/lib', recursive = TRUE)
# create packages
createA <- function(version){
dir.create(file.path('test', version), recursive = TRUE)
pdir <- file.path('test', version, 'pkgA')
create(pdir, list(Depends = 'methods'), rstudio = FALSE)
cat(sprintf("
setGeneric('genericA', function(x) standardGe...
2007 Feb 08
2
Defining functions in separate file...
Hello, is it possible to define functions in a file, say, myfunctions.R,
and import them into R -- into the top-level namespace? I've seen in the
documentation that you can create packages, but this seems very
heavy-duty, as it requires me to createa subdirectory, and various other
files.
TIA
Martin
2009 Oct 13
3
Dovecot lock problem
Hi,
We have a few users experiencing locking problem. When starting
Thunderbird, there is no new emails in Inbox. Dovecot createa a lock file
/var/spool/mail/<user>.lock. It never completes openning Inbox. If closing
the mail client, the open imap session does not get closed, nor the lock
file get deleted.
Here are the errors in log:
dovecot: Oct 13 11:18:35 Warning: IMAP(user1): Our dotlock file
/var/mail/user1.l...
2016 Jun 19
6
pass invalidation
Hi All,
When I use llvm, I encounter a problem like "unable to schedule pass A required by C"
I investigated deeper. It's like:
I have three passes, say A, B, C(all are on function level)
A would modify IR code. (change instruction order)
For pass B,
I would use the result of pass A, I use addRequired<B>(), and &getAnalysis<B>(), it works.
void
2007 Mar 03
3
How to convert List object to function arguments?
Dear R gurus,
I have a function "goftests" that receives the following arguments:
* a vector "x" of data values;
* a distribution name "dist";
* the dots list ("...") containing a list a parameters to pass to CDF
function;
and calls several goodness-of-fit tests on the given data values against
the given distribution.
That is:
##### BEGIN CODE SNIP #####
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2019 Jun 27
3
Applying Dovecot for a large / deep folder-hierarchy archive.
Am 27.06.2019 um 07:35 schrieb Aki Tuomi via dovecot:
>
> On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote:
>> Hello to you all,
>>
>> I'd like to ask about my intended application of Dovecot to create a folder-hierarchy for storing our enterprise emails, which are treated as live data?rather than archives for compliance or occasional / reactive retrieval.
2015 Sep 03
2
Fuzzing complex programs
...parser/parse_type.o
> parser/parse_utilcmd.o parser/scansup.o commands/aggregatecmds.o
> commands/alter.o commands/analyze.o commands/async.o
> commands/cluster.o commands/comment.o commands/collationcmds.o
> commands/constraint.o commands/conversioncmds.o commands/copy.o
> commands/createas.o commands/dbcommands.o commands/define.o
> commands/discard.o commands/dropcmds.o commands/event_trigger.o
> commands/explain.o commands/extension.o commands/foreigncmds.o
> commands/functioncmds.o commands/indexcmds.o commands/lockcmds.o
> commands/matview.o commands/operatorcmds.o c...
2019 Jul 04
9
Applying Dovecot for a large / deep folder-hierarchy archive.
...for a large / deep folder-
hierarchyarchive.Date: Thu, 27 Jun 2019 12:53:49 +0200
Am 27.06.2019 um 07:35 schrieb Aki Tuomi via dovecot:
> On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote:
> > Hello to you all,
> > I'd like to ask about my intended application of Dovecot to createa
> > folder-hierarchy for storing our enterprise emails, which
> > aretreated as live data rather than archives for compliance
> > oroccasional / reactive retrieval.
> > The data is presently not that large (a few gigabytes), but it
> > isexpected to grow rapidly. Up to...