Pukar Bhandari

Results 11 issues of Pukar Bhandari

If the package is automatically translating the code from v3 to v4, would it be possible to make the translation print in the console, at least for learning purposes? It...

compat

I am trying to download GDOT's roadway data from GDOT's ArcGIS MapServer. However, some sections of the data don't get downloaded completely. When I download the same file from the...

needs review

**Describe the bug** `arc_select()` shows an error: Error in x[[i]]: subscript out of bounds **To Reproduce** ``` r library(arcgislayers) furl CRS: 4326 #> Capabilities: Query,Extract #> 0: Public_Schools (esriGeometryPoint) layer...

needs reprex

**How to reproduce error?** ``` r library(sf) #> Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.1; sf_use_s2() is TRUE library(tmap) #> #> Attaching package: 'tmap' #> The following object is...

Updated CRS check in `interpolate_pw()` function to handle identical CRS among `from`, `to`, and `weights` objects. The modification does the following: - First, checks IF all objects have a valid...

**Description:** I'm encountering an issue when using the tidycensus::interpolate_pw() function. The function throws the following error: ``` Error in tidycensus::interpolate_pw(from = wfh_15, to = wfh_20, to_id = "GEOID", : All...

**Describe the bug** Discussion: #234. **To Reproduce** ``` r library(arcgislayers) flayer setting value #> version R version 4.4.2 (2024-10-31 ucrt) #> os Windows 11 x64 (build 26100) #> system x86_64,...

needs review

As discussed in #97. > Hi, posting this here because I am not sure if this is a bug or (my) skill issue. > > I am trying to create...

Hi @mtennekes, I was trying to plot a map without the area outside layout frame using `outer.bg = FLASE` (let me know if this is not right approach. That didnt...

Layout

**Description:** I'd like to propose adding a function or utility in the tidyverse package that allows users to easily update all (or selected) tidyverse packages to their latest development versions...