Hi Fong,

On Tue, Jul 6, 2010 at 11:19 AM, Fong <fongchunc...@gmail.com> wrote:
> Hi,
>
> I've been trying to update my aroma affymetrix installation to the
> latest version and I was running the command,
>
> downloadPackagePatch("aroma.affymetrix")
>
> but I run into these errors.
>
> Failed to source: http://www.braju.com/R//patches/aroma.core/download.R
> Error in stop(ex$message) :
>  Your version (1.4.0) of aroma.core is out of date. Please update.
> In addition: There were 36 warnings (use warnings() to see them)
>
> Any ideas on how to fix this?

The error message says you should *update* before *patching*, ie first do

source("http://aroma-project.org/hbLite.R";);
hbInstall("aroma.affymetrix");

Then you will have the latest version of the package, and you can patch it as:

library("aroma.affymetrix");
downloadPackagePatch("aroma.affymetrix")

For the record this is explained in
http://aroma-project.org/howtos/updateOrPatch

I hope this helps.

Pierre

>
> --
> When reporting problems on aroma.affymetrix, make sure 1) to run the latest 
> version of the package, 2) to report the output of sessionInfo() and 
> traceback(), and 3) to post a complete code example.
>
>
> You received this message because you are subscribed to the Google Groups 
> "aroma.affymetrix" group with website http://www.aroma-project.org/.
> To post to this group, send email to aroma-affymetrix@googlegroups.com
> To unsubscribe and other options, go to http://www.aroma-project.org/forum/
>

-- 
When reporting problems on aroma.affymetrix, make sure 1) to run the latest 
version of the package, 2) to report the output of sessionInfo() and 
traceback(), and 3) to post a complete code example.


You received this message because you are subscribed to the Google Groups 
"aroma.affymetrix" group with website http://www.aroma-project.org/.
To post to this group, send email to aroma-affymetrix@googlegroups.com
To unsubscribe and other options, go to http://www.aroma-project.org/forum/

Reply via email to