Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: r-lib/devtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: devmanhinton/devtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 12, 2016

  1. using authenticate to access Github package name

    The new version of devtools is unable to resolve remote package names
    for private github repositories.
    
    Used same approach as in `remote_download.github_remote` for
    autheticating, and changed the url used from
    https://github.com/user/repo/RAW/... to
    https://raw.githubusercontent.com/user/repo/...
    Erik Nilsson committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    6134149 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Fixing problem w. NA names in vectors

    This will make sure that the vectors with package information won't have
    NA names.
    Erik Nilsson committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    8f3cf47 View commit details
    Browse the repository at this point in the history
  2. removed trailing empty line

    Erik Nilsson committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    ac5ff94 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. Merge remote-tracking branch 'refs/remotes/hadley/master'

    Erik Nilsson committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    36406ac View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Merge pull request #1 from eriknil/master

    Fix private github repo issue.
    deanchen authored Feb 9, 2017
    Configuration menu
    Copy the full SHA
    f3b75bb View commit details
    Browse the repository at this point in the history
Loading