TiagoOlivoto / plimanshiny

A shinyapp for the pliman package
Other
17 stars 4 forks source link

Shapefile creator not running #14

Closed volpatoo closed 4 months ago

volpatoo commented 4 months ago

Something is going wrong when import orthomosaic and then try to create a new shapefile. Old plimanshiny version was working well, but the new one which now has a different way to import data has some issue.

Warning: Error in shapefile_build: unused argument (layout = input$plotlayout)
  3: runApp
  2: print.shiny.appobj
  1: <Anonymous>
TiagoOlivoto commented 4 months ago

Have you installed the dev version of pliman? shapefile_build() comes from there.

volpatoo commented 4 months ago

Thanks a lot! The issue was solved by running and installing pliman R package with: pak::pkg_install("TiagoOlivoto/pliman")