similar to: Control Panel

Displaying 20 results from an estimated 6000 matches similar to: "Control Panel"

2008 Sep 09
1
'xtfrm' performance (influences 'order' performance) in R devel
Hello everybody, it looks like the presense of some (do know know which) S4 methods for a given S4 class degrades the performance of xtfrm (used in 'order' in new R-devel) by a factor of millions. This is for classes that ARE derived from numeric directly and thus should be quite trivial to convert to numeric. Consider the following example: setClass("TimeDateBase",
2007 Nov 02
1
R timeDate does not allow seconds?
Hello, Sorry if anyone gets this message twice, as my mailserver may not be working. Thanks for your response. Your idea makes a lot of sense to me, but I've been unable to get seconds to work. I ended up with this format finally: "2007-10-31_16:20:22" Problem is I am unable to get it recognized as a date using timeDate(): R>
2003 Jan 19
1
Applications start with title bar grayed
When I try to start notepad, it starts with a grayed title bar, like it wasnt active. I cant enter text into the input window. Strange thing, menus work. To get it look like active and type text, I must select the system menu and "About wine". After closing the new window (that has appeared as active), i see that notepad appears active and I can enter text. Has someone this issue ?
2009 Jan 27
2
Can I create a timeDate object using only year and week of the year values?
For a model I am working on, I have samples organized by year and week of the year. For this model, the data (year and week) comes from the basic sample data, but I require a value representing the amount of time since the sample was taken (actually, for the purpose of the model, it is sufficient to use the number of weeks from the middle of the sample week to the present). What I have found so
2009 Mar 13
1
Rd \usage clause for an S4 replace method
Given S4 methods [ and [<-, how do I write the Rd-file usage clause for the latter one? What I have now is: \S4method{[}{TimeSeries,TimeDate,missing}(x, i, j, ..., drop) \S4method{[<-}{TimeSeries,TimeDate,missing,ANY}(x, i, j, ..., value) which results in the following output: ## S4 method for signature 'TimeSeries, TimeDate, missing': x[i, j, ..., drop]
2009 Mar 05
1
Problem using RMySQL and fCalendar
Hello: I am trying to use fCalendar for date arithmetic and the RMySQL package for accessing a MySQL database. The fCalendar math operations seem to work fine UNTIL I load the RMySQL package. Here is a demonstration: ean at fibonacci:~/Desktop/amCharts/rsa-metrics$ R R version 2.7.1 (2008-06-23) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free
2003 May 24
1
anyone had success with roller coaster tycoon2 ?
I'm attempting to run Roller Coaster Tycoon2 under wine-20030508 per these instructions: http://appdb.winehq.com/appview.php?appId=265&versionId=1573 but i'm not having any luck. When i run "wine --dll dinput=n Rct2.exe" it fails with the error: fixme:file:DEVICE_Open Unknown/unsupported VxD DINPUT.VXD. Try setting Windows version to 'nt40' or 'win31'.
2008 Oct 21
2
For loop - how to assign "i" when it is not an element of an index?
Hello, I'm trying to build a for loop, where I estimate a series of models with different sets of (time series) data. However my for loop doesn't recognize the "i" ##################### code################ window.1=anomalies.CAK[(positions(anomalies.CAK)>=timeDate("1/1/1971") & positions(anomalies.CAK)<=timeDate("6/30/1991") )] ....
2002 Aug 16
0
Use ms control panel in wine (Even witout windows)!!
If you only have a fake windows installation (Like me), this probably will only be a thing to do for fun, but could be useful if you have a real win installation. To do this in a real win installation, you don't need anything you don't already have, to do this in a fake win installation, you need: rundll32.exe; rundll.exe (Copy in c:windows directory) All the cpl files (Copy in
2011 Jul 19
2
timeDate with month designated by three letters.
Dear R Experts: I am trying to convert a date and time character field to timeDate where the month is presented as three letters, such as "JUN" for June, etc. This is an example of the full character field: "04-MAY-11 1428" What is the proper format syntax? I've tried timeDate("04-MAY-11 1428",format="%d-%m-%y %H%M") but only get GMT [1]
2005 Apr 19
1
timeSeries Date Warning messages: Set timezone to GMT!
Hello, I must be doing something wrong that's very obvious. But I just don't see it. I changed my Windows Time Zone to GMT and my Financial Center to Montreal. But I still get several warnings. >Sys.timezone() [1] "GMT Daylight Time" >myFinCenter [1] "Montreal" >Sys.timeDate() [1] "Montreal" [1] [2005-04-19 10:55:02] Warning messages: 1: Set
2011 Feb 11
2
tzone and DST
I'm reading in ~3 years worth of data that includes hourly timestamps. Presumably to avoid DST confusion, all the data is in PST time zone -- no discontinuities in the spring or fall. The data comes in a csv file, which I'm reading with myvariable <- read.csv("my_data_file.csv",header=FALSE,
2003 Jan 02
2
wine issue
how come i always get like: err:module:BUILTIN32_dlopen failed to load .so lib for builtin softdrv.dll: Cannot open "/usr/local/lib/wine/softdrv.dll.so" err:module:BUILTIN32_dlopen failed to load .so lib for builtin galaxy.dll: Cannot open "/usr/local/lib/wine/galaxy.dll.so" /usr/local/lib/wine. i made a user and group called wine. and chgrp -R wine /usr/local/lib/wine, but
2003 Jun 22
1
missing winedefault.reg and problems with locale "de_DE@euro"
hi, I just installed wine, winesetuptk and XWine. I'm using gentoo Linux 1.4-rc4. I already installed a Windows Program called MindManager (a mindmapping tool from mindjet http://www.mindjet.com). Setup is no problem, but if I try to start MindMan.exe # wine .wine/fake_windows/Program\ Files/Mindjet/MindManager\ 2002/MindMan.exe I get the following: ERROR: You need to merge the
2007 Apr 18
1
[PATCH 2/2] Transparent privilege levels in entry.S
i386 Transparent Paravirtualization Patch #2 Changes required to low level fault / system call code for supporting transparent paravirtualization where the kernel may be running at non-zero CPL. The testing of VM_MASK and CS together uses a neat trick which is now extended to support CPL 0,1,2 kernels. Note that assembly code must test against __ESPFIX_SS, the 16-bit stack on interrupts and
2007 Apr 18
1
[PATCH 2/2] Transparent privilege levels in entry.S
i386 Transparent Paravirtualization Patch #2 Changes required to low level fault / system call code for supporting transparent paravirtualization where the kernel may be running at non-zero CPL. The testing of VM_MASK and CS together uses a neat trick which is now extended to support CPL 0,1,2 kernels. Note that assembly code must test against __ESPFIX_SS, the 16-bit stack on interrupts and
2002 Jun 17
4
(Demo CD available) Has anyone tested AutoCad 2000 with any recent wine ?
AutoDesk now offers a free 15 day demo CD of AutoCad. I hope some of the talanted wine developers take the opportunity to get the CD and try to get it to work. http://usa.autodesk.com/adsk/item/0,,616392-123112,00.html In my opinion there are two windows application that are more important than others and that is AutoCad and Quark express. Linux does not have good alternatives to theese, and for
2003 Mar 12
2
sentinel.vxd
Hi, When i am running tally5.4 on linux7.1 through wine i am getting following errors. fixme:file:Device_Open Unknown/Unsupported VxD SENTINEL.VXD. Try Setting Windows version to 'nt40' or 'win31' thanks in advance Nayan __________________________________________________________ Great Travel Deals, Airfares, Hotels on http://www.journeymart.com/rediff/travel.asp
2003 Jan 17
2
Using IE 5 from an existing windows 98 partition on Mandrake 9.0
Dear all, I have problems in using IE 5 from an existing windows partition. Does anybody have a step by step guide on how to install it? If someone gives me some hints, I would be more than willing to write an HOWTO. Linux Mandrake 9.0 with wine-cvs-opengl-103102-1, with a windows 98 partition on disk. Corrado
2004 Jan 13
3
How to create RPMs
Dear friends, Do anybody know how to create a rpm file from a source program. I have the wine source program Wine-20030318.tar with me. I would like to create a rpm file for this program. How can i achieve it. Please kindly guide me. Saravanan. V ______________________________________ Scanned and protected by Email