Displaying 20 results from an estimated 800 matches similar to: "problem with temp dir (PR#3272)"
2005 Mar 29
1
Problem installing packages and weird R site behaviour
Hi,
I tried to install a package using the menu option and was presented a list
filled with NA's.
I then tried visiting the R site and each option on the side bar (eg. CRAN,
Search,FAQ) sends me to the address attached below (NB: I left off the h in
http).
The first problem seems to be related to the second.
Is anyone else experiencing this behaviour and how do I restore normal
behaviour?
2004 Dec 01
3
Hexidecimal conversion
Help
I can produce the hexidecimal equivalent of a decimal number but I am having
a hard time reversing the operation. I'm good for hex representations to 159
and am close to extending to 2559. The archives are not clear on the
existence of a function for this task. Is there one?
Here is what I have got so far:
#Good for hex values to "9F"
as.decmode<-function(as.character(x)){
2004 Apr 21
1
(no subject)
Dear R-Help
Does "The R Package for Multivariate and Spatial Analysis Version 4.0
(Casgrain
and Legendre, 2001)" exist on CRAN and under what name? It supposedly has a
chronological clustering program ,CHRONO, that I would like to use.
Alternatively, I would ask if there is a R based program that performs
chronological clustering?
Thanks
Alex
Alex Hanke
Department of Fisheries and
2004 Feb 02
1
glm.poisson.disp versus glm.nb
Dear list,
This is a question about overdispersion and the ML estimates of the
parameters returned by the glm.poisson.disp (L. Scrucca) and glm.nb
(Venables and Ripley) functions. Both appear to assume a negative binomial
distribution for the response variable.
Paul and Banerjee (1998) developed C(alpha) tests for "interaction and main
effects, in an unbalanced two-way layout of counts
2004 Mar 31
2
identify() and controlling label size
I thought this was going to be easy ...
Can the label size of identify() be controlled by setting par(cex.*) because
I'm having no luck? My only recourse is to save the index and position of
the labels from identify() and use text() to replot them.
Regards
Alex
Alex Hanke
Department of Fisheries and Oceans
St. Andrews Biological Station
531 Brandy Cove Road
St. Andrews, NB
Canada
E5B 2L9
2004 Nov 22
1
RODBC and Table views
This question relates to the use of the RODBC package for retrieving data
from a MS Access database. It is quite easy to retrieve data sitting in
tables but is it possible to select from views based on these tables? The
archives do not touch on this point.
sqlTables() lets me see tables and views but only the tables yield data. Do
I need to recreate these views on the R side of the connection?
2005 Jun 10
1
Estimate of baseline hazard in survival
Dear All,
I'm having just a little terminology problem, relating the language used in
the Hosmer and Lemeshow text on Applied Survival Analysis to that of the
help that comes with the survival package.
I am trying to back out the values for the baseline hazard, h_o(t_i), for
each event time or observation time.
Now survfit(fit)$surv gives me the value of the survival function,
S(t_i|X_i,B),
2005 Jun 15
3
Error using newdata argument in survfit
Dear R-helpers,
To get curves for a pseudo cohort other than the one centered at the mean of
the covariates, I have been trying to use the newdata argument to survfit
with no success. Here is my model statement, the newdata and the ensuing
error. What am I doing wrong?
> summary(fit)
Call:
coxph(formula = Surv(Start, Stop, Event, type = "counting") ~
Week + LagAOO + Prior.f +
2006 Aug 31
1
Overriding InitTempDir
For embedded projects, one may want to eliminate the per-session temp
directory created by InitTempDir() and just use a system-specific temp
directory. Here's my solution:
extern char *R_TempDir;
void my_InitTempDir()
{
char *tmp;
if (R_TempDir){
if (rmdir(R_TempDir) != 0){
perror("Fatal Error: could not remove R's TempDir!");
2018 Aug 30
2
R_tempDir
Gracias Eric, podría ser un problema de permiso por el antivirus nuevo
desde el sistema, me pasó escribiendo un texto de Word, entre productos de
Microsoft se bloquearon, aunque no vi mensaje alguno. Investigare su
sugerencia.
Javier
El jue., 30 de ago. de 2018 12:11 PM, Eric <ericconchamunoz en gmail.com>
escribió:
> Hola Javier, Windows tiene el problema de que aunque reinstales
2018 Aug 30
2
R_tempDir
Hola,
Prueba a localizar el directorio donde está R instalado y da permisos
completos a toda la carpeta y subcarpetas.
También pasa esto en linux y se soluciona de la misma manera.
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 30 de agosto de 2018, 22:59, Javier Marcuzzi <
javier.ruben.marcuzzi en gmail.com> escribió:
> Estimados
>
> Probé la idea sobre permisos, en windows
2018 Aug 30
2
R_tempDir
Estimados
Hay algo que no sale como se espera, di todos los permisos desde el sistema
dentro de las opciones de seguridad, y desde las carpetas como si todos
fuesen administradores, pero el error continúa, sin embargo como usuario
administrador no tiene inconvenientes, lógicamente no voy a andar todo el
día como administrador porque ante un error el desastre que haría.
Pensaré, intentaré, de
2018 Aug 30
2
R_tempDir
Estimados
Tengo un error en windows 10, el mensaje dice : Error fatal: cannot create
R_tempDir
No tengo ni idea que pasó, esta semana no utilicé a R, hace dos semanas
seguro que sí, en el medio aparece el error, desinstalé y reinstalé
rstudio, de la misma forma R-Open de Microsoft 3.5.1, eliminé R client y
visual studio fue actualizado ayer. Intenté iniciar RServer desde visual
studio y no
2004 Feb 19
1
reshape direction=wide
Hello
I am reshaping a data.frame bids --> reshaped as shown below.
I thought this should be possible with a single invocation of
reshape, but the only way I came up with is reshaping subsets for each
keyword and then joining them together. Does anyone have an idea how to
solve this in a more elegant way? Efficiency is a concern as the datasets
are very large.
Is there a way to specify
2009 Jun 18
1
Installation reg:-
Hi,
There is a problem installing R. I am using windows vista home
basic.
After installation and when i'm trying to access it, it shows "Fatal error:
cannot mkdir R_Tempdir"
and after pressing ok, it closes.
Can anyone help me out?
Regards,
Harish
[[alternative HTML version deleted]]
2005 Jul 20
1
(PR#8017) build of REventLoop package crashes with 2.1 due
In what way is this a bug in R? It looks like a bug in the package, and
as Defn.h is not part of R's API any packge using it is `at risk' (and
cannot be installed in a binary-only installation, or even an installed
version of R).
In particular, Defn,.h depends on config.h, and it seems you installed a
binary version of R and used separate sources. I would suggest building
R from
2004 Oct 05
2
Help: File is present (via Samba) but cannot be opened?
When I mount a Windows XP partition (NTFS) on my SuSE 9.1 machine via
Samba 3.0.4, I find some files can be listed (via "ls") but mysteriously
cannot be opened, even though the file permissions appear fine. What
is a good way to track down this sort of problem?
Here's an example where I "cd" into a samba-mounted directory and try to
open a file that I know is present. It
2009 Sep 04
2
lrm in Design package--missing value where TRUE/FALSE needed
Hi,
A error message arose while I was trying to fit a ordinal model with lrm() I am using R 2.8 with Design package.
Here is a small set of mydata:
RC RS Sex CovA CovB CovC CovD CovE
2 1 0 1 1 0 -0.005575280 2
2 1 0 1 0 1 -0.001959580 2
3 0 0 0 1 0 -0.004725880 2
0 0 0 1 0 0 -0.005504850 2
2 1 1 0 0 0 -0.003880170 1
2 1 0 0 1 0 -0.006074230 2
2 1 0 0 1 1 -0.003963920 2
2 1 0 0 1 0
2006 Mar 16
11
[Bug 1131] buffer_append_space: alloc not supported Error with V 4.2p1
http://bugzilla.mindrot.org/show_bug.cgi?id=1131
------- Comment #18 from cove at wildpackets.com 2006-03-17 09:06 -------
It could be a bug in cryptlib, but I had the same problem with libssh and the
first comment in this bug report is with a 3rd implementation.
debug2: load_server_config: filename /usr/local/etc/sshd_config
debug2: load_server_config: done config len = 292
debug2:
1999 May 07
3
php3 module and security
Hi,
When php3 module is compiled in apache, files in any directory will
be interpreted by the parser and executed. This is a security breach.
There is a way to correct this? Any comments?
Thanks,
lacj
---
<levy@null.net>
Levy Carneiro Jr.
Linux & Network Admin
From mail@mail.redhat.com Sat May 8 02:32:02 1999
Received: (qmail 28372 invoked from network); 8 May 1999 07:05:57