Re: [R] Calendar embedded for event scheduling

2016-08-09 Thread Jim Lemon
Hi Sri Ram, Do you mean that you want to produce a Gantt chart? Have a look at the example for gantt.chart in the plotrix package. Jim On Wed, Aug 10, 2016 at 2:58 PM, Sriram Kumar wrote: > Dear all, > > i am presently doing the r codes for developing the shiny app fro my > professional ,i ne

[R] Calendar embedded for event scheduling

2016-08-09 Thread Sriram Kumar
Dear all, i am presently doing the r codes for developing the shiny app fro my professional ,i need to add the calendar for event scheduling and marking the different in different color .i search a lot for doing so but still i didn't get any idea so far. please any expect help to get out of this

[R] Continuation-parsing / trampoline / infinite recursion problem

2016-08-09 Thread Thomas Mailund
[I’m really sorry if you receive this mail twice. I just noticed I had sent it from a different account that the one I signed up to the mailing list on and I don’t know if that means it will be filtered; at least I haven’t received it myself yet.] I am playing around with continuation-passing

Re: [R] R Server - Resource Manager

2016-08-09 Thread Jeff Newmiller
This service is normally implemented by the operating system against the logins, irrespective of the application those users choose to use. It is not part of R... so you should be looking for OS tools not R tools. -- Sent from my phone. Please excuse my brevity. On August 9, 2016 4:35:44 PM PD

[R] R Server - Resource Manager

2016-08-09 Thread Lars Bishop
Hi All, I'd appreciate if you can point me to any good open source (and free) Resource Manager for R installed on a unix server. Essentially, I'm looking to have the ability to selectively allocate computational resources to individuals or groups who have access to this server. I understand R Stu

[R] R on Bash on Ubuntu on Windows 10

2016-08-09 Thread Dongseok Choi
Hi all, Now, one more interesting option seems to be possible with the recent Windows 10 anniversary update. I activated Bash on Ubuntu on Windows and then I could installed r-base and update to the latest version (3.3.0). I also MRO 3.3.0. So far, it is working good. I could install several pa

[R] Residual plots and residual deviance in the SURVEY package when only 'working deviance' available

2016-08-09 Thread Marko Stojovic
Hello - I am analysing some survey data using the svyglm() command in the survey package. Since I am doing binomial regression, the family I'm choosing is 'quasibinomial', since this suppresses the warning that comes about from the inclusion of non-integer outcomes due to weights. I am looki

Re: [R] BaseX

2016-08-09 Thread Duncan Murdoch
On 09/08/2016 11:49 AM, Richard M. Heiberger wrote: The Rmpfr package handles base up to and including 62 > install.packages("Rmpfr") > library(Rmpfr) > ?mpfr > ?formatMpfr > formatMpfr(mpfr(1e6, precBits=53), base=62) [1] "4C92.00" > Neat: it's quite striking that all "digits" are 12 or

Re: [R] BaseX

2016-08-09 Thread Richard M. Heiberger
The Rmpfr package handles base up to and including 62 > install.packages("Rmpfr") > library(Rmpfr) > ?mpfr > ?formatMpfr > formatMpfr(mpfr(1e6, precBits=53), base=62) [1] "4C92.00" > On Tue, Aug 9, 2016 at 10:42 AM, wrote: > Hello, > > As for base 58 or base 62 I don't know, but for base 1

Re: [R] BaseX

2016-08-09 Thread ruipbarradas
Hello, As for base 58 or base 62 I don't know, but for base 16 see ?as.hexmode. See also ?strtoi. Hope this helps, Rui Barradas   Citando Ferri Leberl : > Dear everyone, > Is there an R-command to change the expression of a number into > hexadecimal, base58 base62 or any other common encod

[R] Error while fitting gumbel copula

2016-08-09 Thread Isaudin Ismail
Dear R experts, I have 5 time series of data (A, B, C, D and E) with all same lengths. All series exhibit gamma distribution except for B which is lognormal distribution. I am using copula package to model the joint-distribution of these 5 times series. I have selected Archimedean copula and succ

[R] [R-pkgs] New package uaparserjs 0.1.0 - Slice up browser user agent strings

2016-08-09 Thread Bob Rudis
I keep forgetting I can announce things here. [Insert witty/standard boilerplate introductory verbiage here] CRAN: GitHub: Until Oliver and/or I figure out a way to get uap-r

[R] BaseX

2016-08-09 Thread Ferri Leberl
Dear everyone, Is there an R-command to change the expression of a number into hexadecimal, base58 base62 or any other common encoding with a high base of signs? Thank you in advance for your answers. Yours, Mag. Ferri Leberl __ R-help@r-project.org mai