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 'application/zip' length 76016 bytes (74 Kb)
opened URL
downloaded 74 Kb
trying URL
'http://cran.ms.unimelb.edu.au/bin/windows/contrib/2.12/gregmisc_2.1.1.zip'
Content type 'application/zip' length 97482 bytes (95 Kb)
opened URL
downloaded 95 Kb
package 'gmodels' successfully unpacked and MD5 sums checked
package 'gregmisc' successfully unpacked and MD5 sums checked
The downloaded packages are in
C:\Users\satimiswin764\AppData\Local\Temp\RtmpP3dNfa\downloaded_packages
Installation went through without problem.
> library(gregmisc)
Loading required package: gmodels
Loading required package: gplots
Loading required package: gtools
Loading required package: caTools
Loading required package: bitops
Loading required package: grid
Attaching package: 'gplots'
The following object(s) are masked from 'package:stats':
lowess
Warning message:
The `gregmisc' *package* has converted into a *bundle*
containing four sub-packages: gdata, gtools, gmodels, and gplots.
Please load these packages directly.
> library(gdata)
> gdata
Error: object 'gdata' not found
> gdata()
Error: could not find function "gdata"
Please advise what mistake I have committed. TIA
B.R.
Stephen L
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.