Displaying 20 results from an estimated 900 matches similar to: "Packaging Error"
2012 Jun 26
0
Packaging Error
H,
I was trying to ByteCompile a package that I made. The package compiles successfully with byte compile set to FALSE.
When I set ByteCompile to TRUE, I receive the following error message while doing R CMD INSTALL
/usr/lib/R/bin/INSTALL: line 34: 9964 Done echo 'tools:::.install_packages()' 9965 Segmentation fault | R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" $myArgs
2017 Nov 23
2
Bug in R CMD INSTALL when handling invalid LazyData DESCRIPTION field
Hi, I think I've found a bug in R CMD INSTALL. When it tries to parse a
DESCRIPTION file with an invalid LazyData field, it errors out while
trying to print the correct error message:
> R CMD INSTALL .
* installing to library ?/home/example/R/x86_64-pc-linux-gnu-library/3.4?
* installing *source* package ?samplepackage? ...
** data
Error in errmsg("invalid value of ", field,
2002 Jun 25
1
commandArgs: feature request
Dear R-core Team,
As Thomas Lumley pointed out in one of his e-mails one can use commandArgs()
to get a copy of the command line arguments supplied when R session was
invoked and then use grep to extract parameters of interest.
His solution works very well if the custom options are passed by names, e.g.
--my-option=value, but what if one wants to pass parameters by their
positions. Then it's
2006 Oct 03
1
do.call with Vectorial Argument
Dear All,
I am trying to use the do.call command to avoid tedious loops in R
when I need to call repetitively a function.
I am experiencing a problem when the arguments of a function are given
with a vector (I need to express then this way to be able later on to
integrate them numerically with the adapt package).
Consider the small script:
remove(list=ls())
#library(adapt)
# first a list of the
2017 Jun 06
0
Force argument to have quotes
Harold:
As a general rule, if you are using eval(parse(...)) you are doing it
poorly in R; cf
library("fortunes")
fortune(106)
Why is something like this not suitable:
fun1 <- function(a1,a2,a3 = c("hi","by"))
{
cat(a3,a1+a2,"\n")
}
> fun1 (1,2)
hi by 3
> fun1(1,2, a3 = "whoopee")
whoopee 3
... or, if you want to include the
2011 Jan 27
0
Problems installing gputools
Hi,
I have some surprising trouble installing the gputools package.
This is a linux box running Fedora with an Nvidia GeForce GTX 260 card
and R 2.12.1
I had gputools running on it for the past several months. Wanting to
update to the newest version, I simply executed
install.packages("gputools") from within R. This should mean that the
problem isn't in the hardware or OS.
Errors
2017 Jul 03
1
The ByteCompile & LazyLoading fields
Hi,
In the DESCRIPTION file the ByteCompile and LazyLoading arguments appear to
accept any value.
>From the manual the field should be a "logical field". However, authors
interpret this in a variety of ways:
unique(tools::CRAN_package_db()$ByteCompile)
# [1] NA "TRUE" "yes" "true" "Yes" "no"
#
2014 Nov 28
1
Asterisk consuming high cpu usage
Hi,
I have been using asterisk 10.0.1 for 8 months and now I have updated it to
12.6.0. I have not made much changes in conf files.
I am seeing continues warnings saying
"Can't send 10 type frames with SIP/Gtalk write" on console. Which I had
never seen in the previous version.
I have seen compared chan_sip.c from both versions and It seems 12.6.0 is
also made to support all the
2010 Oct 20
1
problem regarding rpmbuild : creating rpm for python files
HI people ,
I am not sure whether this is right mailing list for this question , but i
tried subscribing to redhat rpm list , failed to do so .
I'm facing a issue while creating RPM for python punjab
http://code.stanziq.com/punjab/
I've created a spec file which contains the list of files to packaged
http://pastie.org/1236027
And when i try to run rpmbuild -ba command on this spec
2018 Jun 15
3
Connection terminates just after changing the password for user whose password was expired.
Hi ,
I am using OpenSSH7.5 on AIX platform and I was testing the same against
the user's password expired functionality.
Normally when password is expired and if I do telnet , it will prompt for
password change and at the same time user will allowed to logged in
successfully.
But when I try the same with ssh, it prompts me for password change and
after changing the password, the connection
2010 Nov 03
2
NTLM Authentication against multiple domain comtrollers
We have a working setup of squid + samba + winbind to authenticate users
belonging to the same domain (using NTLM). We have an immediate urgent
requirement to support authentication against multiple Domains which are
using their own Domain controller. There is NO Trust Relation between
these Domain Controllers.
I have searched through length and breadth of all available documents
and
2006 Jul 25
1
Production deployment?
Hi all,
BackgrounDrb was exactly what I needed for a project I''m working on at
work. Everyone''s really impressed, and now it''s time to put the
system into production.
My question is, how do I avoid having to manually run the startup and
shutdown scripts (or the rake tasks) for backgroundrb?
I tried putting a system "rake backgroundrb:start" in my
2011 Nov 02
1
How do I use the new 'ByteCompile' field in R-2.14?
Hello,
I would like to the use the 'ByteCompile' field in R 2.14. However,
"Writing R Extensions" only describes this field, but does not say
what value it should be set to. How should i use it? Do you have
examples?
Is it the same as "LazyData: yes"?
Thank you,
Slava
2014 Nov 28
2
ICE consuming High CPU
Hi,
I am on asterisk 12.6.0. Previously I was using 10.0.1 and for Gtalk I was
using chan_gtalk and jabber configuration.
But on 12.6.0 I tried to use chan_motif, asterisk starts consuming 100%
cpu. From pstack trace I got it is because of ICE and to run motif ICE is
necessary.
Has anyone else seen this issue or any solution for this? I am using
neither STUN nor TURN. I have just enabled ICE in
2015 Oct 06
1
Error generated by .Internal(nchar) disappears when debugging
On 05/10/2015 8:25 PM, Matt Dowle wrote:
>
> On Mon, Oct 5, 2015 at 4:57 PM, Duncan Murdoch <murdoch.duncan at gmail.com
> <mailto:murdoch.duncan at gmail.com>> wrote:
>
> On 05/10/2015 7:24 PM, Matt Dowle wrote:
> > Joris Meys <jorismeys <at> gmail.com <http://gmail.com>> writes:
> >
> >>
> >> Hi all,
2007 Oct 09
2
Dovecot hanging up with many defunct processes
Hi,
I am in a very awkward situation and need some kind of immediate fix up.
I had installed dovecot in my organization as part of migration of email
server. The setup involves sendmail, dovecot (imaps+pop3s) and webmail
(squirrelmail) running on apache webserver. All was working fine until one
day I found a lot of defunct processes on system related to dovecot.
dovecot-auth, imap-login and
2014 Mar 11
3
Proposal Outline
Hi,
Before starting my proposal, I wanted to know what is the expected output
of Letor module. Is it for transfer learning (i.e you learn from one
dataset and leverage it to predict the rankings of other dataset) or is it
for supervised learning?
For instance - Xapian currently powers the Gmane search which is by default
based on BM25 weighting scheme and now suppose we want to use LETOR to rank
2006 Dec 31
1
Capturing argument values
I would like to preserve the values of all the arguments to a function
in a results object.
foo <- function(a, b=1) ....
foo(x, 3)
match.call() looks promising, but it records that a is x, while I want
the value of x (in the calling frame). Also, if the invocation is
foo(x), then match.call doesn't record that b is 1.
So I tried this (inside the function definition):
myargs <-
2017 Jun 06
3
Force argument to have quotes
I am writing a program where non-technical R users will read in a config file and the config file will then parse the arguments found within the config and pass them to respective functions. I'm having trouble (efficiently) writing a piece of code to retain quotation marks around the argument which requires it as input, as found in the example function below, myFuncton1.
Below is a minimal,
2014 Mar 10
2
A few more question about LETOR
1.Could you explain why are these libraries included in all the
xapian-letor headers?
#include<xapian/intrusive_ptr.h>
#include<xapian/types.h>
#include<xapian/visibility.h>
Or just provide me with the documentation of these header. I looked into
these header files but couldn't anything substantial.
2.