R - Error installing Devtools in Windows

前端 未结 1 1280
孤独总比滥情好
孤独总比滥情好 2020-12-22 03:10

I\'m reasonably new to R, and to stackoverflow, so apologies if I have not provided sufficient detail in my question below. Happy to provide more info if required

I

相关标签:
1条回答
  • 2020-12-22 03:43

    This is information about git2r

    The following devtools installation information comes from devtools:

    Make sure you have a working development environment.

    1. Windows: Install Rtools.

    2. Install the release version of devtools from CRAN with install.packages("devtools").

      Windows:

      library(devtools) build_github_devtools()

      Restart R before continuing

      install.packages("devtools.zip", repos = NULL, type = "source")

      Remove the package after installation

      unlink("devtools.zip")

    0 讨论(0)
提交回复
热议问题