Skip to content

Commit

Permalink
Remove install_gitorious. Fixes #913
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 8, 2015
1 parent 12b6c39 commit b207696
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 139 deletions.
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ S3method(print,session_info)
S3method(remote_download,bitbucket_remote)
S3method(remote_download,git_remote)
S3method(remote_download,github_remote)
S3method(remote_download,gitorious_remote)
S3method(remote_download,local_remote)
S3method(remote_download,svn_remote)
S3method(remote_download,url_remote)
S3method(remote_metadata,bitbucket_remote)
S3method(remote_metadata,git_remote)
S3method(remote_metadata,github_remote)
S3method(remote_metadata,gitorious_remote)
S3method(remote_metadata,local_remote)
S3method(remote_metadata,svn_remote)
S3method(remote_metadata,url_remote)
Expand Down Expand Up @@ -79,7 +77,6 @@ export(install_bitbucket)
export(install_deps)
export(install_git)
export(install_github)
export(install_gitorious)
export(install_local)
export(install_svn)
export(install_url)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
* `install_deps()` is more careful with `...` - this means additional
arguments to `install_*` are more likely to work (#870).

* `install_gitorious()` has been removed since gitorious no longer exists
(#913).

* `load_all()` no longer fails if a `useDynLib()` entry in the NAMESPACE
is incorrect. This should make it easy to recover from an incorrect
`@useDynLib`, because re-documenting() should now succeed.
Expand Down
63 changes: 0 additions & 63 deletions R/install-gitorious.r

This file was deleted.

4 changes: 2 additions & 2 deletions man/check.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
\title{Build and check a package, cleaning up automatically on success.}
\usage{
check(pkg = ".", document = TRUE, cleanup = TRUE, cran = TRUE,
check_version = FALSE, force_suggests = TRUE, args = NULL,
check_version = FALSE, force_suggests = FALSE, args = NULL,
build_args = NULL, quiet = FALSE, check_dir = tempdir(), ...)
}
\arguments{
Expand All @@ -27,7 +27,7 @@ If \code{TRUE}, performns a number of checked related
to version numbers of packages on CRAN.}

\item{force_suggests}{Sets \code{_R_CHECK_FORCE_SUGGESTS_}. If
\code{TRUE} (the default), check will proceed even if all suggested
\code{FALSE} (the default), check will proceed even if all suggested
packages aren't found.}
\item{args,build_args}{An optional character vector of additional command
Expand Down
8 changes: 3 additions & 5 deletions man/install.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ To install a package in a non-default library, use \code{\link{with_libpaths}}.
set.

Other package installation: \code{\link{install_bitbucket}};
\code{\link{install_github}};
\code{\link{install_gitorious}};
\code{\link{install_git}}; \code{\link{install_svn}};
\code{\link{install_url}}; \code{\link{install_version}};
\code{\link{uninstall}}
\code{\link{install_github}}; \code{\link{install_git}};
\code{\link{install_svn}}; \code{\link{install_url}};
\code{\link{install_version}}; \code{\link{uninstall}}
}

1 change: 0 additions & 1 deletion man/install_bitbucket.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Bitbucket API docs:
\url{https://confluence.atlassian.com/display/BITBUCKET/Use+the+Bitbucket+REST+APIs}
Other package installation: \code{\link{install_github}};
\code{\link{install_gitorious}};
\code{\link{install_git}}; \code{\link{install_svn}};
\code{\link{install_url}}; \code{\link{install_version}};
\code{\link{install}}; \code{\link{uninstall}}
Expand Down
8 changes: 3 additions & 5 deletions man/install_git.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ install_git("git://github.com/hadley/stringr.git", branch = "stringr-0.2")
}
\seealso{
Other package installation: \code{\link{install_bitbucket}};
\code{\link{install_github}};
\code{\link{install_gitorious}};
\code{\link{install_svn}}; \code{\link{install_url}};
\code{\link{install_version}}; \code{\link{install}};
\code{\link{uninstall}}
\code{\link{install_github}}; \code{\link{install_svn}};
\code{\link{install_url}}; \code{\link{install_version}};
\code{\link{install}}; \code{\link{uninstall}}
}

1 change: 0 additions & 1 deletion man/install_github.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ install_github("hadley/private", auth_token = "abc")
\code{\link{github_pull}}

Other package installation: \code{\link{install_bitbucket}};
\code{\link{install_gitorious}};
\code{\link{install_git}}; \code{\link{install_svn}};
\code{\link{install_url}}; \code{\link{install_version}};
\code{\link{install}}; \code{\link{uninstall}}
Expand Down
39 changes: 0 additions & 39 deletions man/install_gitorious.Rd

This file was deleted.

8 changes: 3 additions & 5 deletions man/install_svn.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ install_svn("https://github.com/hadley/httr", branch = "oauth")
}
\seealso{
Other package installation: \code{\link{install_bitbucket}};
\code{\link{install_github}};
\code{\link{install_gitorious}};
\code{\link{install_git}}; \code{\link{install_url}};
\code{\link{install_version}}; \code{\link{install}};
\code{\link{uninstall}}
\code{\link{install_github}}; \code{\link{install_git}};
\code{\link{install_url}}; \code{\link{install_version}};
\code{\link{install}}; \code{\link{uninstall}}
}

8 changes: 3 additions & 5 deletions man/install_url.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ install_url("https://github.com/hadley/stringr/archive/master.zip")
}
\seealso{
Other package installation: \code{\link{install_bitbucket}};
\code{\link{install_github}};
\code{\link{install_gitorious}};
\code{\link{install_git}}; \code{\link{install_svn}};
\code{\link{install_version}}; \code{\link{install}};
\code{\link{uninstall}}
\code{\link{install_github}}; \code{\link{install_git}};
\code{\link{install_svn}}; \code{\link{install_version}};
\code{\link{install}}; \code{\link{uninstall}}
}

8 changes: 3 additions & 5 deletions man/install_version.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ Jeremy Stephens
}
\seealso{
Other package installation: \code{\link{install_bitbucket}};
\code{\link{install_github}};
\code{\link{install_gitorious}};
\code{\link{install_git}}; \code{\link{install_svn}};
\code{\link{install_url}}; \code{\link{install}};
\code{\link{uninstall}}
\code{\link{install_github}}; \code{\link{install_git}};
\code{\link{install_svn}}; \code{\link{install_url}};
\code{\link{install}}; \code{\link{uninstall}}
}

8 changes: 3 additions & 5 deletions man/uninstall.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ use \code{\link{with_libpaths}}.
set.

Other package installation: \code{\link{install_bitbucket}};
\code{\link{install_github}};
\code{\link{install_gitorious}};
\code{\link{install_git}}; \code{\link{install_svn}};
\code{\link{install_url}}; \code{\link{install_version}};
\code{\link{install}}
\code{\link{install_github}}; \code{\link{install_git}};
\code{\link{install_svn}}; \code{\link{install_url}};
\code{\link{install_version}}; \code{\link{install}}
}

0 comments on commit b207696

Please sign in to comment.