LivingNorway / TheDataPackage

Template for data archive structure and suggestive workflow
Creative Commons Zero v1.0 Universal
0 stars 2 forks source link

I have added a demo file (see the bottom of the README) #15

Open DrMattG opened 4 years ago

DrMattG commented 4 years ago

@ErlendNilsen, @andersfi @caitlinmandeville: If any of you have time can you please test the demo for me. Follow the "installation" and "run demo" instructions at the end of the README. This should (hopefully….) download the package to your computer and then should take you to a short demo that walks through the build_folder_structure() function and ask you to upload your raw_data file. If these two things work then I will add some more similar functions in the demo (e.g. upload the data management plan etc.). If it doesn't work I may cry.

ErlendNilsen commented 4 years ago

It did work (after some challenges with some dependencies), up til the point where you upload the raw data file. However, it failed when trying to launch the metadata.rmd file.

DrMattG commented 4 years ago

Great - thanks. I will remove the function to open the rmd file - maybe I will just put some text in to a vignette about minimum metadata and then link from the demo(). What was the error? Probably to do with how I have set up the file path I assume. I will also add a line of code to check if the user has the packages and then automatically install if not.