Displaying 20 results from an estimated 3000 matches similar to: "R in batch mode: cannot mkdir R_TempDir"
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
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
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
2012 Oct 23
2
multi-panel figure: overall title for each row
Dear all,
I have a 3x2 plot and in addition to the title of the individual plots I
would like to have an overall title
for each row. I managed to get an overall title for the whole plot matrix
with mtext:
par(mfrow=(c(3,2)), mar=c(6.4,4.5,4.2, 1.8), oma=c(0,0,3,0))
for (i in 1:6)
barplot(sample(1:10,5), main=paste("Plot #",i))
mtext("Overall Title Row 1", outer=TRUE)
but I
2012 Mar 15
3
single, double or no quotes in expression
Dear all,
I am confused about how to create an expression. I use a package (rsbml)
which uses expressions and seems to make a difference if there is a quote
around the expression or not.
For example, package works with expressions such as
> expression(A + B)
but not with
> expression("A + B")
I now have a set of math expressions represented as strings, something like
this:
>
2012 Aug 01
3
splitting a vector
Hello,
I have a vector with positive integer numbers, e.g.
> numbers <- c(1,2,1,2,3,4,5)
and want to split the vector whenever an element in the vector is smaller or
equal to its predecessor.
Hence I want to obtain two vectors: c(1,2) and c(1,2,3,4,5).
I tried with which(), but it is not so elegant:
> numbers[1:(which(numbers<=numbers[1])[2]-1)]
>
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]]
2007 Dec 07
0
regression tests for unlink and wildcards fail - Solaris 10 SPARC / Sun Studio 12 (PR#10501)
Full_Name: Jim Brown
Version: 2.6.0 / 2.6.1
OS: Solaris 10 (SPARC)
Submission from: (NULL) (35.8.15.102)
I have been able to successfully compile version 2.5.1 using the Sun Studio 12
compilers on Sun Solaris 10 (SPARC). All tests using "make check" pass with a
status of OK. However, the following section of "reg-tests-1.R" fails when I
attempt to test after a build of
2011 May 19
1
r-2.13 fails make check
I am only reporting this because it is the current release branch and
not devel.
R-2.13 from svn revision 55957 builds fine, but fails make check.
This happened with a fresh svn checkout 12 hours ago and it still
happens as of now. Two days ago I could build R-2.13 and it passed
make check on the same system, so I doubt it is a system problem. But
just in case my system details are a fresh
2015 Sep 16
2
R-devel_2015-09-14 throws an error in reg-packages test
Hello.
I have successfully built R on windows scores of times, and have never
come across this problem. For this build, I am using the current 4.6.3
prerelease version of Rtools, Windows7 64 bit, and
R-devel_2015-09-14.tar.gz
When running make check, I get the following error:
running code in 'reg-packages.R' ...make[3]: *** [reg-packages.Rout] Error 1
make[2]: *** [test-Reg] Error 2
2012 Oct 13
0
installation of R (2.14.1 and 2.15.1) fails due to [reg-packages.Rout] Error
Hello,
I'm trying to install R from sources on two Linux machines (both with Suse 12.2):
1.
> uname -a
Linux cs-wsok 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC
2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux
2.
> uname -a
Linux csltok.swansea.ac.uk 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26
09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux
I am trying version
2017 Apr 26
0
tempdir() may be deleted during long-running R session
>>>>> <frederik at ofb.net>
>>>>> on Tue, 25 Apr 2017 21:13:59 -0700 writes:
> On Tue, Apr 25, 2017 at 02:41:58PM +0000, Cook, Malcolm wrote:
>> Might this combination serve the purpose:
>> * R session keeps an open handle on the tempdir it creates,
>> * whatever tempdir harvesting cron job the user has be made
2017 Apr 26
0
tempdir() may be deleted during long-running R session
I agree this should be solved in configuration of
systemd/tmpreaper/whatever tmp cleaner - the cleanup must be prevented
in configuration files of these tools. Moving session directories under
/var/run (XDG_RUNTIME_DIR) does not seem like a good solution to me,
sooner or later someone might come with auto-cleaning that directory too.
It might still be useful if R could sometimes detect when
2018 Apr 24
0
disappearing tempdir()
Recent versions of Windows will remove empty directories from areas that
Windows considers places for temporary files. It does not seem to matter
how old they are; empty directories are found and removred c. once a day.
I haven't seen any documentation on this feature but I think you can turn
if off by disabling "Storage Sense" in Settings>System>Storage.
This means that
2011 Mar 18
1
[Patch suggestion] Adding 3rd arg to tempfile() to set extension
The other day I was working on an example which used tempfile() to create
file for use by the graphics device. And while I love tempfile()---as it is
portable and clever and the files get cleaned by R and all that---I noticed
one missing feature I would like to see: beside a starting name pattern, and
an optional directory, an 'file extension' argument would be nice to have.
As e.g. in
2017 Apr 26
1
tempdir() may be deleted during long-running R session
On 26/04/2017 10:39 AM, Tomas Kalibera wrote:
>
> I agree this should be solved in configuration of
> systemd/tmpreaper/whatever tmp cleaner - the cleanup must be prevented
> in configuration files of these tools. Moving session directories under
> /var/run (XDG_RUNTIME_DIR) does not seem like a good solution to me,
> sooner or later someone might come with auto-cleaning that
2017 Apr 25
0
tempdir() may be deleted during long-running R session
Chiming in late on this thread...
> > | Are there any packages which
> > | would break if a call to 'tempdir' automatically recreated this
> > | directory? (Or would it be too much of a performance hit to have
> > | 'tempdir' check and even just issue a warning when the directory is
> > | found not to exist?)
>
>
2008 Oct 16
1
Rscript -e, Sweave and tempdir()
Hello R-Help
I have a question about the "behind the scenes" behaviour of the Rscript -e command and particularly its interaction with Sweave and tempdir().
We are trying to deploy R as a web service to do water quality analyses and have been writing software to call Sweave via Rscript eg:
cmd> Rscript -e Sweave('sweavefile.Rnw')
One problem we have been having is that