-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refacto(write_sf_ext): incorporate filenamr package
- Loading branch information
1 parent
47716ca
commit 2be1dfa
Showing
3 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
#' @import rlang | ||
#' @importFrom rlang .data .env caller_env has_length is_interactive | ||
#' @importFrom cli cli_abort cli_warn cli_inform | ||
#' @importFrom glue glue glue_collapse | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @import rlang | ||
#' @importFrom rlang .data .env caller_env has_length is_interactive | ||
#' @importFrom cli cli_abort cli_warn cli_inform | ||
#' @importFrom glue glue glue_collapse | ||
#' @importFrom filenamr make_filename | ||
## usethis namespace: end | ||
rlang::on_load(rlang::local_use_cli()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters