Re: [R] Automatic script for updating packages in R

2013-03-27 Thread Twaha Mlwilo

Baer,Thank you for help.huu

 Date: Mon, 25 Mar 2013 08:20:28 -0500
 From: rb...@atsu.edu
 To: petr.pi...@precheza.cz
 CC: uddessy2...@hotmail.com; r-h...@stat.math.ethz.ch
 Subject: Re: [R] Automatic script for updating packages in R
 
 try,
 update.packages(ask='graphics', checkBuilt=TRUE)
 ?update.packages
 ?download.file
 ?url  #  file:// URLs
 
 On 3/25/2013 6:09 AM, PIKAL Petr wrote:
  Hi
 
  Strange, I thought that only Windows users are sending Html mail and 
  providing sparse info describing their problems.
 
  I presume, you use 2.15.3 R version.
 
  There is some readme in Ubuntu CRAN repository and if you followed that and 
  fail it would be necessary to provide at least what you did (some code) and 
  what was the error messages.
 
  http://cran.r-project.org/bin/linux/ubuntu/README
 
  Regards
  Petr
 
 
  -Original Message-
  From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
  project.org] On Behalf Of Twaha Mlwilo
  Sent: Monday, March 25, 2013 11:21 AM
  To: r-h...@stat.math.ethz.ch
  Subject: [R] Automatic script for updating packages in R
 
 
  Hello all,Good day,Internet access have been a problem , and learning R
 
 
 
  forced to download packages manual.I  have google for script for
  automatic R update didnt getPlease any one with help?am using ubuntu
  12.04R-2.5.3Thank you
 [[alternative HTML version deleted]]
 
  __
  R-help@r-project.org 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.
  __
  R-help@r-project.org 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.
 
 
 -- 
 
 Robert W. Baer, Ph.D.
 Professor of Physiology
 Kirksille College of Osteopathic Medicine
 A. T. Still University of Health Sciences
 Kirksville, MO 63501 USA
 
  
[[alternative HTML version deleted]]

__
R-help@r-project.org 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.


[R] Automatic script for updating packages in R

2013-03-25 Thread Twaha Mlwilo

Hello all,Good day,Internet access have been a problem , and learning R  forced 
to download packages manual.I  have google for script for automatic R update  
didnt getPlease any one with help?am using ubuntu 12.04R-2.5.3Thank 
you 
[[alternative HTML version deleted]]

__
R-help@r-project.org 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.


Re: [R] Automatic script for updating packages in R

2013-03-25 Thread PIKAL Petr
Hi

Strange, I thought that only Windows users are sending Html mail and providing 
sparse info describing their problems.

I presume, you use 2.15.3 R version. 

There is some readme in Ubuntu CRAN repository and if you followed that and 
fail it would be necessary to provide at least what you did (some code) and 
what was the error messages.

http://cran.r-project.org/bin/linux/ubuntu/README

Regards
Petr


 -Original Message-
 From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
 project.org] On Behalf Of Twaha Mlwilo
 Sent: Monday, March 25, 2013 11:21 AM
 To: r-h...@stat.math.ethz.ch
 Subject: [R] Automatic script for updating packages in R
 
 
 Hello all,Good day,Internet access have been a problem , and learning R




 forced to download packages manual.I  have google for script for
 automatic R update  didnt getPlease any one with help?am using ubuntu
 12.04R-2.5.3Thank you
   [[alternative HTML version deleted]]
 
 __
 R-help@r-project.org 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.

__
R-help@r-project.org 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.


Re: [R] Automatic script for updating packages in R

2013-03-25 Thread Gergely Daróczi
Hi,

you might also want to check out some nice helpers of the opencpu
and opencpu.tools packages made by Jeroen Ooms:
https://raw.github.com/jeroenooms/opencpu.tools/master/R/install.all.packages.R

Best,
Gergely

On 25 March 2013 11:21, Twaha Mlwilo uddessy2...@hotmail.com wrote:


 Hello all,Good day,Internet access have been a problem , and learning R  
 forced to download packages manual.I  have google for script for automatic R 
 update  didnt getPlease any one with help?am using ubuntu 12.04
 R-2.5.3Thank you
 [[alternative HTML version deleted]]

 __
 R-help@r-project.org 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.

__
R-help@r-project.org 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.


Re: [R] Automatic script for updating packages in R

2013-03-25 Thread Robert Baer

try,
update.packages(ask='graphics', checkBuilt=TRUE)
?update.packages
?download.file
?url  #  file:// URLs

On 3/25/2013 6:09 AM, PIKAL Petr wrote:

Hi

Strange, I thought that only Windows users are sending Html mail and providing 
sparse info describing their problems.

I presume, you use 2.15.3 R version.

There is some readme in Ubuntu CRAN repository and if you followed that and 
fail it would be necessary to provide at least what you did (some code) and 
what was the error messages.

http://cran.r-project.org/bin/linux/ubuntu/README

Regards
Petr



-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
project.org] On Behalf Of Twaha Mlwilo
Sent: Monday, March 25, 2013 11:21 AM
To: r-h...@stat.math.ethz.ch
Subject: [R] Automatic script for updating packages in R


Hello all,Good day,Internet access have been a problem , and learning R





forced to download packages manual.I  have google for script for
automatic R update  didnt getPlease any one with help?am using ubuntu
12.04R-2.5.3Thank you
[[alternative HTML version deleted]]

__
R-help@r-project.org 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.

__
R-help@r-project.org 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.



--

Robert W. Baer, Ph.D.
Professor of Physiology
Kirksille College of Osteopathic Medicine
A. T. Still University of Health Sciences
Kirksville, MO 63501 USA

__
R-help@r-project.org 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.