Skip to content

Commit

Permalink
fix pbm RCMD-CHECK CI/CD 🛠 (magrittr)
Browse files Browse the repository at this point in the history
  • Loading branch information
richaben committed Aug 28, 2024
1 parent 58bb76f commit ba8f4f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export(misc_charger_donnees_test)
export(misc_derniere_date)
export(misc_nom_dernier_fichier)
import(dplyr)
import(magrittr)
import(utils)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
Expand Down Expand Up @@ -156,6 +155,7 @@ importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(patchwork,plot_layout)
importFrom(purrr,map)
importFrom(purrr,map2)
Expand Down
2 changes: 1 addition & 1 deletion R/def_attribut_id.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Définir les attributs des prélÚvements
#'
#' @import magrittr
#' @importFrom magrittr %>%
#' @import dplyr
#' @import utils
#' @importFrom rlang enquo quo_name quo_is_null
Expand Down
2 changes: 1 addition & 1 deletion R/mef_filtrer_id.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Filtrer les prélÚvements
#'
#' @import magrittr
#' @importFrom magrittr %>%
#' @import dplyr
#' @importFrom rlang enquo quo_is_null quo_name

Expand Down
2 changes: 1 addition & 1 deletion R/mef_filtrer_ope_id.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Filtrer les opĂ©rations de pĂȘche
#'
#' @import magrittr
#' @importFrom magrittr %>%
#' @import dplyr
#' @importFrom rlang enquo quo_is_null quo_name
#'
Expand Down

1 comment on commit ba8f4f1

@PascalIrz
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super si ça Ă©vite le warning qui Ă©tait gĂȘnant !

Please sign in to comment.