Andre Luiz Tietbohl Ramos
2025-Dec-25 03:08 UTC
[R] OSX 11.7.1 R v4.5.2 rtsplot library issue
Hello,
I'm trying to install the rtsplot library to no avail. I tried both binary
and source, see below, please.
R>
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?
The following objects are masked from ?package:base?:
as.Date, as.Date.numeric
Attaching package: ?bizdays?
The following object is masked from ?package:stats?:
offset
Registered S3 method overwritten by 'quantmod':
method from
as.zoo.data.frame zoo
?? cryptoQuotes 1.3.3 ?????????????????
Attaching package: ?GetQuandlData?
The following object is masked from ?package:GetTDData?:
get_cache_folder
Loading required package: rvest
Loading required package: dplyr
######################### Warning from 'xts' package
##########################
# The dplyr lag() function breaks how base R's lag() function is supposed
to #
# work, which breaks lag(my_xts). Calls to lag(my_xts) that you type or
#
# source() into this session won't work correctly.
#
# Use stats::lag() to make sure you're not using dplyr::lag(), or you can
add #
# conflictRules('dplyr', exclude = 'lag') to your .Rprofile to
stop
#
# dplyr from breaking base R's lag() function.
#
# Code in packages is not affected. It's protected by R's namespace
mechanism #
# Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this
warning. #
#######################################################################
Attaching package: ?dplyr?
The following objects are masked from ?package:xts?:
first, last
The following objects are masked from ?package:stats?:
filter, lag
The following objects are masked from ?package:base?:
intersect, setdiff, setequal, union
Attaching package: ?shinyalert?
The following object is masked from ?package:shiny?:
runExample
Attaching package: ?plotly?
The following object is masked from ?package:ggplot2?:
last_plot
The following object is masked from ?package:stats?:
filter
Error in FUN(X[[i]], ...) : there is no package called ?rtsplot?
Calls: .First ... source -> withVisible -> eval -> eval -> lapply
-> FUN
Execution halted
Warning message:
In
install.packages("/Users/andreltr/Documents/R/rtsplot_0.1.5.tar.gz",
:
installation of package
?/Users/andreltr/Documents/R/rtsplot_0.1.5.tar.gz? had non-zero exit status
R> install.packages("rtsplot")
Installing package into ?/Users/andreltr/Library/R/x86_64/4.5/library?
(as ?lib? is unspecified)
Warning message:
package ?rtsplot? is not available for this version of R
A version of this package for your version of R might be available
elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
R> q()
I could not find any repository with this library version.
And tried from its source code as well.
I appreciate any suggestions how to solve it.
Since I have its source code, could I simple copy it to some folder
location under the R.Framework tree?
TIA,
--
Andre Luiz Tietbohl Ramos, PhD
[[alternative HTML version deleted]]
Probably have better luck in the R-sig-mac mailing list. Since there have been discussions about how the newer OSX versions have been a bit troublesome it is even more important than normal that you start by reading the archives. I, like most but not all on this list, don't have a mac... cannot help you. As for copying the source code into a directory... that never works. you have to install, and for a source package that means you have to have already installed a compiler tool chain suitable for your OS and where you obtained your version of R from (e.g. from CRAN or homebrew or Anaconda or other. Sounds challenging, but you shouldn't have to know how to read the source code in order to follow directions to install packages. See the R documentation. On December 24, 2025 7:08:24 PM PST, Andre Luiz Tietbohl Ramos <andreltramos at gmail.com> wrote:>Hello, > >I'm trying to install the rtsplot library to no avail. I tried both binary >and source, see below, please. > >R> >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? >The following objects are masked from ?package:base?: > as.Date, as.Date.numeric >Attaching package: ?bizdays? >The following object is masked from ?package:stats?: > offset >Registered S3 method overwritten by 'quantmod': > method from > as.zoo.data.frame zoo > >?? cryptoQuotes 1.3.3 ????????????????? >Attaching package: ?GetQuandlData? >The following object is masked from ?package:GetTDData?: > get_cache_folder >Loading required package: rvest >Loading required package: dplyr >######################### Warning from 'xts' package >########################## ># The dplyr lag() function breaks how base R's lag() function is supposed >to # ># work, which breaks lag(my_xts). Calls to lag(my_xts) that you type or > # ># source() into this session won't work correctly. > # ># Use stats::lag() to make sure you're not using dplyr::lag(), or you can >add # ># conflictRules('dplyr', exclude = 'lag') to your .Rprofile to stop > # ># dplyr from breaking base R's lag() function. > # ># Code in packages is not affected. It's protected by R's namespace >mechanism # ># Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this >warning. # >####################################################################### >Attaching package: ?dplyr? >The following objects are masked from ?package:xts?: > first, last >The following objects are masked from ?package:stats?: > filter, lag >The following objects are masked from ?package:base?: > intersect, setdiff, setequal, union >Attaching package: ?shinyalert? >The following object is masked from ?package:shiny?: > runExample >Attaching package: ?plotly? >The following object is masked from ?package:ggplot2?: > last_plot >The following object is masked from ?package:stats?: > filter > >Error in FUN(X[[i]], ...) : there is no package called ?rtsplot? >Calls: .First ... source -> withVisible -> eval -> eval -> lapply -> FUN >Execution halted >Warning message: >In install.packages("/Users/andreltr/Documents/R/rtsplot_0.1.5.tar.gz", : > installation of package >?/Users/andreltr/Documents/R/rtsplot_0.1.5.tar.gz? had non-zero exit status > >R> install.packages("rtsplot") >Installing package into ?/Users/andreltr/Library/R/x86_64/4.5/library? >(as ?lib? is unspecified) >Warning message: >package ?rtsplot? is not available for this version of R > >A version of this package for your version of R might be available >elsewhere, >see the ideas at >https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages >R> q() > >I could not find any repository with this library version. >And tried from its source code as well. >I appreciate any suggestions how to solve it. >Since I have its source code, could I simple copy it to some folder >location under the R.Framework tree? > >TIA, > >-- >Andre Luiz Tietbohl Ramos, PhD > > [[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 https://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.-- Sent from my phone. Please excuse my brevity. [[alternative HTML version deleted]]
? Thu, 25 Dec 2025 00:08:24 -0300 Andre Luiz Tietbohl Ramos <andreltramos at gmail.com> ?????:> 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