Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UMR-ASTRE
mapMCDA
Commits
4383f5f1
Commit
4383f5f1
authored
May 23, 2020
by
Facundo Muñoz
®️
Browse files
Fix namespace imports.
parent
55a68e03
Pipeline
#12655
failed with stages
in 33 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
4383f5f1
...
...
@@ -29,7 +29,7 @@ LazyData: true
Imports: classInt, deldir, geojsonio, geojsonlint, geonetwork, igraph,
methods, maps, maptools, plyr, raster, rasterVis, RColorBrewer,
rgdal, rgeos, rhandsontable, shiny, shinydashboard, shinyFiles,
sp, stringr, utils
sf,
sp, stringr, utils
Suggests: covr, devtools, knitr, lintr, mapview, rmarkdown, roxygen2,
testthat
RoxygenNote: 7.1.0
...
...
NAMESPACE
View file @
4383f5f1
...
...
@@ -40,10 +40,15 @@ importFrom(igraph,edge.attributes)
importFrom(igraph,edge_attr_names)
importFrom(igraph,gorder)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,induced_subgraph)
importFrom(igraph,is.weighted)
importFrom(igraph,vertex.attributes)
importFrom(raster,extract)
importFrom(raster,intersect)
importFrom(rgeos,gUnaryUnion)
importFrom(sf,as_Spatial)
importFrom(sf,st_crs)
importFrom(sf,st_transform)
importFrom(stats,setNames)
importFrom(utils,count.fields)
importFrom(utils,read.csv)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment