Skip to content
Snippets Groups Projects
Commit f8c27f4f authored by David Nortes-Martinez's avatar David Nortes-Martinez
Browse files

Long commit (below) → solved NOTE in check

- DESCRIPTION and NAMESPACE files modified
- Inclusion of packages 'sf' and 'knitr' in Imports instead of in Depends
- Inclusion of '@import kableExtra' in function generate_report()

R CMD check results
0 errors | 0 warnings | 0 notes
parent 86fc506c
Branches
Tags
1 merge request!17Resolve "analyse-bdtopo"
......@@ -30,9 +30,7 @@ License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.0),
sf,
knitr
R (>= 3.4.0)
Imports:
utils (>= 3.4.0),
data.table,
......@@ -43,6 +41,8 @@ Imports:
methods,
scales,
units,
sf,
knitr,
rmarkdown,
kableExtra
Suggests:
......
......@@ -42,3 +42,4 @@ export(read_gpkg_layer)
export(read_url)
export(send_message)
export(shp_from_7z)
import(kableExtra)
......@@ -8,6 +8,8 @@
#' saved
#' @param archive either a list with the information to display in the report or
#' a vector of rds filenames containing compressed lists to be processed
#'
#' @import kableExtra
#'
#' @encoding UTF-8
#' @author David Nortes Martinez
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment