It seems to be an issue between remote and utils with older versions of windows (https://github.com/r-lib/remotes/issues/130). I used install_github("ropensci/phylocomr") and it installed fine in my old pc.
Sorry for the inconvenience.
Hi there,
I am trying to install phylocomr in R versions 3.4.2 and 3.5 in two distinct computers but I am getting the following message:
install.packages("phylocomr")
--- Please select a CRAN mirror for use in this session ---
Warning message:
package ‘phylocomr’ is not available (for R version 3.4.2)
I tried to install locally by zip file, but it was not possible either. I could only install the development version using remotes (remotes::install_github("ropensci/phylocomr"), but in a Mac not Windows. Is there something happening or the problem is in my end?
Ops,
It seems to be an issue between remote and utils with older versions of windows (https://github.com/r-lib/remotes/issues/130). I used
install_github("ropensci/phylocomr")
and it installed fine in my old pc.Sorry for the inconvenience.
Hi there,
I am trying to install phylocomr in R versions 3.4.2 and 3.5 in two distinct computers but I am getting the following message:
I tried to install locally by zip file, but it was not possible either. I could only install the development version using remotes (remotes::install_github("ropensci/phylocomr"), but in a Mac not Windows. Is there something happening or the problem is in my end?
Thanks
Session Info
```r ```