Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor - add date to DESCRIPTION? #63

Closed
jrosen48 opened this issue Mar 1, 2020 · 4 comments
Closed

minor - add date to DESCRIPTION? #63

jrosen48 opened this issue Mar 1, 2020 · 4 comments

Comments

@jrosen48
Copy link
Collaborator

jrosen48 commented Mar 1, 2020

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
Copy link
Collaborator

ivelasq commented Mar 1, 2020

I found this thread: r-lib/devtools#1327

@ivelasq
Copy link
Collaborator

ivelasq commented Mar 1, 2020

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

@jrosen48
Copy link
Collaborator Author

jrosen48 commented Mar 1, 2020

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

@jrosen48
Copy link
Collaborator Author

jrosen48 commented Mar 1, 2020

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.

@jrosen48 jrosen48 closed this as completed Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants