[R] problem installing RUcausal library

2023-04-22 Thread varin sacha via R-help
Me again ! How to solve this? At the end of this page there is the installation command : https://gitlab.science.ru.nl/gbucur/RUcausal/-/blob/master/README.Rmd Working with a MAC, I have tried to install the RUcausal library (copy and paste the installation command). It is written that the pack

Re: [R] problem installing RGBL library

2023-04-22 Thread varin sacha via R-help
Bert, Thanks ! It works ! Best, Le samedi 22 avril 2023 à 19:42:18 UTC+2, Bert Gunter a écrit : Is lvida.R in your working directory? Try using the full path name to the file instead in source() -- Bert On Sat, Apr 22, 2023 at 9:38 AM varin sacha via R-help wrote: > > The proble

Re: [R] problem installing RGBL library

2023-04-22 Thread Bert Gunter
Is lvida.R in your working directory? Try using the full path name to the file instead in source() -- Bert On Sat, Apr 22, 2023 at 9:38 AM varin sacha via R-help wrote: > > The problem is that I am trying to run this R code : > https://github.com/dmalinsk/lv-ida/blob/master/example.R > > > So I

Re: [R] problem installing RGBL library

2023-04-22 Thread varin sacha via R-help
The problem is that I am trying to run this R code : https://github.com/dmalinsk/lv-ida/blob/master/example.R   So I run : library(pcalg) library(igraph) library(RBGL) source("lvida.R") Here is what I get : source("lvida.R") Error in file(filename, "r", encoding = encoding) :   cannot open the

Re: [R] problem installing RGBL library

2023-04-22 Thread Eric Berger
looks fine. what's the problem? On Sat, Apr 22, 2023 at 7:27 PM varin sacha wrote: > Eric, > > Here it is : > > > library(RBGL) > Loading required package: graph > Loading required package: BiocGenerics > > Attaching package: ‘BiocGenerics’ > > The following objects are masked from ‘package:igra

Re: [R] problem installing RGBL library

2023-04-22 Thread varin sacha via R-help
Eric, Here it is : library(RBGL) Loading required package: graph Loading required package: BiocGenerics Attaching package: ‘BiocGenerics’ The following objects are masked from ‘package:igraph’:   normalize, path, union The following objects are masked from ‘package:stats’:   IQR, mad, sd, v

Re: [R] problem installing RGBL library

2023-04-22 Thread Eric Berger
What happens with the command > library(RBGL) On Sat, Apr 22, 2023 at 7:08 PM varin sacha via R-help wrote: > Dear R-experts, > > How to solve that problem? > > My R version is 4.2.1 > > Here below trying to install RGBL library found here : > https://bioconductor.org/packages/release/bioc/htm

[R] problem installing RGBL library

2023-04-22 Thread varin sacha via R-help
Dear R-experts, How to solve that problem? My R version is 4.2.1 Here below trying to install RGBL library found here :  https://bioconductor.org/packages/release/bioc/html/RBGL.html So, I run this R code : if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocM

Re: [R] Query about code

2023-04-22 Thread Jim Lemon
Hi Yeswanth, As it says on the bottom ofthe first page, the corresponding author it: yangj...@ms.xjb.ac.cn Try that email address. Jim On Sat, Apr 22, 2023 at 2:59 PM ADIGARLA YESWANTH NAIDU <102213...@smail.iitpkd.ac.in> wrote: > > Thanks for your reply sir , > Here is the reference,I want to

Re: [R] package elevatr doesn't contain get_elev_raster()

2023-04-22 Thread Rusty Travis
On 4/22/23 00:46, Ivan Krylov wrote: > On Sat, 22 Apr 2023 00:18:09 -0700 > Rusty Travis wrote: >> install.packages('elevatr') completes successfully, but "Error: >> object 'get_elev_raster' not found" is a problem. >> >> Did you load the package using library(elevatr) after installing it? >> >> A

Re: [R] package elevatr doesn't contain get_elev_raster()

2023-04-22 Thread Ivan Krylov
On Sat, 22 Apr 2023 00:18:09 -0700 Rusty Travis wrote: > install.packages('elevatr') completes successfully, but "Error: > object 'get_elev_raster' not found" is a problem. Did you load the package using library(elevatr) after installing it? Alternatively, elevatr::get_elev_raster should also w

[R] package elevatr doesn't contain get_elev_raster()

2023-04-22 Thread Rusty Travis
I installed R-4.3.0 in Debian 11 Linux and wish to plot elevation data perspectives. install.packages('elevatr') completes successfully, but "Error: object 'get_elev_raster' not found" is a problem. How to solve, please? [[alternative HTML version deleted]]