Hello Ivan,
Thanks for the message. I'm not that expert using OSX either but I was
able to solve it using brute force. First, I deleted the R.Framework from
the Frameworks folder and its associated R.app, R, and Rscript. I cleaned
most of my .Rprofile file. After this, I installed R version 4.4.1
(2024-06-14) -- "Race for Your Life". Finally, I was able to install the
libraries. See below, please.
R> library(curl)
Using libcurl 8.1.2 with LibreSSL/2.8.3
Attaching package: ‘curl’
The following object is masked from ‘package:readr’:
parse_date
R> library(rtsplot)
R> library(curl)
Using libcurl 8.1.2 with LibreSSL/2.8.3
Attaching package: ‘curl’
The following object is masked from ‘package:readr’:
parse_date
R> library(rtsplot)
R>
R> library(TTR)
R>
I still have to test it in depth though, but I guess (and hope) everything
will work.
TIA!
Best regards,
--
André Luiz Tietbohl Ramos, PhD.
Em qui., 25 de dez. de 2025 às 16:55, Ivan Krylov <[email protected]>
escreveu:
> В Thu, 25 Dec 2025 00:08:24 -0300
> Andre Luiz Tietbohl Ramos <[email protected]> пишет:
>
> >
> install.packages("/Users/andreltr/Documents/R/rtsplot_0.1.5.tar.gz",repos=NULL,type="source")
> > Installing package into ‘/Users/andreltr/Library/R/x86_64/4.5/library’
> > (as ‘lib’ is unspecified)
> > [1] "pt_BR.UTF-8/pt_BR.UTF-8/pt_BR.UTF-8/C/pt_BR.UTF-8/en_US.UTF-8"
> > Loading required package: xts
> > Loading required package: zoo
> > Loading required package: stats
> > Attaching package: ‘zoo’
>
> Please remove or at least rename the file /Users/andreltr/.Rprofile
> before trying again.
>
> > I could not find any repository with this library version.
>
> The package has been archived:
> https://cran.r-project.org/package=rtsplot
>
> You can install it manually from the source package (which will remain
> on CRAN at https://cran.r-project.org/src/contrib/Archive/rtsplot). For
> a short while, it will also be installable from
> https://www.cranhaven.org/.
>
> --
> Best regards,
> Ivan
>
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide https://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.