-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,11 @@ Type: Package | |
Title: Amazon Web Services EC2 Client Package | ||
Version: 0.1.17 | ||
Date: 2018-07-27 | ||
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"), | ||
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-4097-6326")), | ||
person("Andrie", "de Vries", role = "ctb")) | ||
Maintainer: ORPHANED | ||
Description: A simple client package for the Amazon Web Services ('AWS') Elastic | ||
Cloud Compute ('EC2') <https://aws.amazon.com/ec2/> 'API'. | ||
License: GPL (>= 2) | ||
|
7566a35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @leeper this change broke installation of the package at all
7566a35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest adding any artificial e-mail to Maintainer instead of passing ORPHANED
7566a35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now only the stable version can be installed from DRAT
7566a35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maintainer: ORPHANED
is how CRAN officially does it (e.g. another example https://cran.r-project.org/web/packages/biclust/). Because of this, I think this is something that should be handled byrenv::install(<git-repos>)
. I would report this upstream/there.