search for: dadler

Displaying 18 results from an estimated 18 matches for "dadler".

Did you mean: adler
2012 Aug 20
1
rdyncall fears removal from CRAN
...ge [1] will be archived and removed from the main CRAN distribution at 7th of September if I can not get rid of .Internal calls. > From: ripley at stats.ox.ac.uk (Prof Brian Ripley) > Subject: Use of .Internal in CRAN package rdyncall > Date: August 14, 2012 11:09:06 AM GMT+02:00 > To: dadler at uni-goettingen.de > > R CMD check has been warning about the use of .Internal in packages > for several months now, in R-release since 2.15.0. We have decided > that it will not be allowed at all in the next release of R (not least > because the work on long vectors means we nee...
2004 Mar 05
0
rgl v0.64-10 released
...- support for automatic downloading of zlib and lpng on win32 - added demo directory with several examples using demo(rgl) - CRAN R check fixes (v0.64-9 to v0.64-10) KNOWN BUGS - rgl.close() and rgl.quit() might crash on X11 platforms HOMEPAGE http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler AUTHOR Daniel Adler <dadler at uni-goettingen.de> Department of Statistics and Econometrics University of Goettingen, Germany _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2004 Mar 05
0
rgl v0.64-10 released
...- support for automatic downloading of zlib and lpng on win32 - added demo directory with several examples using demo(rgl) - CRAN R check fixes (v0.64-9 to v0.64-10) KNOWN BUGS - rgl.close() and rgl.quit() might crash on X11 platforms HOMEPAGE http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler AUTHOR Daniel Adler <dadler at uni-goettingen.de> Department of Statistics and Econometrics University of Goettingen, Germany _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2004 Nov 22
1
Installing rgl in R2.0.1
...se gcc. That would probably work, except that it is mixing up the Sun C++ compiler (CC) with the Gnu command line options (-Wall -pedantic -fno-exceptions .....) AND the Sun command line options (-xO4 -xlibmil -dalign). All my attempts to follow the http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler/rgl link on the rgl catalogue card at CRAN have failed. - Did I do something wrong? - What if anything can I do about it?
2003 May 02
1
stepfuns: R^2 -> R
Does anyone have any suggestions on perspective plotting of piecewise constant functions? Ideally, I would like something like plot.stepfun for functions that are piecewise constant on polygons. Even pointers to non-R strategies would be welcome at this stage. url: www.econ.uiuc.edu Roger Koenker Dept. of Economics UCL, email rkoenker at uiuc.edu Department of Economics Drayton House, vox:
2003 Jul 21
1
help on barplot
Hello, I am trying to compare two histograms using barplot. the idea is to plot the histograms as pairs of columns side by side for each x value. I was able to do it using barplot before but I can't remember now for the life of me now how I did it in the past: > d [,1] [,2] -37.5 0.0000000000 2.789396e-05 -32.5 0.0001394700 5.578801e-05 -27.5 0.0019804742
2004 Apr 26
1
eventloop
Hello. I'm writting a glx device and I've some performance problem with the eventloop registration system. The device is not refresh when there's no X event. That's problematic for animation and "smoothness" of display. Should I use threads or fork the R process to get and independant way to refresh my device ? Or do you know another way to refresh it ? Thanks
2011 Dec 16
1
makeNamespace and rdyncall
Dear R Core Team, I have a question related to the programming interface for namespace object creation at run-time. This is something that I need in the rdyncall package: During the dynamic linkage binding of a shared C library, an R namespace object is created that gets populated with call wrappers, symbolic constants and type information objects. For example, > dynport(SDL) # create
2008 Aug 04
0
major release ff 2.0 (large atomic objects)
...in ff 2.0 you might want to visit our presentation August 5th at JSM "High-Performance Processing of Large Data Sets via Memory Mapping: A Case Study in R And C++" or the official package presentation at UseR!2008 in Dortmund scheduled for August 13th. The ff authors Daniel Adler <dadler at uni-goettingen.de> Christian Gl?ser <christian_glaeser at gmx.de> Oleg Nenadic <onenadi at uni-goettingen.de> Jens Oehlschl?gel <Jens.Oehlschlaegel at truecluster.com> Walter Zucchini <wzucchi at uni-goettingen.de> _______________________________________________ R-pac...
2008 Aug 04
0
major release ff 2.0 (large atomic objects)
...in ff 2.0 you might want to visit our presentation August 5th at JSM "High-Performance Processing of Large Data Sets via Memory Mapping: A Case Study in R And C++" or the official package presentation at UseR!2008 in Dortmund scheduled for August 13th. The ff authors Daniel Adler <dadler at uni-goettingen.de> Christian Gl?ser <christian_glaeser at gmx.de> Oleg Nenadic <onenadi at uni-goettingen.de> Jens Oehlschl?gel <Jens.Oehlschlaegel at truecluster.com> Walter Zucchini <wzucchi at uni-goettingen.de> _______________________________________________ R-pac...
2012 Feb 06
1
Segfault on ".C" registration via R_CMethodDef according to 'Writing R Extensions'.
...ernal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error", condition = e))}) 16: try(suppressPackageStartupMessages(library(pkg_name, lib.loc = lib, character.only = TRUE, logical.return = TRUE))) 17: tools:::.test_load_package("mylib", "/Users/dadler/Library/R/2.14/library") aborting ... sh: line 1: 75200 Bus error '/Library/Frameworks/R.framework/Resources/bin/R' --arch=i386 --no-save --slave < /var/folders/Lr/Lrh7GWILEqCwHkyF1MdauE+++TI/-Tmp-//RtmpDqusSN/file1259d93ec2eb *** arch - x86_64
2003 Jun 23
7
How can I do a spinning plot in R?
I have found XLispStat's spinning plots illuminating. I'd like to do the same thing in R. A dozen or so probes with help, help.search, apropos haven't turned up anything, and I've even resorted to grepping through the entire R source distribution looking for 'spin.*plot', to no avail. Either the feature is called something else in R (what?), or it's in some other
2004 Jun 03
5
cameraa rotation graphics
Dear all, Is there a camera rotation for 3d graphics in R. I have seen it in a conference one time and thought it is pretty neat. the presenter was able to rotate the 3d graph with dragging the mouse up down left right. If not in R is there something that is open source that does this. Thank you Jean Eid
2003 Dec 25
6
Plot a sphere
Hi, I'm new to R (and math ;) Would somebody please be so kind as to direct me in plotting a 3D sphere? I tried something in the lines of: #### y <- x <- seq(-pi, pi, length=pi*10) f <- function(x,y) { z <- sqrt(pi - x^2 - y^2) #z[is.na(z)] <- 0 z } z <- outer(x, y, f) persp(x, y, z, theta = 120, phi = 30) #### I've also tried: .... make.surface.grid(...) ..
2005 Aug 21
0
RGL v0.65
RGL Version 0.65 [r405 / 2005-08-14] DESCRIPTION The RGL package is a visualization device system for R, using OpenGL as the rendering backend. An rgl device at its core is a real-time 3D engine written in C++. It provides an interactive viewpoint navigation facility (mouse + wheel support) and an R programming interface. RELEASE INFO This is a Beta release. We target a stable release at the end
2005 Aug 21
0
RGL v0.65
RGL Version 0.65 [r405 / 2005-08-14] DESCRIPTION The RGL package is a visualization device system for R, using OpenGL as the rendering backend. An rgl device at its core is a real-time 3D engine written in C++. It provides an interactive viewpoint navigation facility (mouse + wheel support) and an R programming interface. RELEASE INFO This is a Beta release. We target a stable release at the end
2011 Jul 25
1
rdyncall 0.7.3
Initial Announcement: Package rdyncall released on CRAN. (Version 0.7.3) The package was presented at the Use!R 2009 with the title 'An improved Foreign Function Interface for R' and is now available on CRAN and considered stable for a large range of R platforms. The package provides a cross-platform framework for dynamic binding of C libraries using a flexible Foreign Function
2011 Jul 25
1
rdyncall 0.7.3
Initial Announcement: Package rdyncall released on CRAN. (Version 0.7.3) The package was presented at the Use!R 2009 with the title 'An improved Foreign Function Interface for R' and is now available on CRAN and considered stable for a large range of R platforms. The package provides a cross-platform framework for dynamic binding of C libraries using a flexible Foreign Function