Мне нужен пакет mrsdeploy
для удаленного развертывания на Microsoft R Server
.У меня это работает на локальной машине Windows, где у меня установлен Microsoft R Open
.Тем не менее, я перешел на Mac и установил Microsoft R Open
на нем, и похоже, что он должен иметь пакет mrsdeploy
из того, что я прочитал, но это не так, и я не могу найтирепо, где я могу получить его.Как я могу получить пакет mrsdeploy
, установленный в этой версии R на моем Mac?
Подробности:
Сообщение при запуске: версия R 3.5.1 (2018-07-02) - "«Перо-спрей», Copyright (C) 2018 г. Платформа R для статистических вычислений: x86_64-apple-darwin15.6.0 (64-разрядная версия)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Microsoft R Open 3.5.1
The enhanced R distribution from Microsoft
Microsoft packages Copyright (C) 2018 Microsoft Corporation
Multithreaded BLAS/LAPACK libraries detected. Using 4 cores for math algorithms.
Default CRAN mirror snapshot taken on 2018-08-01.
See: https://mran.microsoft.com/.
[R.app GUI 1.70 (7405) x86_64-apple-darwin15.6.0]
Информация о сеансе:
sessionInfo()
R version 3.5.1 (2018-07-02)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.5
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] RevoUtils_11.0.1
loaded via a namespace (and not attached):
[1] compiler_3.5.1 tools_3.5.1
Установленные пакеты:
ip <- as.data.frame(installed.packages()[,c(1,3:4)])
rownames(ip) <- NULL
ip <- ip[is.na(ip$Priority),1:2,drop=FALSE]
print(ip, row.names=FALSE)
Package Version
checkpoint 0.4.4
curl 3.2
doParallel 1.0.13
foreach 1.5.0
iterators 1.0.10
jsonlite 1.5
MicrosoftR 3.5.1.3
png 0.1-7
R6 2.2.2
RevoIOQ 10.0.0
RevoMods 11.0.1
RevoUtils 11.0.1
RUnit 0.4.26