I tried to install "segmented" from three different repositories but I keep getting the following message on R window: ... Please, advice where to find this package. Thank you in advance. Maura> utils:::menuInstallPkgs()--- Please select a CRAN mirror for use in this session --- Warning: package 'segmented' is in use and will not be installed> utils:::menuInstallPkgs()Warning: package 'segmented' is in use and will not be installed> setRepositories() > utils:::menuInstallPkgs()Error in install.packages(NULL, .libPaths()[1], dependencies = NA, type type) : no packages were specified> chooseCRANmirror() > utils:::menuInstallPkgs()Warning: package 'segmented' is in use and will not be installed>-- Maura E.M [[alternative HTML version deleted]]
This is an FAQ: rw-FAQ 4.8. On Tue, 30 Oct 2007, Maura E Monville wrote:> I tried to install "segmented" from three different repositories but I keep > getting the following message on R window: ... Please, advice where to find > this package. > > Thank you in advance. > Maura > >> utils:::menuInstallPkgs() > --- Please select a CRAN mirror for use in this session --- > Warning: package 'segmented' is in use and will not be installed >> utils:::menuInstallPkgs() > Warning: package 'segmented' is in use and will not be installed >> setRepositories() >> utils:::menuInstallPkgs() > Error in install.packages(NULL, .libPaths()[1], dependencies = NA, type > type) : > no packages were specified >> chooseCRANmirror() >> utils:::menuInstallPkgs() > Warning: package 'segmented' is in use and will not be installed >> > > >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
I think you already have it installed and loaded. Try search() and see if it appears. --- Maura E Monville <maura.monville at gmail.com> wrote:> I tried to install "segmented" from three different > repositories but I keep > getting the following message on R window: ... > Please, advice where to find > this package. > > Thank you in advance. > Maura > > > utils:::menuInstallPkgs() > --- Please select a CRAN mirror for use in this > session --- > Warning: package 'segmented' is in use and will not > be installed > > utils:::menuInstallPkgs() > Warning: package 'segmented' is in use and will not > be installed > > setRepositories() > > utils:::menuInstallPkgs() > Error in install.packages(NULL, .libPaths()[1], > dependencies = NA, type > type) : > no packages were specified > > chooseCRANmirror() > > utils:::menuInstallPkgs() > Warning: package 'segmented' is in use and will not > be installed > > > > > -- > Maura E.M > > [[alternative HTML version deleted]] >