I had the privilege of teaching a two-day workshop, Modern Geospatial Data Analysis with R, at the @rstudio conference with an amazing group of TAs and participants. I've made the slides available here: https://t.co/rSzPTt6VBk, #rstats, #rspatial, #gischat
New coolest map ever just dropped - Canopy Compass has put out a crop viability map that includes specialty crops.
This is Mulberry viability (I'll do more below)
@lisacmuth I must be crazy but as I play around with Datawrapper, I'm not seeing a "histogram" option. I just want a simple histogram of a numeric variable π
Dear friends, we are looking for a talented front-end developer to help us build #dataviz and mapping platforms. Details: https://t.co/8s8gECCSmz
Please share π #gischat#reactjs#typescript
π May 22-23, 2024π
I will teach a two-day online workshop about modern approaches to work on and visualize spatial data in R.
Learn more at https://t.co/RUGMfwGF3u
Email me if you have any questions!
#rstats#rspatial#gischat
Any chance one of you has a tip for this shiny-bslib-related issue? Seems like a simple one (just the navbar background color!) but I haven't come up with a solution, #rstats:
https://t.co/p0v36Ooqtx
I didn't realize that the stringr R package had added a fixed() modifier like gsub's fixed = TRUE so that literal text is compared, #rstats. Example:
library(stringr)
str_replace("my (dog) has fleas", "(dog)", "dog")
str_replace("my (dog) has fleas", fixed("(dog)"), "dog")
A handy git command -- this will give you the git commit where a line of text got removed:
git log -S 'text that accidentally got removed' /path/to/file
For all the promise and controversy around Chat GPT it sure can minimize coding chores. Here I just wanted to separate R packages by commas and add quotations -- worked first try. #rstats
Boring but handy. Browse to a directory on your computer from #rstats with this command. I'm finding it useful when I create a temporary directory and want to review what's in there.
tempdir_path <- tempdir()
utils::browseURL(tempdir_path)
gt `0.10.0` is now out on CRAN. Here are some new features:
- nanoplots, tiny interactive plots
- add columns/rows to your table
- units notation
- the `from_column()` helper
- `fmt_icon()` for adding icons!
The full set of release notes available here: https://t.co/MBHvjqVn2a.
β οΈ rgdal, rgeos, and maptools wonβt be available on CRAN after October 2023. β οΈ
What are the consequences of this change? What do you need to do as a user and as a developer?
Read my blog post at https://t.co/SW7hfT6l9T
#rstats#rspatial#gischat#geocompx
tidycensus 1.5 just hit CRAN! This major release includes support for new datasets (detailed DHC-A file, congressional districts in the 2020 Census), enhancements for ACS data, and more.
Learn all about it in Thursday's free webinar: https://t.co/K4zUDc4EQb
#rstats#rspatial
Super-succinct post on how easy it is to query a remote file (without downloading the whole thing!) using parquet and DuckDB with #rstats
https://t.co/YEMzkcskzJ