HenrikBengtsson / aroma.affymetrix

🔬 R package: Analysis of Large Affymetrix Microarray Data Sets
https://cran.r-project.org/package=aroma.affymetrix
10 stars 3 forks source link

Updating from 3.0.0 to 3.1.0 failed #30

Closed ThomasGro closed 6 years ago

ThomasGro commented 6 years ago

Hi, I have tried to update my Aroma installation to new 3.1.0 release by using: 'source('http://callr.org/install#aroma.affymetrix')' But that failed.

Please see the R session infor below:

source('http://callr.org/install#aroma.affymetrix') Installing/updating package: ‘aroma.affymetrix’

Package updates: Previous Current aroma.affymetrix 3.0.0 3.0.0

Package installed/updated. Load it by:

library('aroma.affymetrix')

(These commands have been added to your commands history.)

sessionInfo() R version 3.2.1 (2015-06-18) Platform: x86_64-unknown-linux-gnu (64-bit)

locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] tools_3.2.1

HenrikBengtsson commented 6 years ago

Sounds like there was an error during the download / installation process; was there - did you check the output?

ThomasGro commented 6 years ago

Yes, indeed. It were errors in the installation process, which were however not highlighted or even solved when using the ‘http://callr.org/install’ mechanism. Also, I needed to do a combined installation using ‘install-packages()’ and also Bioconductor ‘biocLite()’ mechanisms to get all dependencies resolved, using R 3.4.1. But it finally worked. Thomas Von: Henrik Bengtsson [mailto:notifications@github.com] Gesendet: Dienstag, 12. September 2017 14:47 An: HenrikBengtsson/aroma.affymetrix aroma.affymetrix@noreply.github.com Cc: Thomas Grombacher Thomas.Grombacher@merckgroup.com; Author author@noreply.github.com Betreff: Re: [HenrikBengtsson/aroma.affymetrix] Updating from 3.0.0 to 3.1.0 failed (#30)

Sounds like there was an error during the download / installation process; was there - did you check the output?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/HenrikBengtsson/aroma.affymetrix/issues/30#issuecomment-328841950, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ARrHYXaslaBporSYfudrz1_AiQ0vKH2Zks5shn07gaJpZM4PUcwR.

This message and any attachment are confidential and may be privileged or otherwise protected from disclosure. If you are not the intended recipient, you must not copy this message or attachment or disclose the contents to any other person. If you have received this transmission in error, please notify the sender immediately and delete the message and any attachment from your system. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not accept liability for any omissions or errors in this message which may arise as a result of E-Mail-transmission or for damages resulting from any unauthorized changes of the content of this message and any attachment thereto. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not guarantee that this message is free of viruses and does not accept liability for any damages caused by any virus transmitted therewith.

Click http://www.merckgroup.com/disclaimer to access the German, French, Spanish and Portuguese versions of this disclaimer.

ThomasGro commented 6 years ago

Solved by using different installation mechanisms.