Displaying 20 results from an estimated 11000 matches similar to: "String substitution on package install?"
2005 Jul 19
1
Problem building R
I initially thought this only was the case for me on R-devel, but also
just tested it on the current R-patched and R-2.1.1 (so perhaps this more
belongs on R-help, but ...).
I'm having an odd error with the makefiles in src/library/XXX while
building R. When it tries to create the 'po' directory, the Makefile
specifies:
@if test -d $(srcdir)/inst/po; then \
$(MKINSTALLDIRS)
2003 Dec 17
2
Can't start R-devel
Hello ...
With a new checkout of R-devel, I'm getting the following error on
startup:
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.
Error in open.connection(con, "rb") : unable to open connection
In addition: Warning message:
cannot open compressed file
2003 May 23
1
Problem building R-devel
Hello ...
I went to build R-devel today (Redhat Linux 7.2, kernel 2.4.9-31, gcc
2.96) and am getting this error:
gcc -I../../src/extra/zlib -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -g -O2
-c pcre.c -o pcre.o
pcre.c: In function `do_pgrep':
pcre.c:71: parse error before `char'
pcre.c:72: `s' undeclared (first use
2010 Apr 19
1
SSH limits
Hi,
I have some questions about ssh server and Linux, hope someone can help me :)
1. Does Ssh server have a limit for the number of users that can connect ?
2. Does Ssh have restrictions about an username length? Or
username format? We would like to use something like: foo_<GUID>
ex: foo_ 5CEB80CF-150F-4ff0-8743-A6493FA200C1
3. Does Linux have a limit of user
2002 Jun 25
7
SAMBA-LDAP and variable substition
Hello,
Im using Samba and LDAP together and if I use the scriptPath attribute for
a user defined in LDAP, it seems that variable substitions no longer work
like they did when you're using the global logon script parameter in smb.conf.
example:
scriptPath = scripts\%m.bat ==> %m.bat is NOT substituted to machinename.bat
Because the "logon scripts" directive of smb.conf will
2003 Sep 16
2
couldn't find function "setClass"
Hello ...
With a new checkout of R-devel (last update was 2003-09-11) we are having
a problem (it seems to be happening to all of us here on a few different
machines) where during install/check/etc when the 'save image' happens (in
packages using 'save image'):
** save image
Error: couldn't find function "setClass"
Execution halted
This is for all packages that
2004 Mar 31
2
segfault in browseURL()
Hello ...
Using Win2K (and reportedly WinXP), when the length of the 'url' string
>= 280 characters, a segmentation fault occurs.
This doesn't seem to be affecting unix machines.
Thanks
-J
2003 Nov 13
2
install.packages() for a local file
Hello ...
I see that on Windows one can specify a filename as the "pkgs" argument
and then set CRAN=NULL when calling install.packages() for a local
file. Is there a way to do this on unix? It doesn't appear to be
possible, but perhaps I am missing something here.
Also, if indeed there is no method to do this on unix, is there a reason
behind it or has it just never been
2003 Apr 28
1
installed.packages() with no packages
Hello ...
I found this due to a situation where installed.packages() was given a
lib.loc argument that turned out to not have any R packages installed. As
an example:
> z <- tempfile()
> dir.create(z)
> installed.packages(z)
Error in "colnames<-"(*tmp*, value = c("Package", "LibPath", pkgFlds)) :
dimnames applied to non-array
Looking at the code,
2017 Jul 16
0
IRC question: Is anyone able to verify the signatures from the libguestfs downloads?
18:44 < foo_> Is anyone able to verify the signatures from the libguestfs downloads (version 1.36.5). I cannot find the public key
19:33 < rwmjones> foo_: they're signed with my key (for rich@annexia.org), you can find the keyring here:
19:33 < rwmjones> http://pkgs.fedoraproject.org/cgit/rpms/libguestfs.git/tree/
19:34 < rwmjones> or on the usual GPG sites
19:35 <
2005 Sep 09
2
A question on R memory management in .Fortran() calls under Windows
Dear R community,
I have a question on how R manages memory allocation in .Fortran()
calls under Windows.
In brief, apparently, it is not possible to allocate large matrices
inside a Fortran subroutine
unless you pass them as arguments. If you do not act in this way
RGUI crashes with a stack overflow error and acting on memory through
vsize nsize ppsize and memory.limit does not help at all.
2009 Feb 04
3
auth_debug_passwords
Hi. I'm new to Dovecot and about to start using it in production. In
the config file, I set the option, auth_debug_passwords, to yes. I do
not see any failed passwords logged, however. It did cause more verbose
authentication logging, but failed passwords are still hidden.
I have also set these options to yes, because I thought they might be
required for auth_debug_passwords to work:
2012 Mar 25
2
string substitution for argument in function
hello,
I want to iterate through a list of names and use each element as an
argument in a function. For instance:
> a = c('one','two','three')
> data= c()
> for(elem in a){data=cbind(elem = 2,data)}
> data
elem elem elem
[1,] 2 2 2
instead I want 'elem' to be substituted by the string in the list. Doing
it by hand would be:
> data =
2013 Dec 17
3
In-string variable/symbol substitution: What formats/syntax is out there?
Hi,
I'm try to collect a list of methods/packages available in R for doing
in-string variable/symbol substitution, e.g. someFcn("pi=${pi}"),
anotherFcn("pi=@pi@") and so on becomes "pi=3.141593". I am aware of
the following:
** gsubfn() in the 'gsubfn' package, e.g.
> gsubfn( , , "pi = $pi, 2pi = `2*pi`")
[1] "pi = 3.14159265358979,
2002 Nov 06
2
Re: some questions!
Hi,
I'm also cc'ing it to r-help.
On Wed, 6 Nov 2002, Kenneth Cabrera wrote:
> Date: Wed, 06 Nov 2002 10:09:21 -0500
> From: Kenneth Cabrera <krcabrer at perseus.unalmed.edu.co>
> To: kwan022 at stat.auckland.ac.nz
> Subject: some questions!
>
> Hello Dear Ko-Kang Wang:
>
> I am trying to compile R v 1.6.1 .
>
> I am following the
2004 Aug 23
2
Installing package lattice
Here's another issue (that might well be operator error):
> install.packages("lattice")
...
...
** save image
Loading required package: grid
Error in importIntoEnv(impenv, impnames, ns, impvars) :
object(s) 'dev.list', 'cm.colors', 'gray', 'heat.colors' are not
exported by 'namespace:graphics'
Execution halted
ERROR: execution of
2019 May 04
4
R problems with lapack with gfortran
On Sat, May 04, 2019 at 06:42:47PM +0200, Thomas K?nig wrote:
>
> > - figure out Fortran2003 specification for C/Fortran interoperability
> > -- this _sounds_ like the right solution, but I don't think many
> > understand how to use it and what is implied (in particular, will
> > it require making changes to LAPACK itself?)
>
> That would actually be fairly
2019 May 06
0
R problems with lapack with gfortran
On 5/4/19 6:49 PM, Steve Kargl wrote:
> On Sat, May 04, 2019 at 06:42:47PM +0200, Thomas K?nig wrote:
>>> - figure out Fortran2003 specification for C/Fortran interoperability
>>> -- this _sounds_ like the right solution, but I don't think many
>>> understand how to use it and what is implied (in particular, will
>>> it require making changes to LAPACK
2006 Dec 11
1
Wondering about methods (selecting a less specialized method)
Hi All,
I find myself wondering if there is a canonical means of achieving the
multiple-dispatch version of 'super'? Specifically, I have a set of
classes
A, B, X and Y where B extends A
and a method Foo with the signature (X,A,Y) and I'd like to implement
Foo with the signature (X,B,Y) such that it calls Foo_(X,A,Y) and then
does "other stuff." This gets a bit complicated
2003 Apr 17
2
Difference between .C and .Fortran (on Windows)
In updating my web page on using non-standard compilers in Windows,
I've been trying to figure out exactly what the differences are
between .C() and .Fortran(), but the code is pretty convoluted.
Can someone let me know if the following is correct?
There are two differences between .C("foo", ...) and .Fortran("foo").
1. .C looks for the symbol "foo" in the