pkgdown: some references showing 404 and image on readme doesn't show on home

Three of my reference function links go to 404. This is one of them: Calculate absolute performance criteria and MCSE — calc_absolute • simhelpers The other two are calc_relative_var and calc_rejection. I changed the names of these functions a couple of nights ago. I am not sure why that is throwing this error.

I am also trying to add an image to the README file. It shows up as a broken image icon. I used the following to include the image:

<img src="man/figures/workflow.png" />

Here is the repository: GitHub - meghapsimatrix/simhelpers: Helper package to assist in running simulation studies

The links and image appear fine when I build the site and preview but things break down when deployed to github pages :frowning:

1 Like

Hi, and welcome!

Please see the FAQ: What's a reproducible example (`reprex`) and how do I do one? Using a reprex, complete with representative data will attract quicker and more answers for coding questions.

This looks like a deployment issue perhaps best answered on the travis site

RMarkdown only supports a few deployment technologies, and that isn't one of them.

But please do come back with non-deployment issues.