ropensci / software-review

rOpenSci Software Peer Review.
295 stars 104 forks source link

Presubmission inquiry: ROriginStamp - obtaining trusted timestamps from OriginStamp #397

Closed rkrug closed 4 years ago

rkrug commented 4 years ago

Submitting Author: Rainer M Krug (@rkrug)
Repository: https://github.com/rkrug/ROriginStamp


Package: ROriginStamp
Type: Package
Title: Interface to OriginStamp API to Obtain Trusted Time Stamps
Version: 0.6.1
Authors@R: c(
    person( "Rainer M.", "Krug", , "Rainer@krugs.de", c("aut", "cre", "cph"))
    )
Description: Functions to get and download trusted timestamps and seed files from OriginStamp.
License: GPL-3 + file LICENSE
Imports:
        httr,
        jsonlite,
        xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: 
        testthat,
        covr

Scope

geanders commented 4 years ago

@rkrug : Thanks very much for your inquiry! We are discussing if this would be in-scope and will get back in touch.

rkrug commented 4 years ago

Thanks a lot.

maelle commented 4 years ago

:wave: @rkrug sorry for the delay. We've discussed and assessed it would fit under "workflow automation".

Before submission, we'd encourage you to add more docs of the use of the package from the reproducibility point-of-view (in the README and elsewhere), and higher-level functions automatically that automatically hash and timestamp an R object would be useful (if they don't already exist and we missed them).

rkrug commented 3 years ago

Thanks a lot.

I have now time to look at it... Will try to submit it within the next month.