You can see below the output I got when I run both commands:
system("cmd.exe /C dir")
El volumen de la unidad C es Acer
El n£mero de serie del volumen es: F4BA-4F27
Directorio de C:\Users\pau_k\Documents\OPL\Experiments\EXPERIMENT 1 - Trastuzumab Resistance - TiOx\ClassI pSites\R\180212
13/02/2018 10:59 .
13/02/2018 10:59 ..
13/02/2018 10:29 25,159 .Rhistory
21/12/2017 14:02 10,652,886 171221_Tot_TiOx_N1_N2_N3_PGA.txt
13/02/2018 11:00 69,881 180212_Limma TiOx_N1_N2_N3.R
12/02/2018 15:32 15,277,681 180212_Tot_TiOx_N1_N2_N3_PGA.txt
18/01/2018 14:56 22,377 180213_TiOx_VennDiagram.R
13/02/2018 10:59 15,652,344 180213_Tot_TiOx_N1_N2_N3_PGA.txt
13/02/2018 10:28 39,820 180213_volcano_ggplot_TiOx.R
7 archivos 41,740,148 bytes
2 dirs 784,452,534,272 bytes libres
system("cmd.exe /C dir /AH")
El volumen de la unidad C es Acer
El n£mero de serie del volumen es: F4BA-4F27
Directorio de C:\Users\pau_k\Documents\OPL\Experiments\EXPERIMENT 1 - Trastuzumab Resistance - TiOx\ClassI pSites\R\180212
No se encuentra el archivo
Warning message:
running command 'cmd.exe /C dir /AH' had status 1
Indeed, It's happening in all projects, and it seems to be the R console taking more time to respond to submitted commands (especially in functions with loops) which were running normally beforehand.
Thanks.