clessn / hublotr

Package R d'accès à clHub
Other
3 stars 0 forks source link

Add package {readr} to Imports in DESCRIPTION #31

Closed huguesmp closed 1 year ago

huguesmp commented 1 year ago

Following instructions in the Readme, check_version() fails if readr is not installed.

image
huguesmp commented 1 year ago

Also, I get a 404 after installing readr, but I'm new here, so problem could be a mistake on my part. Please ask if you need anything!

image
judith-bourque commented 1 year ago

Also, I get a 404 after installing readr, but I'm new here, so problem could be a mistake on my part. Please ask if you need anything!

image

I've created #32 for this as it can be resolved independently from the original issue.

judith-bourque commented 1 year ago

@huguesmp Thanks for flagging these! 😄

They should be fixed. You can update your package by running

devtools::install_github("clessn/hublotr")
huguesmp commented 1 year ago

All fixed, thanks!

image