Bioconductor / BSgenome

Software infrastructure for efficient representation of full genomes and their SNPs
https://bioconductor.org/packages/BSgenome
9 stars 8 forks source link

checking DESCRIPTION meta-information ... ERROR #24

Closed gevro closed 3 years ago

gevro commented 3 years ago

Hi, After doing forgeBSgenomeDataPkg("BSgenome.Hsapiens.T2T.CHM13v1-seed") successfully, I then did R CMD build, but getting this error. This is likely a bug in BSgenome, because if it passed the forge step, this should work.

* checking for file ‘/Users/chm13/BSgenome.Hsapiens.T2T.CHM13v1/DESCRIPTION’ ... OK
* preparing ‘BSgenome.Hsapiens.T2T.CHM13v1’:
* checking DESCRIPTION meta-information ... ERROR
Malformed maintainer field.

See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.

Seed file:

Package: BSgenome.Hsapiens.T2T.CHM13v1
Title: T2T CHM13 v1.0
Description: Full genome sequence for T2T CHM13 v1.0
Version: 1.0
Author: Gilad Evrony
Maintainer: None
License: CC0 (public domain)
organism: Homo sapiens
common_name: H. Sapiens
genome: CHM13v1
provider: T2T
release_date: 2021/11
source_url: https://github.com/marbl/CHM13
organism_biocview: Homo_sapiens
BSgenomeObjname: Hsapiens
seqs_srcdir: /Users/giladevrony/Downloads/chm13/seqs_srcdir
seqfile_name: chm13.draft_v1.0.2bit
circ_seqs: ""
gevro commented 3 years ago

I found the issue. The Maintainer field requires <e-mail address>