Skip to content

Commit

Permalink
Upgrade to roxygen2 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 10, 2018
1 parent a62d089 commit b159c61
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 49 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
@@ -1,6 +1,7 @@
Package: lubridate
Type: Package
Version: 1.7.4
Encoding: UTF-8
Title: Make Dealing with Dates a Little Easier
Description: Functions to work with date-times and time-spans: fast and user
friendly parsing of date-time data, extraction and updating of components of
Expand Down Expand Up @@ -100,7 +101,7 @@ Collate:
'stamp.r'
'update.r'
'zzz.R'
RoxygenNote: 6.0.1
RoxygenNote: 6.1.0
Roxygen: list(markdown = TRUE)
URL: http://lubridate.tidyverse.org, https://github.com/tidyverse/lubridate
BugReports: https://github.com/tidyverse/lubridate/issues
3 changes: 2 additions & 1 deletion man/as_date.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions man/hidden_aliases.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions man/interval.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/make_datetime.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/month.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions man/mplus.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 24 additions & 24 deletions man/ymd_hms.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/RcppExports.cpp
Expand Up @@ -100,10 +100,10 @@ static const R_CallMethodDef CallEntries[] = {
{"_lubridate_C_force_tz", (DL_FUNC) &_lubridate_C_force_tz, 3},
{"_lubridate_C_force_tzs", (DL_FUNC) &_lubridate_C_force_tzs, 4},
{"_lubridate_C_local_time", (DL_FUNC) &_lubridate_C_local_time, 2},
{"C_make_d", (DL_FUNC) &C_make_d, 3},
{"C_parse_dt", (DL_FUNC) &C_parse_dt, 5},
{"C_parse_hms", (DL_FUNC) &C_parse_hms, 2},
{"C_parse_period", (DL_FUNC) &C_parse_period, 1},
{"C_make_d", (DL_FUNC) &C_make_d, 3},
{"C_parse_dt", (DL_FUNC) &C_parse_dt, 5},
{"C_parse_hms", (DL_FUNC) &C_parse_hms, 2},
{"C_parse_period", (DL_FUNC) &C_parse_period, 1},
{NULL, NULL, 0}
};

Expand Down

0 comments on commit b159c61

Please sign in to comment.