I have (in the past couple of minutes) added a more detailed description
to all of the GitHub pages. If you have URL or BugReports fields in your
package DESCRIPTION those are used to provide links to the project page and
bug tracker if they are available, see Roberts
https://github.com/Bioconductor-mirror/categoryCompare for an example.
I would also recommend doing as Robert suggests and adding a link in a
README.md file if you would like to direct users elsewhere. These files
are automatically rendered by GitHub and users are used to looking at them
for project documentation.
Thank you all for being patient as we roll out this functionality.
Jim
On Wed, Jun 17, 2015 at 9:06 AM, Robert M. Flight <rflight79 at gmail.com>
wrote:
It would be cool if we could somehow get the equivalent of the
bioconductor package page to show up as the "readme" on the github
page. Or at least, if there could be a very obvious link from the
mirror repository to the maintainer repository, without having to
click through to the Bioconductor package page, which might confuse
new users a bit.
On Tue, Jun 16, 2015 at 12:00 PM, Dan Tenenbaum <dtenenba at fredhutch.org
wrote:
Dear Bioconductors,
We're pleased to announce the availability of Bioconductor Git
These are read-only GitHub repositories (available under
for every Bioconductor software package. These repositories are
Subversion repository. Package maintainers (or anyone else) can fork
and do their development on the fork. Complete documentation of the
should migrate to the Git mirrors as soon as it's convenient, as the
will eventually go away. Instructions for migrating can be found at
Some features of the new Git Mirrors, and why we feel they are a
solution than the Git-SVN bridge:
- The mirrors contain complete commit history.
- The mirrors contain release branches for Bioconductor 3.0 and 3.1,
new releases will be added as they happen. You will no longer need
separate repositories for release and devel.
- Setup is easy and you no longer have to grant any permissions on
repository to other users. You can commit directly to Subversion
using git-svn (https://git-scm.com/docs/git-svn).
- Each git commit appears in the SVN log as a distinct SVN commit;
are no longer grouped together as they were with the bridge. Each
commit can be mapped to a specific svn commit, and vice versa.
- The Git mirrors are much more reliable.
- Use is flexible. You can use git locally (without GitHub) or you
can use GitHub as well, to take advantage of all its social coding
- Using GitHub's code search, you can search the entire Bioconductor
of Git and GitHub is optional.
We are excited about these new mirrors (brought to you by the hard
work of Jim Hester) and we hope you are too. Questions and comments
welcome on the bioc-devel mailing list.
Dan