Skip to content

Releases: ningyile/strongInstall_pkg

strongInstall V1.0.7

16 Jul 09:56
Compare
Choose a tag to compare

下载安装简要说明

1.下载strongInstall包

  • Windows系统下载strongInstall_1.0.7.zip。然后依次单击Rstudio中的【Packages】、【Install】,然后在弹出的对话框单击【Browse】中选择相应下载路径中的strongInstall_1.0.7.zip即可。
  • Intel芯片的macOS系统下载strongInstall_intel_1.0.7.tgz,M系列芯片的macOS系统下载strongInstall_apple_1.0.7.tgz。然后依次单击Rstudio中的【Packages】、【Install】,然后在弹出的对话框单击【Browse】中选择相应下载路径中的tgz文件即可。
  • Linux系统下载strongInstall_1.0.7_R_x86_64-pc-linux-gnu.tar.gz。然后依次单击Rstudio中的【Packages】、【Install】,然后在弹出的对话框单击【Browse】中选择相应下载路径中的gz文件即可。

2.strong包安装及更新(此版本之后支持云端更新,依次运行下列三个命令即可)

更新strongInstall包(防止大版本更新时有新的依赖)

strongInstall::update()

安装依赖包

strongInstall::install_strong_dep()

安装strong包

strongInstall::install_strong_pkg()

strongInstall V1.0.3

11 May 11:51
Compare
Choose a tag to compare

下载安装简要说明

1.下载strongInstall包

  • Windows系统下载strongInstall_1.0.3.zip。然后依次单击Rstudio中的【Packages】、【Install】,然后在弹出的对话框单击【Browse】中选择相应下载路径中的strongInstall_1.0.3.zip即可。
  • Intel芯片的macOS系统下载strongInstall_intel_1.0.3.tgz,M系列芯片的macOS系统下载strongInstall_apple_1.0.3.tgz。然后依次单击Rstudio中的【Packages】、【Install】,然后在弹出的对话框单击【Browse】中选择相应下载路径中的tgz文件即可。
  • Linux系统下载strongInstall_1.0.3_R_x86_64-pc-linux-gnu.tar.gz。然后依次单击Rstudio中的【Packages】、【Install】,然后在弹出的对话框单击【Browse】中选择相应下载路径中的gz文件即可。

2.strong包安装

安装依赖包

strongInstall::install_strong_dep()

安装strong包

strongInstall::install_strong_pkg()