Fernando Munoz Mendez

Results 12 comments of Fernando Munoz Mendez

Related perhaps. Also on version 0.4.1 my session aborts when simplifying the [NTEM boundaries shape](https://data.gov.uk/dataset/9a7501fb-4524-4171-ab9c-fc431eae538e/visual-boundaries-for-the-national-trip-end-model-ntem). See an example [here](https://github.com/fermm92/ms_simplify_example) ``` R version 3.5.1 (2018-07-02) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows...

Thanks for your answer @ateucher using `sys = TRUE` worked great!

I've tried the same code with just a subset of the data (~10%) and it seems to work correctly. Is there a limit on how much data can be uploaded...

Hi, all the jobs finish with errors but I think in the job preparation stage. I have tried filtering the dataframe to ~60% of the size with different random samples...

@trafficonese I've gone through your comments hopefully you'll be able to install it and test it now.

I decided to do without `corunaroads` as it's probably a bit redundant. Somehow running `document()` has created a conflict on _map-shiny.Rd_. Any idea why?

@trafficonese The R checks are ok but as you said we are not passing the Javascript one. I'm a bit out of my depth in JS, unfortunately. It is entirely...

Success! Thanks @schloerke and @trafficonese, the fresh yarn build did the trick.

For some reason, I'm getting some error when installing, but I think is entirely due to my machine: `ERROR: dependency 'leaflet.providers' is not available for package 'leaflet'` I'll try to...

It looks like the Polylineoffset dependency is being added to the maps regardless we use `leafletPolylineoffsetDependencies` or not. Any idea why?