[Rd] Possible bug with scrambled messages on Win7-64bit using R2.12.0 (32/64 bit version)

2010-10-25 Thread Hans-Peter Suter
-32bit. Cheers, Hans-Peter dyn.load(this/dll/does/not/exist.dll) Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'C:/Program Files/R/R-2.12.0/bin/i386/this/dll/does/not/exist.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden

[Rd] Rcmd build 32bit-only package on win7 64 bit platform?

2010-10-18 Thread Hans-Peter Suter
are 32bit only (for now)? Thanks for any advise, Hans-Peter __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Building an R GUI using gWidgets and RGtk2

2007-09-15 Thread Hans-Peter
be my favorite (but I want to add that I didn't try this out yet, it's only what I probably would check out (as an alternative to an R-based interface)). -- Regards, Hans-Peter [[alternative HTML version deleted]] __ R-devel@r-project.org

Re: [Rd] xlsReadWrite Pro and embedding objects and files in Excel worksheets

2007-02-14 Thread Hans-Peter
Hi Mark et al. 2007/2/12, Hans-Peter [EMAIL PROTECTED]: Yes, but I started with the update of the free version and got delayed there (not that I didn't know that paying customers should be prefered...) - I'll update the pro version right now and you should have it until Wednesday, maybe

Re: [Rd] xlsReadWrite Pro and embedding objects and files in Excel worksheets

2007-02-12 Thread Hans-Peter
and matrix output I agree. Not so sure about graphs. I prefere to keep things separated. You can do this already today by controlling Excel from R (see tipps from Gabor) or (in part) with xlsReadWritePro. -- Regards, Hans-Peter __ R-devel@r-project.org

Re: [Rd] newline with cell of Excel worksheet created with write.xls

2007-02-12 Thread Hans-Peter
Hi Mark, You need a character vector or a data.frame for separate rows. Something like: longtext - 'akdf kadfö \nkad flkdöflkadfk dafk \nlakdf kdjfkjdfkjadfk\njadfkjdflk adf' (rowtext - as.data.frame( strsplit( longtext, split = \n )) ) may do this. Regards, Hans-Peter PS: Probably not so

Re: [Rd] xlsReadWrite Pro and embedding objects and files in Excel worksheets

2007-02-11 Thread Hans-Peter
Hi Mark, Sorry to not reply earlier, I was away this week. Hans-Peter and other R developers, How are you? Have you made any progess with embedding Url's in Excel? Yes, but I started with the update of the free version and got delayed there (not that I didn't know that paying customers should

[Rd] protection needed?

2006-04-25 Thread Hans-Peter
( skipInt )[0]; riUnprotect( 1 ); According to the manual the second is probably more appropriate but as I found some places in the R sources where no protection was made, I decided to ask. Thanks a lot ! -- Regards, Hans-Peter __ R-devel@r-project.org

[Rd] headerfile translation to Delphi (Pascal) completed

2006-04-12 Thread Hans-Peter
a mail and I'm happy to send you the sources**. (Btw, I worked with Delphi 2006 (tested with D6 also). I don't know/use the FreePascal compiler so it's windows only (at least for the moment)). Best regards, Hans-Peter *After R2.3; also I need to do larger tests and think about some kind

[Rd] translating eventloop.h

2006-02-22 Thread Hans-Peter
to be declared somwhere else, but the only reference I could find was in devX11.c and \unit\Sys-std.c. I don't understand this. - is eventloop.h (maybe) a unix-only-thing? Thanks! -- Regards, Hans-Peter __ R-devel@r-project.org mailing list https

[Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Hans-Peter
is this handled in general, I mean, there might be other spots like this. Is it appropriate to ask such questions here? -- Regards, Hans-Peter __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Hans-Peter
2006/2/16, Hans-Peter [EMAIL PROTECTED]: [Rf_errorcall is not declared here, would be something like: void Rf_errorcall(SEXP, const char *,...)] ... would it be possible to pull the Rf_errorcall declaration to the error.h file? error.h doesn't look like a good place as the SEXP type

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Hans-Peter
groups. Btw: your Delphi notes were great to get me started !!! --- 2006/2/16, Rainer M Krug [EMAIL PROTECTED]: Hans-Peter wrote: I (try to) convert the external R header files to Pascal (Delphi). At Sounds interesting - Could you keep me updated about your progress? I would be interested

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Hans-Peter
to be able to and I've seen in the debugger the correct information is there). -- Regards, Hans-Peter __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel