Skip to content

Commit

Permalink
usethis::use_tidy_description()
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 4, 2023
1 parent eb50aff commit f045bf3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@ Description: Configurable Progress bars, they may include percentage,
'macOS' 'R.app'. The package also provides a 'C++' 'API', that works
with or without 'Rcpp'.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/r-lib/progress#readme, http://r-lib.github.io/progress/
URL: https://github.com/r-lib/progress#readme,
http://r-lib.github.io/progress/
BugReports: https://github.com/r-lib/progress/issues
Depends:
R (>= 3.6)
Imports:
crayon,
hms,
prettyunits,
R6,
crayon
R6
Suggests:
Rcpp,
testthat (>= 3.0.0),
withr
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Depends:
R (>= 3.6)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3

0 comments on commit f045bf3

Please sign in to comment.