<div dir="ltr">Now on Austrian mirror, 1.7-3 is available for all platforms.<div><br></div><div style>Yurii</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 10, 2013 at 4:58 PM, Maria G <span dir="ltr"><<a href="mailto:mgmaria@yandex.ru" target="_blank">mgmaria@yandex.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The method which Nicola suggested (and published on Forum) worked for me! :)<br>
<br>
best<br>
<span class="HOEnZb"><font color="#888888"><br>
Maria<br>
</font></span><div class="im HOEnZb"><br>
10.01.2013, 19:47, "L.C. Karssen" <<a href="mailto:lennart@karssen.org">lennart@karssen.org</a>>:<br>
</div><div class="HOEnZb"><div class="h5">> Dear Maria,<br>
><br>
> On 01/10/2013 04:41 PM, Maria G wrote:<br>
><br>
>> Dear Lennart,<br>
>><br>
>> I don't see 1.7-3 version for MAC (which I use) here:<br>
>> <a href="http://cran.at.r-project.org/web/packages/GenABEL/index.html" target="_blank">http://cran.at.r-project.org/web/packages/GenABEL/index.html</a><br>
><br>
> You're right... That's strange.<br>
> Yurii, you have a Mac, do you know why it is lagging on Macs?<br>
><br>
> Best,<br>
><br>
> Lennart.<br>
><br>
>> best<br>
>> Maria<br>
>><br>
>> 10.01.2013, 19:37, "L.C. Karssen" <<a href="mailto:lennart@karssen.org">lennart@karssen.org</a>>:<br>
>>> Dear both,<br>
>>><br>
>>> Yesterday evening Yurii uploaded GenABEL v1.7-3 to CRAN. I installed it<br>
>>> on our servers this morning but be careful with your choice of download<br>
>>> mirror. I used the Dutch one at first, but that one still had the older<br>
>>> version. The US mirror had the latest version.<br>
>>><br>
>>> Lennart.<br>
>>><br>
>>> On 01/10/2013 04:08 PM, Maria G wrote:<br>
>>>> Thanks a lot, Nicola!!<br>
>>>><br>
>>>> Don't you mind if I copy your answer to the Forum?<br>
>>>> or may be you would like to publish the answer there from your personal name?<br>
>>>><br>
>>>> best<br>
>>>> Maria<br>
>>>><br>
>>>> 10.01.2013, 19:06, "Nicola Pirastu" <<a href="mailto:pirastu@burlo.trieste.it">pirastu@burlo.trieste.it</a>>:<br>
>>>>> Hi Maria,<br>
>>>>><br>
>>>>> the problem was addressed a few days ago and I think it will be fixed permanently in the next release.<br>
>>>>><br>
>>>>> Meanwhile it is possible to go around it by adding a few lines in the file /GenABEL/R/checkPackageVersionOnCRAN.R<br>
>>>>><br>
>>>>> this is how it looks like now:<br>
>>>>><br>
>>>>> stringSplit <- strsplit(targetLine,splitPattern)<br>
>>>>> cranVersion <- stringSplit[[1]][length(stringSplit[[1]])-1]<br>
>>>>><br>
>>>>> and this is the how I personally fixed it:<br>
>>>>><br>
>>>>> stringSplit <- strsplit(targetLine,splitPattern)<br>
>>>>><br>
>>>>> if(length(stringSplit)>0){<br>
>>>>><br>
>>>>> cranVersion <- stringSplit[[1]][length(stringSplit[[1]])-1]<br>
>>>>><br>
>>>>> }else{<br>
>>>>> cranVersion <- "1.7-2"<br>
>>>>> }<br>
>>>>><br>
>>>>> Basically for some reason it does not catch the version number from CRAN which was not supposed to happen, so I just added a check.<br>
>>>>><br>
>>>>> What you have to do is:<br>
>>>>><br>
>>>>> 1) uncompress the GenABEL tar<br>
>>>>><br>
>>>>> 2) open the /GenABEL/R/checkPackageVersionOnCRAN.R file<br>
>>>>><br>
>>>>> 3) add the two lines<br>
>>>>><br>
>>>>> 4) save and reinstall the GenABEL package.<br>
>>>>><br>
>>>>> This worked at least for me. I'm sure someone figured out something more elegant, but this is an easy work around.<br>
>>>>><br>
>>>>> Hope it helps.<br>
>>>>><br>
>>>>> Nicola<br>
>>>>><br>
>>>>> Il giorno 10/gen/2013, alle ore 15:56, Maria G <<a href="mailto:mgmaria@yandex.ru">mgmaria@yandex.ru</a>> ha scritto:<br>
>>>>>> Dear maintainers,<br>
>>>>>><br>
>>>>>> I would like to attract your attention to recently arised problem with loading GenABEL under any version of OS.<br>
>>>>>><br>
>>>>>> Please, have a look at the Forum here:<br>
>>>>>><br>
>>>>>> <a href="http://forum.genabel.org/viewtopic.php?f=6&t=733&p=1332#p1332" target="_blank">http://forum.genabel.org/viewtopic.php?f=6&t=733&p=1332#p1332</a><br>
>>>>>><br>
>>>>>> Hope to get good news from you soon<br>
>>>>>><br>
>>>>>> best<br>
>>>>>><br>
>>>>>> Maria<br>
>>>>>><br>
>>>>>> _______________________________________________<br>
>>>>>> genabel-devel mailing list<br>
>>>>>> <a href="mailto:genabel-devel@lists.r-forge.r-project.org">genabel-devel@lists.r-forge.r-project.org</a><br>
>>>>>> <a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/genabel-devel" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/genabel-devel</a><br>
>>> --<br>
>>> -----------------------------------------------------------------<br>
>>> L.C. Karssen<br>
>>> Utrecht<br>
>>> The Netherlands<br>
>>><br>
>>> <a href="mailto:lennart@karssen.org">lennart@karssen.org</a><br>
>>> <a href="http://blog.karssen.org" target="_blank">http://blog.karssen.org</a><br>
>>><br>
>>> Stuur mij aub geen Word of Powerpoint bestanden!<br>
>>> Zie <a href="http://www.gnu.org/philosophy/no-word-attachments.nl.html" target="_blank">http://www.gnu.org/philosophy/no-word-attachments.nl.html</a><br>
>>> ------------------------------------------------------------------<br>
><br>
> --<br>
> -----------------------------------------------------------------<br>
> L.C. Karssen<br>
> Utrecht<br>
> The Netherlands<br>
><br>
> <a href="mailto:lennart@karssen.org">lennart@karssen.org</a><br>
> <a href="http://blog.karssen.org" target="_blank">http://blog.karssen.org</a><br>
><br>
> Stuur mij aub geen Word of Powerpoint bestanden!<br>
> Zie <a href="http://www.gnu.org/philosophy/no-word-attachments.nl.html" target="_blank">http://www.gnu.org/philosophy/no-word-attachments.nl.html</a><br>
> ------------------------------------------------------------------<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>-----------------------------------------------------<br>Yurii S. Aulchenko<br><div><br></div><div>[ <a href="http://nl.linkedin.com/in/yuriiaulchenko" target="_blank">LinkedIn</a> ] [ <a href="http://twitter.com/YuriiAulchenko" target="_blank">Twitter</a> ] [ <a href="http://yurii-aulchenko.blogspot.nl/" target="_blank">Blog</a> ]</div>
</div>