Re: [R] Display warning when embedded data file is loaded

2012-01-09 Thread Hintzen, Niels
Dear all, I didn't manage to get any new insights on this, anyone from the list suggestions? Best regards, Niels Hintzen -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Hintzen, Niels Sent: maandag, januari 02, 2012 10:42

[R] Display warning when embedded data file is loaded

2012-01-02 Thread Hintzen, Niels
Dear all, I would like to show a warning when a data file, that is embedded in the package, is loaded. I have so far not been able to find any manual or mailing list going on about that. In code example: library("myPackage") data("myData") # Now I want a warning containing info about this lo

Re: [R] build.pl in building library with Rtools211

2010-08-12 Thread Hintzen, Niels
r the help Van: Uwe Ligges [lig...@statistik.tu-dortmund.de] Verzonden: donderdag 12 augustus 2010 22:10 Aan: Hintzen, Niels CC: r-help@r-project.org Onderwerp: Re: [R] build.pl in building library with Rtools211 What did you try? R CMD build (build all lower case) does work for me

[R] build.pl in building library with Rtools211

2010-08-09 Thread Hintzen, Niels
Dear all, As I couldn't find any thread on the internet I hope the help-list might help me out. I've tried to update Rtools from R210 used in combination with R2.9.1 to R211 in combination with R2.11.1. However, I do not succeed. I have R2.11.1 running, as well as Inno Setup 5, HTML help and M

[R] build.pl in building library with Rtools211

2010-08-05 Thread Hintzen, Niels
Dear all, As I couldn't find any thread on the internet I hope the help-list might help me out. I've tried to update Rtools from R210 used in combination with R2.9.1 to R211 in combination with R2.11.1. However, I do not succeed. I have R2.11.1 running, as well as Inno Setup 5, HTML help and M

[R] Return dimension index from array with n-dimensions

2008-09-10 Thread Hintzen, Niels
Hi, I have been dealing with some problems finding a fast way of getting to know in what dimension a specific value is located out of an array (like the 'which' function for a vector returns its position). Unable to find anything about this on the internet I wrote a function myself. Could you p