Actions
Support #9765
closed
Install other R packages from CRAN and github
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
Application
Start date:
Sep 23, 2017
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
I would like to create a module in my future VRE StatnMap that relies on my newly created R package available on github.
This package requires following libraries that are not installed directly along mine:
install.packages(c("dismo", "rasterVis"))
The development version of corrplot is required (>=0.82)¶
devtools::install_github("taiyun/corrplot")
and then my package:
devtools::install_github("statnmap/SDMSelect")
Thanks.
Updated by Pasquale Pagano over 7 years ago
- Category set to Application
- Assignee set to _InfraScience Systems Engineer
Updated by Andrea Dell'Amico over 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
The packages list has been added to the provisioning, they will be available everywhere in some minutes.
Updated by Andrea Dell'Amico over 7 years ago
- Status changed from Feedback to Closed
Actions