[BioC] PREDA package missing

Dan Tenenbaum dtenenba at fhcrc.org
Thu Apr 11 19:16:11 CEST 2013


On Thu, Apr 11, 2013 at 10:04 AM, Maria Arnedo Munoz
<marnedo at staffmail.ed.ac.uk> wrote:
> Hi Dan!
>
> May be it is a stupid question but, how can I make you propose me? I am the
> only person that work with my computer and when I open the R program I don't
> login or something similar.
>

Try this:

Start / All Programs / Accessories
Right-click on Command Prompt and choose Run as Administrator
Click Yes to confirm
You are now an administrator
Type R at the prompt and press enter
Now do this:
remove.packages("PREDA")
q("no")
Close the command prompt.
Now start R the way you normally would
You should be able to
source("http://bioconductor.org/biocLite.R")
biocLite("PREDA")

Dan




> Thanks!
>
> Maria
>
>
>
> Quoting Dan Tenenbaum <dtenenba at fhcrc.org> on Thu, 11 Apr 2013 09:32:55
> -0700:
>
>> On Thu, Apr 11, 2013 at 9:16 AM, Maria [guest] <guest at bioconductor.org>
>> wrote:
>>>
>>>
>>> Hi everybody!
>>>
>>> I am working with the PREDA package but today it doesn't exist in
>>> anywhere. I worked with it last week and I hadn't any problem.
>>>
>>> I ask if it's a problem of my R program version or of the PREDA package.
>>>
>>> I have written in the R program the following commands:
>>>
>>>> source("http://bioconductor.org/biocLite.R")
>>>
>>> Bioconductor version 2.11 (BiocInstaller 1.8.3), ?biocLite for help
>>>
>>>> biocLite("PREDA")
>>>
>>> BioC_mirror: http://bioconductor.org
>>> Using Bioconductor version 2.11 (BiocInstaller 1.8.3), R version 2.15.
>>> Installing package(s) 'PREDA'
>>> trying URL
>>> 'http://bioconductor.org/packages/2.11/bioc/bin/windows/contrib/2.15/PREDA_1.4.0.zip'
>>> Content type 'application/zip' length 2004077 bytes (1.9 Mb)
>>> opened URL
>>> downloaded 1.9 Mb
>>>
>>> package ‘PREDA’ successfully unpacked and MD5 sums checked
>>> Warning: cannot remove prior installation of package ‘PREDA’
>>>
>>
>> This suggests that maybe the last time the package was installed, it
>> was installed by an administrator, and you (the user you are logged in
>> as now) does not have permission to remove it.
>>
>> A solution would be to log in as an administrator and run
>> remove.packages("PREDA")
>> Then log back in as you and reinstall with
>> source("http://bioconductor.org/biocLite.R")
>> biocLite("PREDA")
>>
>> Dan
>>
>>
>>
>>
>>> The downloaded binary packages are in
>>>
>>> C:\Users\marnedo\AppData\Local\Temp\RtmpaGmcOG\downloaded_packages
>>>
>>>> library(PREDA)
>>>
>>> Error in library(PREDA) : there is no package called ‘PREDA’
>>>
>>>
>>> Thanks!
>>>
>>> Best
>>>
>>> Maria
>>>
>>>  -- output of sessionInfo():
>>>
>>> R version 2.15.3 (2013-03-01)
>>> Platform: x86_64-w64-mingw32/x64 (64-bit)
>>>
>>> locale:
>>> [1] LC_COLLATE=English_United Kingdom.1252
>>> [2] LC_CTYPE=English_United Kingdom.1252
>>> [3] LC_MONETARY=English_United Kingdom.1252
>>> [4] LC_NUMERIC=C
>>> [5] LC_TIME=English_United Kingdom.1252
>>>
>>> attached base packages:
>>> [1] stats     graphics  grDevices utils     datasets  methods   base
>>>
>>> other attached packages:
>>> [1] BiocInstaller_1.8.3
>>>
>>> loaded via a namespace (and not attached):
>>> [1] tools_2.15.3
>>>
>>>
>>> --
>>> Sent via the guest posting facility at bioconductor.org.
>>>
>>> _______________________________________________
>>> Bioconductor mailing list
>>> Bioconductor at r-project.org
>>> https://stat.ethz.ch/mailman/listinfo/bioconductor
>>> Search the archives:
>>> http://news.gmane.org/gmane.science.biology.informatics.conductor
>>
>>
>>
>
>
>
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>



More information about the Bioconductor mailing list