Displaying 20 results from an estimated 280 matches for "mdy".
Did you mean:
may
2009 Aug 11
1
Passing a list object to lapply
Hello,
I'm having difficulty passing an object name to a lapply function. Can
somebody tell me the trick to make this work?
#Works
T13702 <- TRACKDATA[["13702.xls"]][["data"]]
min(unlist(lapply(list(T13702), function(x) mdy.date(x[1, 2], x[1, 1],
x[1, 3]))))
16553
#Works
d<-2
assign(paste("T",substr(names(TRACKDATA)[d],1,(nchar(names(TRACKDATA)[d]
)-4)),sep=""),TRACKDATA[[d]][["data"]],pos=1)
min(unlist(lapply(list(T13702), function(x) mdy.date(x[1, 2], x[1, 1],
x[1, 3]))))
16553
#Fa...
2009 Jan 14
2
Windows installer text bug (PR#13445)
Full_Name: Rob Cranfill
Version: 2.8.1
OS: Windows XP SP2
Submission from: (NULL) (130.76.32.19)
Using the Windows installer for 2.8.1, partway through the process there is a
dialog that looks something like this:
----------------------------------------------
Display Mode
Do you prefer the MDI or SDI interface?
-------
Please specify MDI or SDI, then click Next.
(*) MDI (one big
2005 Aug 19
2
Handling dates
I have a problem with some functions handling dates, in packages 'date' and
'survival' (they seem to be identical). For instance, from the documentation,
--------------------
mdy.date {survival}
R Documentation
Convert to Julian Dates
Description
Given a month, day, and year, returns the number of days since January 1, 1960.
Usage
mdy.date(month, day, year, nineteen = TRUE, fillday = FALSE,
fillmonth = FALSE)
----------------------------
but
> library(sur...
2000 Jan 03
1
Rounding in date.mdy from library(date)
The date library contains a function date.mdy that converts a number
D to the date (month,date,year as a list) at D days after 1 Jan 1960.
This a convention that fits in with SASs.
The logic would be that the result was the date at D days after
1 Jan 1960 00:00:00 (which is a POINT in time as opposed to a date which
is an interval), so that...
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
Below, attached, and available at the 'ifmemdsk' branch at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=a975c12919bbd48739fede4ebfe099d98b87192e
Review welcome!
- Shao Miller
-----
From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001
From: Shao Miller <shao.miller at yrdsb.edu.on.ca>
Date: Sat, 6 Aug 2011 05:24:46 -0400
Subject: [PATCH]
2004 May 01
2
MDI interface with sidepanel
Hi
Just started with WxRuby after using Fox. Very impressed by the easy
binary install and I''m already liking the native look and feel on MSW.
Thanks!
I''m trying to create an app with a MDI Parent Frame and a full-height
(docked) side panel with various controls in it. The MDIParentFrame
doesn''t work properly if I put it inside another frame with a sizer, so
2008 Sep 02
2
qcc help
Hi Gents,
I need to get the control limits from qcc function.
As follows:
qcc(MDI, type = "xbar.one")
Call:
qcc(data = MDI, type = "xbar.one")
xbar.one chart for MDI
Summary of group statistics:
Min. 1st Qu. Median Mean 3rd Qu. Max.
0.3266 0.4249 0.4371 0.4333 0.4451 0.4858
Group sample size: 1
Number of groups: 383
Center
2004 Feb 10
1
MDI
Hello,
I want to use wxruby in my application, but this should be MDI application.
Kevin, could you add MDIParentFrame, MDIClientWindow and MDIChildFrame
in wxruby-0.3, please?
--
Best regards,
Pavel
mailto:papushev@inp.nsk.su
2006 Jun 09
1
date.mdy in date package
I'm having a problem with output from date.mdy in the date package.
Goal: to take a long vector of dates of the form "01/22/99" and extract values month="01", day="22", year="1999".
I am providing the vector of class dates in the attached file to date.mdy:
> mdy_dates<-date.mdy...
2009 May 11
1
MDI form in Wine
Hi all,
One of my application use MDI(Multiple Document Interface) form, when I open 2 forms at the same time, and close one form first, then I can still see some image of previous form overlapped on the other form, if I minimize the window and the maximize the other form, the overlapped image will disappear!
Does anyone know how to prevent from this situation? Thanks!
Best
2006 Aug 27
1
MDI fixed
In diagnosing the wxWindow.h problem I discovered that the problem is
related to directors wrapping returned pointers. I went in to
wxMDIParentFrame and removed ''virtual'' from a couple of the functions
and the MDI windows work again.
I will investigate a fix for this later, since there are a lot of
functions that return pointers. However, the MDI crash was a big one
that
2004 Mar 16
0
MDI and submenues
Hello wxruby-users,
Kevin, thanks for fast addition of the support of MDI and submenues!
I''ve tested it under WinXP and all works very well. There is a test
example at the end of the message.
--
Best regards,
Pavel
mailto:papushev@inp.nsk.su
#================================================
require ''wxruby''
include Wx
class MyFrame < MDIParentFrame
def
2009 Nov 11
1
Unexpected behaviour for as.date()
Hi everyone,
I am trying to use the function as.date() from the "dates" package in R
2.10.0 to convert a character date to a Julian date, as follows:
> as.date("02-MAY-01", order="mdy") # convert May 2, 2001 to a Julian date
[1] 2May1
However, when trying to convert a character date from the year 2000 to a
Julian date, I get an <NA> instead of the
desired Julian date:
> as.date("02-MAY-00", order="mdy") # convert May 2, 2000 to a Julian date
[...
2001 Jun 24
3
Wine and BlitzIn
Martin Andersen wrote:
>
> Hi!
>
> I have installed Codeweavers Preview 3, and have a
> windows partition. I run Blitzin (www.chessclub.com) and it
> starts up ok, but it cannot connect to the server. I have disabled the
> firewall on my linuxbox.
>
> Any ideas ?
>
> Martin.
Hi Martin,
I have tried to run Blitzin under WINE as well and the outcome is that
2008 Jun 04
1
Enter key in data editor bombs program in MDI (PR#11579)
Full_Name: Michael H
Version: 2.7
OS: Windows XP SP3
Submission from: (NULL) (74.74.76.1)
When running R with the multiple document interface, pressing enter in the data
editor causes the program to crash with the following command:
Dataset <- edit(as.data.frame(NULL))
This problem persists when using the fix command, such as fix(Dataset).
Interestingly, the arrow keys and mouse work fine
2006 Oct 21
0
[703] trunk/wxruby2/Changelog: Get/SetStipple for Wx::Pen; faster building on dual core; MDI sample bugs on OS X
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2001 Jan 03
1
package/ date/ download problem
Colleagues
I want to download the package "date" from CRAN <http://cran.r-
project.org/> to get the R-scripts (for version 1.2.0)
*** date/INDEX ***
as.date Coerce Data to Dates
date.ddmmmyy Format a Julian date
date.mdy Convert from Julian Dates to Month, Day, and Year
date.mmddyy Format a Julian date
date.mmddyyyy Format a Julian date
date.object Date Objects
mdy.date Convert to Julian Dates
However, the clickable download from ver.1.2-5 gives me only two R files
date.R
zzz.R
although I do get the help fi...
2011 Nov 11
0
R Startup options (MDI and SDI)
Here's my setup:
- I'm on a Windows machine (I don't have full admin rights)
- I have a folder with an *.RData file and an .RProfile file
- I want the user to be able to start R by double clicking on the
*.RData file
Can I specify the application start up options (like --no-save --mdi) in
the local RProfile file?
Thanks!
[[alternative HTML version deleted]]
2001 Dec 05
1
Visual FoxPro 5 apps
Hello,
I was wondering if anyone has gotten Visual FoxPro apps working?
Here's where I am.
Under both fake_windows, and the 'real windows' installations, Foxpro
apps seem to not release the mouse click when an MDI window is selected,
or the scrollbars are used. In a print-preview, this appears to be a
lockup (really, it's in 'select mode', for highlighting text).
What
2005 Apr 01
0
MDI on OS X
Hi
I was wondering if the mdi sample runs for anyone on OS X? On 10.3, in
both wxruby and wxruby-swig it creates a ruby app but doesn''t show any
child windows on request.
cheers
alex