similar to: Depends, Suggests and .First.lib

Displaying 20 results from an estimated 1000 matches similar to: "Depends, Suggests and .First.lib"

2011 Jul 24
0
pxR 0.20
Dear useRs, I'd like to announce the release of pxR, a package to use the PC-Axis file format in R. PC-Axis is a software family consisting of a number of programs for the Windows and Internet environment used to present statistical information. It is used by national and international institutions to publish statistical data. Programs in the PC-Axis family use a particular data file format.
2011 Jul 24
0
pxR 0.20
Dear useRs, I'd like to announce the release of pxR, a package to use the PC-Axis file format in R. PC-Axis is a software family consisting of a number of programs for the Windows and Internet environment used to present statistical information. It is used by national and international institutions to publish statistical data. Programs in the PC-Axis family use a particular data file format.
2011 Jul 24
0
rasterVis 0.10-3
Dear useRs, I'd like to announce the release of version 0.10-3 of rasterVis. This package provides a set of methods for enhanced visualization and interaction with the Raster* objects from the raster package. You will find some examples at: http://rastervis.r-forge.r-project.org/. Best, Oscar. ------------- Oscar Perpi??n Lamigueiro Dpto. de Ingenier?a El?ctrica EUITI-UPM
2011 Jul 24
0
rasterVis 0.10-3
Dear useRs, I'd like to announce the release of version 0.10-3 of rasterVis. This package provides a set of methods for enhanced visualization and interaction with the Raster* objects from the raster package. You will find some examples at: http://rastervis.r-forge.r-project.org/. Best, Oscar. ------------- Oscar Perpi??n Lamigueiro Dpto. de Ingenier?a El?ctrica EUITI-UPM
2008 Oct 14
3
gWidgets install
Hi, I wanted to install the gWidgets package and ran the following code: ------------------------------------------ > install.packages("gWidgets") trying URL 'http://www.ibiblio.org/pub/languages/R/CRAN/bin/windows/contrib/2.7/gWidgets_0.0-30.zip' Content type 'application/zip' length 1354268 bytes (1.3 Mb) opened URL downloaded 1.3 Mb package 'gWidgets'
2013 Feb 14
0
Building a Package & using gWidgets
Hi, For the past few months I've been building a simulation in R I hope to package. It consists of two usable functions, and many internal ones which one of the two usable functions call while looping, to perform the stages of simulation. A simple conceptual example is: # Abstract representation 1st Usable function, generates object containing settings for simulation. settings <-
2010 Feb 12
0
New solaR package
Hello. I'd like to announce the availability of version 0.14 of the "solaR" package. It provides a set of calculation methods of solar radiation and performance of photovoltaic systems. The package has been uploaded to CRAN and is now available under the GPL-3 license. Moreover, I have designed some GUIs with gWidgets. They are still far from elegant so I have not included them in
2010 Feb 12
0
New solaR package
Hello. I'd like to announce the availability of version 0.14 of the "solaR" package. It provides a set of calculation methods of solar radiation and performance of photovoltaic systems. The package has been uploaded to CRAN and is now available under the GPL-3 license. Moreover, I have designed some GUIs with gWidgets. They are still far from elegant so I have not included them in
2013 Jan 21
13
Problema gWidgets & XLConnect
Hola. Tengo una especie de "poltergeist"... a ver si alguien es capaz de echarme un cable.... sucede al usar los paquetes XLConnect (http://cran.r-project.org/web/packages/XLConnect/) y gWidgets (http://cran.r-project.org/web/packages/gWidgets/) simultáneamente en R 2.15.2 (de 32 bits bajo Windows 7) ... con la versión anterior (2.15.1), en las mismas condiciones, no pasa. Caso 1: #
2010 Feb 19
2
problem with RGtk
Dear List, I would like to ask about package RGtk2 with which I have a problem. I will very much appreciate if somebody could tell me what I need to do. I need to install a package scdMicro and it depends on gWidgetsRGtk2. I am working on MAC, version 10.5.8. When I try to load gWidgetsRGtk2 (or RGtk2), it asks me: "Instal GTK+?" I installed Gtk+ from CRAN, and added a path: export
2008 Nov 18
0
latticist and playwith
A new package, *latticist*, is available now from CRAN. Latticist is a graphical user interface for exploratory visualisation. It is primarily an interface to the Lattice graphics system, but also produces displays from the vcd package for categorical data. Given a multivariate dataset (either a data frame or a table), Latticist attempts to produce useful displays based on the properties of the
2008 Nov 18
0
latticist and playwith
A new package, *latticist*, is available now from CRAN. Latticist is a graphical user interface for exploratory visualisation. It is primarily an interface to the Lattice graphics system, but also produces displays from the vcd package for categorical data. Given a multivariate dataset (either a data frame or a table), Latticist attempts to produce useful displays based on the properties of the
2009 May 27
0
invisible columns
Dear John, Actually, I was using gWidgetsRGtk2. The solution you suggest works fine. Thank you very much. Best regards. Olivier -- ____________________________________ Olivier G. Nuñez Email: onunez en iberstat.es Tel : +34 663 03 69 09 Web: http://www.iberstat.es ____________________________________ El 27/05/2009, a las 17:28, John Verzani escribió: > Dear Olivier, > > I
2013 Jan 17
2
error installing KEGGSOAP
Hi, I am new to bioconductor, trying to install KEGGSOAP package, but got warnings() when installing and error message when trying to load the package, can anyone suggest what went wrong? many thanks John > source("http://bioconductor.org/biocLite.R") Bioconductor version 2.11 (BiocInstaller 1.8.3), ?biocLite for help > biocLite("KEGGSOAP") BioC_mirror:
2010 Oct 08
1
solaR: version 0.20
Hello, I'd like to announce the availability of the version 0.20 of the "solaR" package. It provides a set of calculation methods of solar radiation and performance of photovoltaic systems. The package has been uploaded to CRAN under the GPL-3 license. The most important changes included in this version are: *The package is now almost entirely designed with S4 classes and
2010 Oct 08
1
solaR: version 0.20
Hello, I'd like to announce the availability of the version 0.20 of the "solaR" package. It provides a set of calculation methods of solar radiation and performance of photovoltaic systems. The package has been uploaded to CRAN under the GPL-3 license. The most important changes included in this version are: *The package is now almost entirely designed with S4 classes and
2009 Dec 27
2
RGtk2 / gWidgets - addHandlerClicked Problem
In The following code, the table handler is executed twice when the button is pressed (from the 2nd pressing on). I want it to be executed only once. Does someone know, why this happens and how I can change it? library(gWidgets) w <- gwindow() b <- gbutton("press", cont=w) tbl <- gtable(1:10, cont=w) addhandlerclicked(b, handler=function(h, ...){
2012 Mar 30
1
Error in use of "gwindow" and ".First" function
Hi, I saved an image and planed to open it whenever I want to load it. However, when I open it, It doesn't work. The code is following, and saved it as an image. .First<-function(){ require(tcltk) require(TeachingDemos) library(gWidgetstcltk) options(guiToolkit = "tcltk") win <- gwindow("Don't worry", visible = FALSE) } Error message is following, Error :
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
I'd like to announce three new packages on CRAN: pmg, gWidgets, and gWidgetsRGtk2. --John Verzani 1 PMG *=*=*= The pmg package for R provides a relatively simple graphical user interface for R in a manner similar to the more mature RCmdr package. Basically this means a menu-driven interface to dialogs that collect arguments for R functions. This GUI was written with an eye towards
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
I'd like to announce three new packages on CRAN: pmg, gWidgets, and gWidgetsRGtk2. --John Verzani 1 PMG *=*=*= The pmg package for R provides a relatively simple graphical user interface for R in a manner similar to the more mature RCmdr package. Basically this means a menu-driven interface to dialogs that collect arguments for R functions. This GUI was written with an eye towards