langtonhugh / asreview_irr

Code to automatically produce a report from ASReview on inter-rater reliability.
Apache License 2.0
6 stars 2 forks source link

added "renv" as package manager #8

Closed MvanSteenbergen closed 9 months ago

MvanSteenbergen commented 9 months ago

I added "renv". "renv" is a package manager for R with a lockfile that saves the versions of the packages used, so that the packages included are the same on every machine. I initialized files and made a snapshot of the packages used on a working version of the software. I tested it by seeing if it ran without errors, maybe more extensive testing can be done.

I also added a file picker. This file picker prompts the user which files they want to import. I used the native file picker from R. I tested it by knitting the code using the two example documents. Once again, maybe more extensive testing can be done.

Feel free to merge one of the commits and leave the other one there, pull requests are new to me so I'm still figuring out how this works. :)