[Rd] Portuguese translation problem (PR#13756)

2009-06-13 Thread azevedofilho
Full_Name: Adriano Azevedo Filho Version: 2.9.0 OS: Windows Vista Submission from: (NULL) (201.68.79.62) The error message produced when the function name typed in the console is misspelled in the Portuguese translation. This is not a new issue but as it is around for sometime I've decided to rep

Re: [Rd] conditional dependencies & loading

2009-06-13 Thread Duncan Murdoch
Kynn Jones wrote: Hi! I'm working on a package that must convert data to and from JSON. For this, it can use either the rjson package, or preferably, the faster RJSONIO package. I have two related questions about this. First, how can I specify that the package depends on *either* RJSONIO *or*

[Rd] conditional dependencies & loading

2009-06-13 Thread Kynn Jones
Hi! I'm working on a package that must convert data to and from JSON. For this, it can use either the rjson package, or preferably, the faster RJSONIO package. I have two related questions about this. First, how can I specify that the package depends on *either* RJSONIO *or* rjson? (I.e. both

[Rd] Anyone using Interwrite PRS clickers?

2009-06-13 Thread Duncan Murdoch
I've agreed to use the Interwrite PRS "clicker" (an RF input device that allows each student in a class to respond to questions) in a class next year. The version of the PRS software we're using stores its files in an undocumented (AFAIK) but fairly obvious format, a mixture of XML and CSV fil

Re: [Rd] Masked user input

2009-06-13 Thread Duncan Murdoch
On 12/06/2009 6:08 PM, miller_2555 wrote: Hi - I'm creating a package of database tools. A function in the package requires the username and password as input to the function in order to initially connect to the target database(s). Of course, this poses a significant security issue given the

[Rd] Masked user input

2009-06-13 Thread miller_2555
Hi - I'm creating a package of database tools. A function in the package requires the username and password as input to the function in order to initially connect to the target database(s). Of course, this poses a significant security issue given the possible retention of the function stateme

[Rd] "median" accepting ordered factor

2009-06-13 Thread Christophe Genolini
Hi the list, The function median start by exclude the factor. Indeed, it not possible to calculate the median for a factor, but it is possible to evaluate the median for an ordered factor. Would it be possible to change the median function to accept also ordered factor? This would be helpful sp