ITSLeeds / opsnap

Get and anlyse open police data from camera footage reporting near misses and other types of bad road behaviour
https://itsleeds.github.io/opsnap/
Other
0 stars 0 forks source link

Up our tables game #6

Open Robinlovelace opened 4 days ago

Robinlovelace commented 4 days ago

Table 3 currently is a bit basic:

offence_simple Cyclist Driver Other Total Cyclist (%) Driver (%) Other (%) Total (%)
Inconsiderate driving 3713 919 360 4992 78.7 14.9 20.3 39.4
Careless driving 517 2147 253 2917 11.0 34.8 14.3 23.0
Other 488 3099 1160 4747 10.3 50.3 65.4 37.5
Total 4718 6165 1773 12656 100.0 100.0 100.0 100.0

Can we do better? cc @rogerbeecham

rogerbeecham commented 4 days ago

Sorry Robin, getting errors when trying to call opsnap functions – can’t fine filter_nas() defined in the opsnap.R source:

Caused by error in filter_nas(): ! could not find function "filter_nas"

From: Robin Lovelace @.> Date: Wednesday, 3 July 2024 at 10:33 To: ITSLeeds/opsnap @.> Cc: Roger Beecham @.>, Mention @.> Subject: [ITSLeeds/opsnap] Up our tables game (Issue #6)

CAUTION: External Message. Use caution opening links and attachments.

Table 3 currently is a bit basic: offence_simple Cyclist Driver Other Total Cyclist (%) Driver (%) Other (%) Total (%) Inconsiderate driving 3713 919 360 4992 78.7 14.9 20.3 39.4 Careless driving 517 2147 253 2917 11.0 34.8 14.3 23.0 Other 488 3099 1160 4747 10.3 50.3 65.4 37.5 Total 4718 6165 1773 12656 100.0 100.0 100.0 100.0

Can we do better? cc @rogerbeechamhttps://github.com/rogerbeecham

— Reply to this email directly, view it on GitHubhttps://github.com/ITSLeeds/opsnap/issues/6, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AELPQHU33SNVBKVNAOHXN4TZKPAONAVCNFSM6AAAAABKJFYBWKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4DQMJVGMYTONY. You are receiving this because you were mentioned.Message ID: @.***>

Robinlovelace commented 4 days ago

Reason: the function is not exported. My bad @rogerbeecham will fix:

devtools::install_github("itsleeds/opsnap"); opsnap::filter_nas
#> Using github PAT from envvar GITHUB_PAT. Use `gitcreds::gitcreds_set()` and unset GITHUB_PAT in .Renviron (or elsewhere) if you want to use the more secure git credential store instead.
#> Downloading GitHub repo itsleeds/opsnap@HEAD
#> 
#> ── R CMD build ─────────────────────────────────────────────────────────────────
#> * checking for file ‘/tmp/RtmpZyRIVT/remotes17f91753e855e7/ITSLeeds-opsnap-2fcb349/DESCRIPTION’ ... OK
#> * preparing ‘opsnap’:
#> * checking DESCRIPTION meta-information ... OK
#> * checking for LF line-endings in source and make files and shell scripts
#> * checking for empty or unneeded directories
#> * building ‘opsnap_0.0.0.9000.tar.gz’
#> Installing package into '/home/robin/R/x86_64-pc-linux-gnu-library/4.4'
#> (as 'lib' is unspecified)
#> Error: 'filter_nas' is not an exported object from 'namespace:opsnap'

Created on 2024-07-03 with reprex v2.1.0

Robinlovelace commented 4 days ago

Fix to the reproducibility issue in commit above. Can you try again @rogerbeecham ? Clearly code needed tires kicked so thanks for testing!

rogerbeecham commented 2 days ago

Yes all working. Have got some replacement gt() tables, with incell charts to show those % differences etc. How do you want me to push, don’t think I have write access to main branch?

Roger

From: Robin Lovelace @.> Date: Wednesday, 3 July 2024 at 16:47 To: ITSLeeds/opsnap @.> Cc: Roger Beecham @.>, Mention @.> Subject: Re: [ITSLeeds/opsnap] Up our tables game (Issue #6)

CAUTION: External Message. Use caution opening links and attachments.

Fix to the reproducibility issue in commit above. Can you try again @rogerbeechamhttps://github.com/rogerbeecham ? Clearly code needed tires kicked so thanks for testing!

— Reply to this email directly, view it on GitHubhttps://github.com/ITSLeeds/opsnap/issues/6#issuecomment-2206632494, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AELPQHTYNTZCEAXJ52DJX23ZKQMKJAVCNFSM6AAAAABKJFYBWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBWGYZTENBZGQ. You are receiving this because you were mentioned.Message ID: @.***>

Robinlovelace commented 12 hours ago

Write access just provided @rogerbeecham: https://github.com/ITSLeeds/opsnap/invitations Let's catch up tomorrow on this..