Skip to content

Commit

Permalink
Fix messy process business
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanlaake committed Jun 5, 2024
1 parent f96bf31 commit 77eeb31
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^\.github$
^cran-comments\.md$
^CRAN-SUBMISSION$
^revdep$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 1.4.0
Date: 2024-06-05 15:19:35 UTC
SHA: f96bf315d7c8150947cd275c710f027334eb4dbf
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ offsets in a CFtime instance. The format is specified using the flags used in
limited to month names and no weekday information can be generated. The `range()`
method has a new "format" parameter to support the same functionality and timestamps
can also be generated for the extremes of the bounds, if set.
* `as.character()` and `length()` methods added that return a vector of timestamps
* `as_character()` and `length()` methods added that return a vector of timestamps
or the number of offsets in a CFtime instance, respectively.
* Several functions have been renamed (most notably `CFtimestamp()` to
`as.timestamp()`, `CFcomplete()` to `is_complete()`, `CFrange()` to the standard
`as_timestamp()`, `CFcomplete()` to `is_complete()`, `CFrange()` to the standard
generic method `range()`, and `CFsubset()` to `slab()`) to be more consistent
with the R universe. The original functions are now flagged as being deprecated.
Some datum functions (deep down where regular mortals do not dwell) have been
Expand Down
7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html

0 comments on commit 77eeb31

Please sign in to comment.