Forum: open-discussion


RE: Package RGG not available [ Reply ] By: adam newnham on 2011-05-15 00:20 | [forum:4428] |
I have a similar issue. After posting at R forge and emailing the developer, I still have no solution. Please help |
RE: Package RGG not available [ Reply ] By: Holger Brandl on 2011-04-28 07:37 | [forum:4318] |
Is it possible to use RGG from within JGR? I always considered it rather as a java-library which allows to build interfaces that can be used to configure script templates. Best, Holger |
Package RGG not available [ Reply ] By: Francesco Mattia Mancuso on 2010-08-11 15:26 | [forum:3221] |
Hi all! I have just discovered RGG...compliments for the idea!! Really nice and perfect for my purpose to create pipelines! But I have problems to install RGG. Every time I try to install it directly from JGR I have the following errors: - install.packages("RGG", repos="http://R-Forge.R-project.org") Warning in install.packages("RGG", repos = "http://R-Forge.R-project.org") : argument 'lib' is missing: using '/Users/fmancuso/Library/R/2.11/library' Warning message: In getDependencies(pkgs, dependencies, available, lib) : package 'RGG' is not available - install.packages("RGG", repos="http://R-Forge.R-project.org",type="source") Warning in install.packages("RGG", repos = "http://R-Forge.R-project.org", : argument 'lib' is missing: using '/Users/fmancuso/Library/R/2.11/library' trying URL 'http://R-Forge.R-project.org/src/contrib/RGG_0.1.tar.gz' Content type 'application/x-gzip' length 4293086 bytes (4.1 Mb) opened URL ================================================== downloaded 4.1 Mb The downloaded packages are in '/private/var/folders/IY/IYY034k+F70lyLyNktNAuk+++TI/-Tmp-/RtmpyLpkPs/downloaded_packages' Warning message: In install.packages("RGG", repos = "http://R-Forge.R-project.org", : installation of package 'RGG' had non-zero exit status > library(RGG) Error in library(RGG) : there is no package called 'RGG' I'm using a Mac with SnowLeopard and JGR 1.7-1. Any suggestion could be very useful! Many thanks! Francesco |