Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

Git and GitHub are key tools for sharing your work reproducibility and the greater good ๐ŸŒฑ However they are often seen as too 'hardcore' or developer-focussed to be used by researchers and data analysts. That's a misconception! Great vid to get started: https://www.youtube.com/watch?v=8Dd7KRpKeaE

luis_de_sousa,
@luis_de_sousa@mastodon.social avatar

@robinlovelace @Codeberg The documentation is pretty good. is based on anyway.

https://docs.codeberg.org/getting-started/

robinlovelace,
@robinlovelace@fosstodon.org avatar

@luis_de_sousa @Codeberg good to see. Anyone using Codeburg as main platform for reproductive data science work? Would like to see example repos. GitHub lock in is a thing..

robinlovelace, to datascience
@robinlovelace@fosstodon.org avatar

I've been using Quarto for over a year now and I fully endorse it for technical writing, a game changer that can help get your work out there ๐Ÿš€ If you're new to this space and want to get involved I highly recommend this as a starting point: https://youtu.be/_f3latmOhew?si=VxcMut5INSgK4pyP

robinlovelace, to datascience
@robinlovelace@fosstodon.org avatar

Request for testing/comment: can any #rstats users out there give the #wip {styler.equals} package a spin and kick its metaphorical tires ๐Ÿšฒ ? Install with remotes::install_github("robinlovelace/styler.equals") and see more at https://github.com/Robinlovelace/styler.equals Especially for those who prefer typing = over <- due to laziness or any other reason! Not intending to start a flame war ๐Ÿ”ฅ arrows are great too โฌ…๏ธ Any comments/suggestions welcome ๐Ÿ™ #rspatial #DataScience #style

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

So many rewarding things about building in the open. One of the biggest is the sense of "Wow I did it" you feel when new contributors get involved. I remember the first time I contributed to an open source project and it felt amazing, built by the community, for the community.

robinlovelace, (edited ) to foss
@robinlovelace@fosstodon.org avatar

Request for help from anyone with package development experience or knowledge of time data, especially if you've worked with .ical files before: checks failing in the {calendar} package preventing updated on CRAN and I'm not sure why ๐Ÿคท . Thanks to new contributors for reviving this package after ~5 years dev hiatus! Please spread the word @rOpenSci and anyone in this for (or at least dates) space! Details: https://github.com/ATFutures/calendar/issues/50

_TimTaylor, (edited )
@_TimTaylor@fosstodon.org avatar

@robinlovelace Timezone issue? Away from computer but try setting a different timezone and rerunning the tests locally. That can often highlight logical errors when working with packages involving dates. Something like

TZ=NZ R CMD check

Or maybe TZ=AT which might match Vienna. Possibly sending you on wild goose chase but worth a try โ€ฆ

@rOpenSci

ryanstraight,
@ryanstraight@hci.social avatar

@robinlovelace ooo, I've been wanting something like the {calendar} package! It's perfect for integrating into my project management template with its NSF grant boilerplate. Nice.

robinlovelace, to rust
@robinlovelace@fosstodon.org avatar

Excited to announce the release of {stplanr} v1.2.0, on CRAN and beyond ๐ŸŽ‰
Key feature: new implementation of rnet_join(), allowing fast+flexible merging of route network datasets, leveraging {rsgeo} which has a fast (~1000x faster than {lwgeom}) #RustLang backend ๐Ÿ”ฅ

robinlovelace,
@robinlovelace@fosstodon.org avatar

In fact, {stplanr} is the first package to build on {rsgeo} of packages in the main #rstats package repository. Won't be the last I suspect (and nudge re releasing a new version Josiah ; ) https://cran.r-project.org/package=rsgeo

robinlovelace,
@robinlovelace@fosstodon.org avatar

How to get it and give it a spin? The following command should do it if you have R installed:

install.package("stplanr")

For more details see the package's website and link to the code on GitHub, feedback + contributions welcome ๐Ÿ™ https://docs.ropensci.org/stplanr/reference/rnet_join.html

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

I'll be presenting on the Cycle Route Uptake and Scenario Estimation (CRUSE) tool for Ireland at the the TRA conference this afternoon, 17:45 session. If you cannot make it in person, you can give it a spin here: https://cruse.bike/

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

Just updated the 3-way-classification of cycle infrastructure (not paint) for Leeds map. Anyone interested in this and with local knowledge, please take a look at interactive results, feedback very welcome (are any segments wrong/missing?): https://github.com/nptscot/osmactive/releases/download/v0.1/classify_cycle_infrastructure_leeds.html

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

Experimenting 3-way classification of cycleways w. Sustrans Scotland. Simpler than many classifications, but effective? Feedback on this welcome (especially from people with local knowledge in Edinburgh)! Interactive version: https://github.com/nptscot/osmactive/releases/download/v0.1/cycle_network_classified_edinburgh.html

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

Just delivered the 'networkmerge' talk at #GISRUK 2024 on behalf of the team ๐Ÿ™ Great event, excellent questions and follow-up possibilities (for improving GPS data aggregation and pedestrian analysis), stoked to get this out there. Slides + code: https://buff.ly/43Y4KM1

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

Building "protected" cycleways parallel to roads that save people from mixing with motor traffic is one thing. Building cycleways that are far from roads is quite another. Cycleways at least 10 m from roads in central Leeds below, we have a long way to go.

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

This is one of the best descriptions of the benefits of switching from non-reproducible WYSIWYG (What You See Is What You Get ) writing software e.g. Word ๐Ÿ“Ž to reproducible plain text formats like LaTeX or better Quarto. Credit: Joel Schneider and his APA template https://buff.ly/3TRz0Uk

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

This is very cool: new interactive map showing travel times to key destinations, and combinations of different destinations by mode. Simple yet powerful, and should be straightforward to reproduce in other places.

video/mp4

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

Update on the Network Generation Hackathon, mission accomplished. We all got od2net running, explored new ideas, and ported the setup script into a new language which can be found in this merged PR: https://buff.ly/48EAaI1 Massive thanks to everyone involved.

robinlovelace, to random
@robinlovelace@fosstodon.org avatar

Looking forward to the Network Generation Hackathon tomorrow in the Alan Turing Institute ๐Ÿš€ For anyone interested in reproducible transport network generation, processing and modelling with open source software this could be of interest, still opportunities to attend online: https://buff.ly/3SUZSm3

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • khanakhh
  • Youngstown
  • ngwrru68w68
  • slotface
  • everett
  • rosin
  • thenastyranch
  • kavyap
  • tacticalgear
  • megavids
  • cisconetworking
  • normalnudes
  • osvaldo12
  • ethstaker
  • mdbf
  • modclub
  • Durango
  • tester
  • provamag3
  • cubers
  • Leos
  • anitta
  • lostlight
  • All magazines