Skip to content

remotes v2.0.4

Compare
Choose a tag to compare
@jimhester jimhester released this 11 Apr 21:14
  • update.package_dependencies() now uses the pkg_type for the cran remote
    rather than a global type attribute, fixing errors when this global attribute
    is lost (#291, #304).

  • Credentials are no longer passed to dependencies, as this breaks dependencies
    which use different credentials or hosts. If you have relied on this behavior
    a more robust way to provide the credentials is using the appropriate
    environment variables, e.g. GITHUB_PAT, BITBUCKET_USER etc.
    (@antoine-sachet, #345).

  • The hash of bitbucket hosts is now correctly retrieved (@antoine-sachet, #344)

  • Fix parsing of Additional_Repositories which have a leading newline
    (@tmelliott, #251).