search for: mstislav

Displaying 3 results from an estimated 3 matches for "mstislav".

Did you mean: rostislav
2007 Oct 29
2
a package depending on other packages does not pass checking on windows
...is problem manifests itself with R 2.5.1 under Windows XP but not with the same version under Linux. (Yes, I know this is not the latest version, sorry about that :) ) How do I convince `R CMD check' to find the packages installed in the private library? Thanks in advance for your help! WBR Mstislav Elagin
2006 Sep 13
1
printing a generated function crashes R
...function(10)) ## -> 12 bad.function ## this works if the code is source()'d print(bad.function) ## oops! However, it does work (i.e. prints the body of bad.function) if run non-interactively (R --vanilla < bad-function.R). Any ideas why this happens? Thanks in advance Mstislav Elagin
2006 Oct 09
1
Problem building a DLL from Fortran 90 source under Windows (with solution)
...BJSA, i.e. an object file made from a f90 source never becomes part of dependencies. If I add $(FCSOURCES) to OBJSA, the DLL gets built correctly. I wonder whether there is a reason for not including .f90 (and .f95) sources in the list of dependencies or this can be considered a bug in R. WBR -- Mstislav Elagin