> On Jul 2, 2022, at 9:32 AM, Muhammad Zubair Chishti <mzchishti at
eco.qau.edu.pk> wrote:
>
> Dear Respected Sir,
> Thank you for the quick response. However, the link your shared provides
> the old version of wmtsa that is not working in R 4.2.0.
> Can you please tell me any other solution for this issue?
Your response suggests that you do not understand how one installs a source
package for R. You probably need to educate yourself about how to compile
packages from source. Since the process is different for Linux, MacOS, and
Windows, you would need to pay attention to the specific requirements of your
unnamed OS.
You might find as I did that the wmtsa package has some dependencies that are
also archived, namely pkg:splus2R (provided generously by Insightful for many
years but apparently no longer) and pkg:ifultools. They both have
incompatibilities that prevent compilation from source with my Mac setup. I did
find a mirror that has a binary version of splus2R that did install and load.
install.packages("splus2R",
repo="https://mirrors.vcea.wsu.edu/r-cran/", type="binary",
dependencies=TRUE)
So maybe part of your PhD training should be learning how to compile packages
and address changes in the compilers being used as R evolves. That is beyond my
capabilities for offering assistance. Alternately you might find a forum or a
consultant with similar interests to yours. Again, I can offer no assistance
because I have never used pkg:wmtsa and don't know what it provided when it
was compatible with the CRAN universe.
--
David>
> Regards
> Muhammad Zubair Chishti
>
> On Sat, 2 Jul 2022, 21:30 Muhammad Zubair Chishti, <mzchishti at
eco.qau.edu.pk>
> wrote:
>
>> Dear Respected Sir,
>> Thank you for the quick response. However, the link your shared
provides
>> the old version of wmtsa that is not working in R 4.2.0.
>> Can you please tell me any other solution for this issue?
>>
>> Regards
>> Muhammad Zubair Chishti
>>
>> On Sat, 2 Jul 2022, 21:24 Rainer Hurling, <rhurlin at gwdg.de>
wrote:
>>
>>> Hi Muhammad,
>>>
>>> Am 02.07.22 um 18:11 schrieb Muhammad Zubair Chishti:
>>>> Dear Experts,
>>>> I cannot find a package "wmtsa" for my R version
"R 4.2.0". Kindly help
>>> me
>>>> to find it or share the link with me.
>>>> Although I tried the old version of "wmtsa" but
failed.
>>>> Thank you for your precious time.
>>>>
>>>> Regards
>>>> Muhammad Zubair Chishti
>>>>
>>>> [[alternative HTML version deleted]]
>>>
>>> AFAIK there is no package wmtsa anymore. It has been archived on
>>> 2020-06-09 [1], the latest version was wmtsa_2.0-3.tar.gz from
2017-12-06.
>>>
>>> [1] https://cran.r-project.org/src/contrib/Archive/wmtsa/
>>>
>>> HTH,
>>> Rainer
>>>
>>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.