Bioconductor / Contributions

Contribute Packages to Bioconductor
133 stars 33 forks source link

(inactive) SelfE #940

Closed Priyadarshini-Rai closed 5 years ago

Priyadarshini-Rai commented 5 years ago

Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor

Confirm the following by editing each check box to '[x]'

I am familiar with the essential aspects of Bioconductor software management, including:

For help with submitting your package, please subscribe and post questions to the bioc-devel mailing list.

bioc-issue-bot commented 5 years ago

Hi @Priyadarshini-Rai

Thanks for submitting your package. We are taking a quick look at it and you will hear back from us soon.

The DESCRIPTION file for this package is:

Package: SelfE
Type: Package
Title: Feature selection package
Version: 0.1.0
Author: Priyadarshini Rai
Maintainer: Priyadarshini Rai <priyadarshinir@iiitd.ac.in>
Description: More about what it does (maybe more than one line)
    Use four spaces when indenting paragraphs within the Description.
License: What license is it under?
Encoding: UTF-8
LazyData: true
bioc-issue-bot commented 5 years ago

This issue was deemed inappropriate for our issue tracker by a member of the Bioconductor team.

This issue tracker is intended only for packages which are being submitted for consideration by Bioconductor.

Any other use of the tracker is not approved. If you feel this designation is in error, please send us email and include the URL of this issue.

This issue will now be closed.

mtmorgan commented 5 years ago

Please prepare an R package consistent with Bioconductor package guidelines. Before submitting, make sure that your package passes R and Bioconductor checks, e.g., using devtools::check() and BiocCheck::BiocCheck().

Priyadarshini-Rai commented 5 years ago

Accomodated the asked changes.

Kindly consider the same.

With Regards, Priyadarshini Rai Research Scholar, IIIT Delhi Mobile: +919560039273

On Mon, Nov 26, 2018 at 3:59 PM Martin Morgan notifications@github.com wrote:

Please prepare an R package consistent with Bioconductor package guidelines. Before submitting, make sure that your package passes R and Bioconductor checks, e.g., using devtools::check() and BiocCheck::BiocCheck().

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Bioconductor/Contributions/issues/940#issuecomment-441591158, or mute the thread https://github.com/notifications/unsubscribe-auth/ArQDqJ6nkQL75InZOQLuRpK42dcAhNI8ks5uy8KZgaJpZM4Yyppe .

mtmorgan commented 5 years ago

Your repository fails to install

R CMD build SelfE
...
$ R CMD INSTALL SelfE_0.1.0.tar.gz
* installing to library '/Users/ma38727/Library/R/3.6/Bioc/3.9'
* installing *source* package 'SelfE' ...
** help
No man pages found in package  'SelfE'
*** installing help indices
** building package indices
** testing if installed package can be loaded
Error: package or namespace load failed for 'SelfE' in namespaceExport(ns, exports):
 undefined exports: SelfE
Error: loading failed
Execution halted
ERROR: loading failed
* removing '/Users/ma38727/Library/R/3.6/Bioc/3.9/SelfE'

It is not an R package, and it is not suitable for Bioconductor.