runapp-aus / strayr

A catalogue of ready-to-use ABS coding structures. Package documentation can be found here: https://runapp-aus.github.io/strayr/
45 stars 14 forks source link

Issue with `pryr` #108

Open baslat opened 10 months ago

baslat commented 10 months ago

Using strayr in a renv project gave me this error:

strayr::read_absmap("sa22016") 
trying URL 'https://github.com/wfmackey/absmapsdata/blob/master/data/absmapsdata_file_list.rda?raw=true'
Content type 'application/octet-stream' length 407 bytes
==================================================
downloaded 407 bytes

trying URL 'https://github.com/wfmackey/absmapsdata/raw/master/data/sa22016.rda'
Content type 'application/octet-stream' length 4887446 bytes (4.7 MB)
==================================================
downloaded 4.7 MB

Error in loadNamespace(x) : there is no package called ‘pryr’
MattCowgill commented 10 months ago

This is really weird @baslat... I can't see where a pryr dependency, either explicit or implicit, could be coming from... pryr isn't installed on my machine and strayr::read_absmap() works fine...