KechrisLab / multiMiR

Development repository for the multiMiR database's R API
Other
19 stars 3 forks source link

Fix error in citation() function #9

Closed mmulvahill closed 7 years ago

mmulvahill commented 7 years ago
citation("multiMiR")
# To cite package ‘multiMiR’ in publications use:
# 
#   Yuanbin Ru and Katerina Kechris (2016). multiMiR: Integration of
#   multiple microRNA-target databases with their disease and drug
#   associations. R package version 0.98.0.1.
# 
# A BibTeX entry for LaTeX users is
# 
#   @Manual{,
#     title = {multiMiR: Integration of multiple microRNA-target databases with their
# disease and drug associations},
#     author = {Yuanbin Ru and Katerina Kechris},
#     year = {2016},
#     note = {R package version 0.98.0.1},
#   }
# 
# ATTENTION: This citation information has been auto-generated from the
# package DESCRIPTION file and may need manual editing, see
# ‘help("citation")’.
# 
# Warning message:
# In citation("multiMiR") :
#   no date field in DESCRIPTION file of package ‘multiMiR’
mmulvahill commented 7 years ago

Date field typically added by CRAN after submission -- assuming same with Bioconductor