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
В 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
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
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++
4 matches
Mail list logo