Re: [R] missing value where TRUE/FALSE needed with R ipolygrowth

2025-05-09 Thread Jeff Newmiller via R-help
Your example is not reproducible. I recommend using the reprex package to get your examples in shape. You don't have to have NA in your data to encounter a problem... all you need is transformations during your analysis that runs into domain violations to create NA along the way... negative num

Re: [R] customizing library locations for R in ubuntu

2025-05-09 Thread Ivan Krylov via R-help
В Thu, 8 May 2025 19:39:40 + (UTC) ravi via R-help пишет: > In windows, I add the following line: > .libPaths(c(“C:/Rownlib”,”C:/R/R-4.5.0/library”)) >   in the file C:/R/R-4.5.0/etc/Rprofile.site > > I have my own list of packages in the Rownlib folder and the packages > that come with

Re: [R] empty `Rscript -e "Rcpp:::LdFlags()"` prevents installation

2025-05-09 Thread Ralf Goertz via R-help
I wrote > Hi, > > sometimes packages (in this case "pbv") can't be installed on my linux > system because in the tarball in src/Makevars there is a line like > > PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS)… > > The command within the backticks doesn't return anything

[R] empty `Rscript -e "Rcpp:::LdFlags()"` prevents installation

2025-05-09 Thread Ralf Goertz via R-help
Hi, sometimes packages (in this case "pbv") can't be installed on my linux system because in the tarball in src/Makevars there is a line like PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS)… The command within the backticks doesn't return anything (i.e, no additional c++