search for: franckx

Displaying 7 results from an estimated 7 matches for "franckx".

Did you mean: franck
2012 Jul 04
2
CPU usage while running R code
I am currently running an R program on a computer with 16 Gb memory (Windows7, 64 bit). When I look at the task manager, I see that only 4 out of the 8 CPUs are being used. Is this due to some missing in the R code, or should I change something to the settings of the computer? Laurent Franckx, PhD Expert VITO NV Boeretang 200, 2400 MOL, Belgium Tel. + 32 14 33 58 22 Skype: laurent.franckx laurent.franckx at vito.be Visit our website: www.vito.be/english and http://www.vito.be/transport http://www.vito.be/e-maildisclaimer
2012 Nov 09
2
Error in memory.size(size) when calling R in batch mode (but not in interactive mode)
...a garbage collection, after two or three iterations, R crashes when used interactively. I thought that running and exiting R after each iteration would be the only effective way to "clean up" memory. If you have any other solutions, I would be happy to hear about them as well. Laurent Franckx, PhD VITO NV Boeretang 200, 2400 MOL, Belgium Tel. + 32 14 33 58 22 Skype: laurent.franckx laurent.franckx at vito.be Visit our website: www.vito.be/english and http://www.vito.be/transport ________________________________ [http://www.vito.be/e-maildisclaimer/bsds.png] <http://bsds.vito....
2012 Aug 13
3
creation of package failed
...0\bin\x64; c:\R\Rtools\bin; C:\R\Rtools\gcc-4.6.3\bin64; C:\MiKTeX\miktex\miktex\bin; c:\windows; c:\windows\system32; C:\Windows\SysWOW64; C:\Program Files (x86)\Inno Setup 5. I have re-installed today the most recent version of Rtools. Does anyone have an idea what is going wrong here? Laurent Franckx, PhD Expert VITO NV Boeretang 200, 2400 MOL, Belgium Tel. + 32 14 33 58 22 Skype: laurent.franckx laurent.franckx at vito.be Visit our website: www.vito.be/english and http://www.vito.be/transport http://www.vito.be/e-maildisclaimer
2012 Sep 20
1
R/C++ interfaces: crashes when using .c(), followed by correct results when R restarted
...ons of the dll, "is.loaded("equil_distC")" would still lead to a TRUE. I would like to understand the structural reason for these problems. Again, the problem is not the C++ code - it does run correctly now, although it had crashed in the previous run. Best regards Laurent Franckx, PhD VITO NV Boeretang 200, 2400 MOL, Belgium Tel. + 32 14 33 58 22 Skype: laurent.franckx laurent.franckx at vito.be ________________________________ [http://www.vito.be/e-maildisclaimer/bsds.png] <http://bsds.vito.be> VITO Disclaimer: http://www.vito.be/e-maildisclaimer
2011 Sep 28
1
Error: could not find function
...the following error message: Error: could not find function "BPGC" When I defined "BPGC" in "calibrateCES", the problem disappears, but this is definitely not the solution I want, because I want "BPGC" to be available for other functions as well. Laurent Franckx Uniting expertise from different fields of technology enhances the development of innovative methods for sustainable production. Join the third edition of the international congress 'Innovation for Sustainable Production 2012' May, 6-9, 2012 - Bruges (Belgium) http://www.i-sup2012.org --...
2012 Sep 06
1
use of ddply() within function
Dear all, I am encountering problems with the application of ddply within the body of a self-defined function. The script is the following: moncostcarmoto <- function(costtype){ costaux_result <- data.frame() for (purp in PURPcount){for (per in PERcount){ costcarin =
2012 Sep 17
1
LoadLibrary failure: : %1 is not a valid Win32 application although arch x64 has been specified
Dear all, I have problems loading a library in the 64 version of R. The following happens: · I have a file, equildistC.cpp, which contains a few lines of C++ code. · I have compiled the file using the following commands: PATH =