Skip to content

Commit

Permalink
some cleanup after editAttributes merge. needs more work to be able t…
Browse files Browse the repository at this point in the history
…o CRAN
  • Loading branch information
tim-salabim committed Mar 15, 2022
1 parent 4e452cd commit a3afcf1
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 122 deletions.
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,30 @@ License: MIT + file LICENSE
Depends:
R (>= 3.1.0)
Imports:
assertthat,
dplyr,
DT,
htmltools (>= 0.3),
htmlwidgets,
jsonlite,
leafem,
leaflet (>= 2.0.1),
leaflet.extras (>= 1.0),
leafpm,
leafpop,
mapview,
methods,
miniUI,
raster,
scales,
sf (>= 0.5-2),
shiny,
rstudioapi (>= 0.8),
tmaptools,
shinyWidgets (>= 0.4.3)
Suggests:
crayon
Enhances:
geojsonio
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1

RoxygenNote: 7.1.2
18 changes: 1 addition & 17 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ export(editFeatures)
export(editMap)
export(editMod)
export(editModUI)
export(mapeditAddin)
export(selectFeatures)
export(selectMap)
export(selectMod)
export(selectModUI)
import(DT)
import(dplyr)
import(htmltools)
import(leafem)
Expand All @@ -27,23 +27,7 @@ import(leafpop)
import(mapview)
import(sf)
import(shiny)
importFrom(DT,dataTableOutput)
importFrom(DT,dataTableProxy)
importFrom(DT,datatable)
importFrom(DT,editData)
importFrom(DT,renderDataTable)
importFrom(DT,replaceData)
importFrom(leaflet,setView)
importFrom(mapview,mapview)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniButtonBlock)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(sf,write_sf)
importFrom(shinyWidgets,actionBttn)
importFrom(shinyWidgets,show_alert)
importFrom(shinyWidgets,switchInput)
importFrom(shinyWidgets,updateSwitchInput)
importFrom(shinyWidgets,useSweetAlert)
importFrom(tmaptools,geocode_OSM)
Loading

0 comments on commit a3afcf1

Please sign in to comment.