Displaying 20 results from an estimated 7000 matches similar to: "loading gap package"
2005 May 04
4
Unbundling gregmisc (was: loading gap package)
Let me redirect the topic a bit. I've been considering unbundling gregmisc.
The pro would be that people would find the component packages (i.e. gdata)
more easily. The con is that the packages have a number of
interdependencies, so you pretty much will need to get most of them anyway.
As the latest gregmisc bundle contains a gregmisc package that is just a
stub that depends on and loads
2005 May 04
4
Unbundling gregmisc (was: loading gap package)
Let me redirect the topic a bit. I've been considering unbundling gregmisc.
The pro would be that people would find the component packages (i.e. gdata)
more easily. The con is that the packages have a number of
interdependencies, so you pretty much will need to get most of them anyway.
As the latest gregmisc bundle contains a gregmisc package that is just a
stub that depends on and loads
2004 Nov 19
2
ERROR: installing package indices failed
Dear R-helpers,
I am developing a package named LDehatmap.
It depends on the "genetics" package
and includes two data files and a demo file.
When I'm trying to install it, I get the following messages:
* Installing *source* package 'LDheatmap' ...
** R
** data
** demo
** help
>>> Building/Updating help pages for package 'LDheatmap'
Formats: text html
2005 Jan 05
1
install.packages and bundles
Hi All,
Since I changed the gregmisc package into a bundle, I almost daily questions
asking how to get the individual packages contained in the bundle.
The standard example arises when someone attempts to install and then use my
'genetics' package which depends on the 'gdata' package contained within the
'gregmisc' bundle. The install succedes, but when the user does
2004 Oct 10
1
How to install a package that needs to see oher pkg dependencies:
Hi,
I am trying to install the genetics package on a server with Linux,
Fedora. I installed it in a PC and worked fine.
In a server since I am not used with R, I am not sure what do I need to
change so genetics pkg can see some package dependencies:
Any suggestion is appreciated, Aldi
Note:
genetics expects gregmisc and mvtnorm to be installed already. gregmisc
creates gdata etc dependencies.
2003 May 22
3
How to avoid function masking
Hi All,
I've been working on updating the 'genetics' package. As a consequence of
the upgrade, .First.lib() looks like:
.First.lib <- function(libname, pkgname)
{
if (!require(combinat))
warning("Unable to load 'combinat' library. Function
`diseq.ci' will fail.")
require(gregmisc)
genotype <-
2010 Feb 20
1
Problem with installing "genetics" package
I have tried to install the "genetics" package and am getting and error.
The log is below. For information, I am using R 2.10.1 on the Windows
XP operating system. The mirror site I'm using is Michigan Technological
University.
Your help in this matter will be greatly appreciated.
Murray M Cooper, PhD
Richland Statistics
9800 North 24th St
Richland, MI, USA 49083
2010 Jun 23
1
reg: R genetics problem
Dear Sir,
We need to use genetics packages at our end. We have installed R packages. When i try to choose genetics package and install, it is giving an error. Please see the attachment for the error. How can i resolve it and make it work?
Thanking you
A Padmavathi Devi
Technical Officer
Centre for Cellular and Molecular Biology
Ph.No:27192776
"The person addressed in the email is the sole
2010 Nov 28
3
Where is gdata?
Hi folks,
Win 7 64 bit
R 32 bit
> install.packages("gregmisc")
Installing package(s) into ‘C:\Users\satimiswin764\Documents/R/win-library/2.12’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
also installing the dependency ‘gmodels’
trying URL
'http://cran.ms.unimelb.edu.au/bin/windows/contrib/2.12/gmodels_2.15.0.zip'
Content type
2004 Sep 17
1
R-2.0.0 Install problem for package bundle with inter-dependent n amespaces
I have a revised version of the gregmisc package, which I've converted into
a package bundle each of which has a namespace: gplots, gmodels, gdata,
gtoools. Of course, there are interdependencies among these namespaces:
gsun374: /tmp [11]> cd gregmisc/
gsun374: gregmisc [12]> grep import */NAMESPACE
gdata/NAMESPACE:importFrom(gtools, odd, invalid, mixedsort)
2011 Jul 03
1
PROBLEM IN R version 2.13.0 (2011-04-13)
I am using R (version 2.13.0; 2011-04-13). Platform: x86_64-pc-mingw32/x64
(64-bit).
The messages that I see is
“This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information”
I am using the following libraries:
> library(package="gmodels")
> library(package="gtools")
2005 Jun 08
2
CRAN task view for genetics
Hello to everyone!
I have built CRAN task view for genetics. For now I have not submit it
to CRAN yet and it can be accessible from:
http://www.bfro.uni-lj.si/MR/ggorjan/software/R/Genetics.html
http://www.bfro.uni-lj.si/MR/ggorjan/software/R/Genetics.ctv
I have not submitted it to CRAN, since I would like first some opinion
about it. Genetics is really so broad field that I belive one person
2004 Oct 01
1
gregmisc 2.0.0 release
gregmisc 2.0.0
===========
gregmisc 2.0.0 has been released and is now available on CRAN.
Important Changes
---------------------------
- Now a package bundle
For this release, gregmisc has been split into a bundle containing 4
separate packages: gdata, gmodels, gplots and gtools. All of your favorite
functions are still present, but they are now better organized into thematic
groups,
2004 Oct 01
1
gregmisc 2.0.0 release
gregmisc 2.0.0
===========
gregmisc 2.0.0 has been released and is now available on CRAN.
Important Changes
---------------------------
- Now a package bundle
For this release, gregmisc has been split into a bundle containing 4
separate packages: gdata, gmodels, gplots and gtools. All of your favorite
functions are still present, but they are now better organized into thematic
groups,
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd
like to suggest some changes to how package bundles are handled.
My understanding is that a package bundle is essentially a convenient way to
distribute related packages, so that users can download/install them in one
shot. However, some users apparently get confused that one can do
install.packages("abundle")
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd
like to suggest some changes to how package bundles are handled.
My understanding is that a package bundle is essentially a convenient way to
distribute related packages, so that users can download/install them in one
shot. However, some users apparently get confused that one can do
install.packages("abundle")
2006 Apr 04
1
Packages reappear for installation each time update.packages() is run
Hi,
Whenever I run update.packages() certain packages reappear over and over
again as packages to be updated. Specifically, the problems appear with
the packages gregmisc and gap:
> update.packages()
gregmisc :
Version 2.0.7 installed in /usr/local/lib/R/library
Version 2.0.8 available at http://cran.dk.r-project.org
Update (y/N/c)? n
gap :
Version 1.0-3 installed in
2005 Mar 10
4
Gregmisc
Dear all,
I use R 2.0.1 on Windows XP professional. When I want to load the
'Gregmisc' library I get the following error message:
Error in library(pkg, character.only = TRUE) : 'gregmisc' is not a
valid package -- installed < 2.0.0?
Can anybody tell me what's wrong with this package?
Cheers, Christian
2004 Dec 26
1
error in gregmisc package
Hi,
I just installed the gregmisc bundle. When I do library(gdata) (or
library(gtools), library(gmodels)) everything works fine.
When I do library(gplots) I get
Error in parse(file, n, text, prompt) : syntax error on line 1850
Error in library(gplots) : package/namespace load failed
I'm using R-1.7.0 on Mac OS 10.3.
Can anybody help me with this? Could I be doing
2007 Mar 01
2
barplot2, gap.barplot
Hello,
I try to handle a simple bar-plot, but it turns out to be not as simple
as I thought.
1) I have created a .dat-File, e.g. test.dat:
DATA DATA-SEM
2.2 0.32
6.2 1.30
12.7 1.61
48.6 3.08
4.1 0.86
4.5 0.32
1.5 1.13
1.2 1.08
The first row is the data represented by bars. The second row deals with
the Standard Error of Mean. The lines correspond to time-intervals of
experiments.
2) I now