Changes in version 1.0.5 (2023-06-05) - Handling of possible errors when using httr::http_type() for long queries Changes in version 1.0.4 (2023-04-04) - Handling of possible errors when using httr::content() Changes in version 1.0.3 (2023-03-27) - Better handling of possible errors when using httr::GET() Changes in version 1.0.2 (2023-02-10) - Package dependencies on RCurl and jsonlite packages have been replaced by a single dependency on the httr package. - When a request fails, a message with the http status code is returned. - Parameters print_url and print_uniprot_messages have been deprecated. Changes in version 1.0.1 (2022-11-10) - The function get_uniprot_data now works also for long queries (with more than 300 items) Changes in version 1.0.0 (2022-09-12) - queryup is now compatible with the latest UniProt REST API (rest.uniprot.org) - messages are more informative and will let you know invalid query fields, invalid return fields and invalid entries - queryup filters out invalid UniProt entries from queries - queryup can manage long queries (with hundreds of entries)