UBC-MDS / rgtracker

An R package designed to store, track grades, provide grade adjustments and ranking for the UBC MDS program.
https://ubc-mds.github.io/rgtracker/
GNU Lesser General Public License v2.1
0 stars 2 forks source link

Use pkgdown R package to set up a website #20

Open tdkhanhvu opened 3 years ago

tdkhanhvu commented 3 years ago

There is 1 warning from devtools::check:

'qpdf' is needed for checks on size reduction of PDFs

However, I have searched around and it seems we should ignore it. Link

yhchen20 commented 3 years ago

There is 1 warning from devtools::check:

'qpdf' is needed for checks on size reduction of PDFs

However, I have searched around and it seems we should ignore it. Link

I got the same warning when I check your pull request locally. However, it passes all the checks on Github so it should be okay.

Guess it's an warning for Windoes user

jraza19 commented 3 years ago

Upon further investigation - this seems to only be affecting Windows users locally as all Github build actions check pass for all OS systems pass!

jraza19 commented 3 years ago

For this error to be resolved, every Windows user wanting to use this package would have to locally install an external program to remove this error. Due to this reason, there is nothing we can do about this error at this time. Please see this thread for more information.