So (~P->Q) is true while (PvR) is false. The generic form X->Y is only false if X is true but Y is false.
-------------------------------------------------------
Since (PvR) is false this means that both P and R have to be false. Otherwise, (PvR) would be true.