Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkgdown build fails #37

Open
jforbes14 opened this issue Feb 19, 2021 · 12 comments
Open

pkgdown build fails #37

jforbes14 opened this issue Feb 19, 2021 · 12 comments

Comments

@jforbes14
Copy link
Owner

Hey @bryceroney could you check out the logs for the gh-pages pkgdown build? Build seems to be failing.

@bryceroney
Copy link
Contributor

bryceroney commented Feb 19, 2021 via email

@jforbes14
Copy link
Owner Author

Interestingly now get this error when I try to run pkgdown::build_site()

@bryceroney when you get a chance, can you see if this error replicates when you run the above? Tried building site with previous commits and run into the same problem.

pkgdown::build_site()
-- Installing package into temporary library ----------------------------------------------------------------------------
== Building pkgdown site =======================================================
Reading from: '/Users/Jeremy/Documents/R/eechidna'
Writing to: '/Users/Jeremy/Documents/R/eechidna/docs'
-- Initialising site -----------------------------------------------------------
-- Building home ---------------------------------------------------------------
Reading 'CONDUCT.md'
Reading 'CONTRIBUTING.md'
-- Building function reference -------------------------------------------------
Reading 'man/aec_add_carto_f.Rd'
Error : Failed to parse Rd in aec_add_carto_f.Rd
ℹ unused argument (bg = bg)
Error: callr subprocess failed: Failed to parse Rd in aec_add_carto_f.Rd
ℹ unused argument (bg = bg)

@bryceroney
Copy link
Contributor

I can't seem to replicate that one, have you updated all your R packages?

@jforbes14
Copy link
Owner Author

That and adding \dontrun to some of the examples for nat_map objects seemed to do the trick. Thanks!

I can't seem to replicate that one, have you updated all your R packages?

@dicook
Copy link
Collaborator

dicook commented Apr 25, 2023

@jforbes14 For the web site to work again:

  1. Change the setting to build the web site from master, using the docs folder (this might already be the case because the page is deploying.)
  2. Remove the GitHub actions that build to gh-pages
  3. Add link to the web site in the About section of the main repo page, https://jforbes14.github.io/eechidna/

@dicook
Copy link
Collaborator

dicook commented Apr 25, 2023

Oh, image of hex sticker should be added to web page

@jforbes14
Copy link
Owner Author

Done 1 & 3. Looks like the page is building now (thanks to some work by @dicook or @robjhyndman ?) and I'm not seeing any GitHub actions that build to gh-pages. Am I missing something or is this issue complete @dicook ?

@dicook
Copy link
Collaborator

dicook commented Apr 26, 2023

On 3. The About block is on the right at the top. This is the place to add the URL.

@dicook
Copy link
Collaborator

dicook commented Apr 26, 2023

I just removed the pkgdown.yml in the .github/workflows folder which should fix 2

@dicook
Copy link
Collaborator

dicook commented Apr 26, 2023

You might need to go into the Actions tab @jforbes14 to remove the pkgdown workflow

@jforbes14
Copy link
Owner Author

Ah great - About is updated.

Not seeing pkgdown workflow in the Actions tab so that looks to be deleted.

@dicook
Copy link
Collaborator

dicook commented Apr 26, 2023

Maybe its good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants