similar to: about RGui HighDPI awareness on windows

Displaying 20 results from an estimated 900 matches similar to: "about RGui HighDPI awareness on windows"

2014 Jun 06
1
Rjulia: a package for R call Julia through Julia C API
hello everyone,recently I write a package for R call Julia through Julia C API https://github.com/armgong/RJulia now the package can do 1 finish basic typemapping, now int boolean double R vector to julia 1d-array is ok,and julia int32 int64 float64 bool 1D array to R vector is also ok. 2 R STRSXP to julia string 1D array and Julia string array to STRSXP is written but not sure it is correct or
2010 Jan 04
2
I have finished compiling of R 64 bit on 64 bit Windows use MINGW64
hi ,everyone I have finished compiling of R 64 bit on 64 bit Windows system by using MINGW64, include the standard and recommended packages.tested it on Windows 2008 server R2 X64.it run very well.I wander anyone interested in it ,and anyone who want to continue testing  it with me?  and who can provide a space let me upload the R files Best wishes!                    2010/1/4                    
2014 Jun 24
2
using C code to create data frame but always return as list
there is my code,  expect return value  is a data frame but R say it is list: SEXP Julia_R_MD_NA_DataFrame(jl_value_t* Var) {  SEXP ans,names,rownames;  char evalcmd[4096];  int i;  const char* dfname="DataFrameName0tmp";  jl_set_global(jl_main_module, jl_symbol(dfname), (jl_value_t*)Var);  //Get Frame cols   sprintf(evalcmd,"size(%s,2)",dfname);  jl_value_t*
2007 Jan 24
1
Useful statusbar in RGui
This may be Windows specific, so not appropriate for this List... Currently, when I'm in console of Rgui, the status bar says a simple message "R majer ver. minor ver. - A Language and Environment" which I know. When I'm in plot area, it says "R Graphics" which I know, again. I think it is very useful if statusbars says current directory, because in my daily use I
2023 Jan 11
1
proposal for use ICU for timezone convertion on windows and a draft patch
Dear All, Last week I found an issue about R Sys.timezone function on Windows and send email to this list. This week , I read quite a few docs and codes about windows time zone to IANA time zone conversion. and found in unicode.org's ICU library has a function ucal_getTimeZoneIDForWindowsID which do the time zone convert. Microsoft also use it for time zone convertion in dotnet 6 and
2006 May 10
4
Unix X-WIndows RGUI
Hi: Could someone tell me if there is an X-Windows version of the RGUI ? Thanks: Alex
1999 Jun 03
1
very minor Rgui problem in rw0641 (PR#204)
In Rgui (rw0641) the dialog boxes opened by Help->R(standard interface) and Help->Apropos have to be closed by actually clicking on OK, rather than by hitting return. (Once I'm at the keyboard typing in the search term, return is more natural than going back to the mouse. But maybe I'm just old-fashioned.) Is it OK to mention two bugs in one report? After using
2023 Aug 13
2
a quick and dirty way to compile R on win arm64 using clangarm64
hello everyone: On this boring weekend, I tried compile R-trunk on windows 11 arm64 using clangarm64+msys2 on macbook m1 , it surprisingly easy to compiled and run. more investigation and test and code modify need to be done ,but IMO this is a good beginning !! to compile R on windows 11 arm64 just need : 1 svn checkout R-trunk and add USE_LLVM=YES in MKRules.dist or Mkrules.local 2 install
2002 Jan 08
0
GraphApp version 3
Hi, I'm the developer of GraphApp, which is a graphics and user interface toolkit which I believe has been used by your "R" package. I don't know whether GraphApp is still used in "R", but I thought you should know there is a new version of GraphApp available (version 3) which is built around a solid, portable core of graphics operations and is independent of Motif,
2000 Jun 26
1
using graphapp.h
Another question "graphapp.h" in R1.1 defines number of plotting function. is there an example of how to use them? Thank. --------------------------- Vadim Kutsyy vadim at kutsyy.com http://www.kutsyy.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2000 Jun 26
1
using graphapp.h
Another question "graphapp.h" in R1.1 defines number of plotting function. is there an example of how to use them? Thank. --------------------------- Vadim Kutsyy vadim at kutsyy.com http://www.kutsyy.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2005 Mar 18
2
Trouble debugging with gdb, R on Windows
I'm trying to follow the example in the R for Windows FAQ on running gdb and am getting stuck because gdb tells me "Cannot access memory at address ...". Here's what my gdb session looks like (This one from a cygwin shell, but same results from plain Windows CMD shell): $ cd R-devel/src/gnuwin32 $ gdb ../../bin/Rgui.exe GNU gdb 5.2.1 Copyright 2002 Free Software Foundation,
2007 Jan 12
0
[PATCH] xc_ptrace PAE awareness
Adjustments deemed necessary to properly support PAE (only compile-tested). Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: 2007-01-11/tools/libxc/xc_ptrace.c =================================================================== --- 2007-01-11.orig/tools/libxc/xc_ptrace.c 2006-12-14 22:49:56.000000000 +0100 +++ 2007-01-11/tools/libxc/xc_ptrace.c 2007-01-12 14:10:45.000000000 +0100 @@
2013 Apr 15
0
[LLVMdev] Power/Energy Awareness in LLVM
Dear Shobaki, We are currently working on this in the scope of the ENTRA project. You can find info about the project at: www.entraproject.eu If you need more info, or updates about the it please feel free to contact me. Kind Regards, Kyriakos Georgiou -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jan 28
1
[LLVMdev] [PATCH] parallel loop awareness to the LoopVectorizer
On 01/28/2013 07:36 PM, Pekka Jääskeläinen wrote: > If there's a "yes" from the analyzer it still prevents the vectorization. > So, sort of a softened programmer-friendlier version of the semantics. That said, I cannot think of a case where it would *harm* if the dependency analyzer, if it can actually prove a dependency, serializes the code. Thus, the same metadata can be
2013 Jan 28
2
[LLVMdev] [PATCH] parallel loop awareness to the LoopVectorizer
On 01/28/2013 06:45 PM, Nadav Rotem wrote: > I am okay with this patch, assuming that you follow the review of Tobias > and Renato and provide a separate patch for the min-iter-count and a few > test cases. OK. Any opinions on the location of the isParallelLoop() check? Shall I put it to Loop so it is more widely accessible? I.e. Loop->isParallel(). -- Pekka
2013 Jan 28
0
[LLVMdev] [PATCH] parallel loop awareness to the LoopVectorizer
It sounds like a good idea to move the method in to Loop. Is there a naming scheme for metadata? I think llvm.loop.* would be helpful for loop-specific metadata. As for parallel I think it is a little too generic. If ivdep are the semantics you're going for I'd use that. paul On 2013-01-28, at 12:03 PM, Pekka Jääskeläinen wrote: > On 01/28/2013 06:45 PM, Nadav Rotem wrote: >>
2013 Jan 28
2
[LLVMdev] [PATCH] parallel loop awareness to the LoopVectorizer
On 01/28/2013 09:23 PM, Redmond, Paul wrote: > If ivdep are the semantics you're going for I'd use that. Fine, except I prefer not to include 'v' in it. Vectorization is merely a one way to parallelize the loop. How does llvm.loop.ignore_assumed_deps sound? -- --Pekka
2006 Nov 24
1
Monitoring awareness
Hello, I'm discovering asterisk, it seem to be a great soft. I have seen a fonction to record calls that's a great fontion but there is something disturbing me. When the record start, except if the recorder prevent the other part, he is not aware of the recording... I dont find a way from the feature.conf how to play a sound when a monitor start to record :/
2007 Jan 30
2
"self-awareness" from a definition?
Looking at Puppet for a new installation. Wondering about the following capability: Say I have a reference to some definition, where I call out a relationship: silo( webservers => "server1", databaseservers => "server2" ); (sorry if syntax is incorrect). Is it possible for the definition of this to trigger "server1" to be in a "webservers"