data-edu / dataedu

An R package associated with the Data Science in Education Using R book
https://data-edu.github.io/dataedu/
Creative Commons Attribution 4.0 International
74 stars 12 forks source link

minor - add date to DESCRIPTION? #63

Closed jrosen48 closed 4 years ago

jrosen48 commented 4 years ago

just noticed this warning when generating citaitons for the packages used in the book:

knitr::write_bib(c("bookdown", "tidyverse", "dplyr", "tidyr", 
                 "ggplot2", "sjPlot", "lme4", "ggraph", "tidygraph", 
                 "caret", "readxl", "here", "lubridate", "dummies",
                 "janitor", "dataedu", "tidyverse", dataedu:::all_packages), "packages.bib")
#> Warning in citation(pkg, auto = if (pkg == "base") NULL else TRUE): no date
#> field in DESCRIPTION file of package 'dataedu'

Created on 2020-03-01 by the reprex package (v0.3.0)

ivelasq commented 4 years ago

I found this thread: https://github.com/r-lib/devtools/issues/1327

ivelasq commented 4 years ago

Do you have an example of Date in the DESCRIPTION file, so I can make sure I follow the conventions right?

jrosen48 commented 4 years ago

ahh my bad and I'm sorry, I didn't realie that was CRAN-generated!

jrosen48 commented 4 years ago

OK, sorry on two counts, it also didn't lead to any problems in terms of generating the reference, which is:

@Manual{R-dataedu,
  title = {dataedu: Package for Data Science in Education Using R},
  author = {Emily Bovee and Ryan Estrellado and Jesse Mostipak and Joshua Rosenberg and Isabella Velásquez},
  year = {2020},
  note = {R package version 0.1.0},
  url = {https://github.com/data-edu/dataedu},
}

Closing this, sorry.