Skip to content

Report

Goal

This paragraph is written by the supervisor

The scoreto R package fails. scoreto is an R package that scrapes several websites to create the SCoRe user documentation 'Courses' page.

Fix scoreto 👍

  • [ ] Make an account at Posix Cloud
  • [ ] Start Posix Cloud
  • [ ] Click 'Create', then select 'Create from online git repository'
  • [ ] In Posix Cloud, run the tests. There will be some that will fail
  • [ ] In Posix Cloud, work on the branch called develop

Find out why the tests fail. Do not touch the tests. Fix the code. If all tests pass, you have succeeded.

Steps

First we got the code in Posit Cloud. We ran the code and found the error; the scoreto was looking at the wrong place in the website it tried to get the dates from. I tried fixing it by changing where it looked in the website via the html elements, i got it to detect the right dates, but i still got the same error.