Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

KnowSeq R package #1121

Closed CasedUgr closed 5 years ago

CasedUgr 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

Received a valid push; starting a build. Commits are:

ea69fc5 KnowSeq V0.99.27

bioc-issue-bot commented 5 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "ERROR". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details.

bioc-issue-bot commented 5 years ago

Received a valid push; starting a build. Commits are:

f86b9b1 KnowSeq V0.99.28

bioc-issue-bot commented 5 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

Congratulations! The package built without errors or warnings on all platforms.

Please see the build report for more details.

CasedUgr commented 5 years ago

Dear @Kayla-Morrell :

Thanks for you revision, I am going to proceed to answer you questions.

vignette

_output: pdf_document: toc: true toc_depth: 3 number_sections: true highlight: tango citation_package: natbib html_document: toc: true toc_depth: 3 number_sections: true highlight: tango citationpackage: natbib

Are you trying to compile the documentation in a different format that PDF or HTML? Thank you again for your help.

Done.

Best,

Daniel

Kayla-Morrell commented 5 years ago

@CasedUgr - I seem to have been able to compile the vignette with the table of contents. To do so I had to make a slight change to the code in your vignette file. Please see the code below:

vignette: >
  %\VignetteIndexEntry{The KnowSeq users guide} 
  \usepackage[UTF-8]{inputenc} 
  %\VignetteEngine{knitr::rmarkdown}

The vignette needs to be built using rmarkdown. Another minor note is that when the package is built it creates the vignette in only one format. Therefore you must chose which format you would prefer your vignette to be in (either PDF or HTML) and remove the other from the 'output:' code.

Thank you, Kayla

bioc-issue-bot commented 5 years ago

Received a valid push; starting a build. Commits are:

735a796 KnowSeq V0.99.30

bioc-issue-bot commented 5 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

Congratulations! The package built without errors or warnings on all platforms.

Please see the build report for more details.

Kayla-Morrell commented 5 years ago

@CasedUgr -

Thank you for making the changes, everything looks good and I'm happy to accept the package!

Best, Kayla

bioc-issue-bot commented 5 years ago

Your package has been accepted. It will be added to the Bioconductor Git repository and nightly builds. Additional information will be posed to this issue in the next several days.

Thank you for contributing to Bioconductor!

mtmorgan commented 5 years ago

The master branch of your GitHub repository has been added to Bioconductor's git repository.

To use the git.bioconductor.org repository, we need an 'ssh' key to associate with your github user name. If your GitHub account already has ssh public keys (https://github.com/CasedUgr.keys is not empty), then no further steps are required. Otherwise, do the following:

  1. Add an SSH key to your github account
  2. Submit your SSH key to Bioconductor

See further instructions at

https://bioconductor.org/developers/how-to/git/

for working with this repository. See especially

https://bioconductor.org/developers/how-to/git/new-package-workflow/ https://bioconductor.org/developers/how-to/git/sync-existing-repositories/

to keep your GitHub and Bioconductor repositories in sync.

Your package will be included in the next nigthly 'devel' build (check-out from git at about 6 pm Eastern; build completion around 2pm Eastern the next day) at

https://bioconductor.org/checkResults/

(Builds sometimes fail, so ensure that the date stamps on the main landing page are consistent with the addition of your package). Once the package builds successfully, you package will be available for download in the 'Devel' version of Bioconductor using BiocManager::install("KnowSeq"). The package 'landing page' will be created at

https://bioconductor.org/packages/KnowSeq

If you have any questions, please contact the bioc-devel mailing list (https://stat.ethz.ch/mailman/listinfo/bioc-devel); this issue will not be monitored further.