I'm back to self-hosting more stuff
Site | Description |
---|---|
My Substack | General interest |
My Medium | General interest |
My rbind | General geekery |
My Posit community posts | R programming answers |
My stackexchange | Data science answers |
Link | Description |
---|---|
RSetup.jl: a Julia package to load R libraries for use with RCall.jl | Julia has the basic statistical tools, but nothing compared to the wealth of the R Programming Language. Making the R tools available through RCall is straightforward but namespace management can be tricky. RSetup.jl is meant to ease the pain. |
ACS.jl: a Julia package to download Census Bureau 1-, 3- and 5-year American Community Survey datasets | Based on Kyle Walker's tidycensus package for R, this takes some of the pain out of obtaining Census estimates. |