AliYoussef96 / LimROTS

A Hybrid Method Integrating Empirical Bayes and Reproducibility-Optimized Statistics for Robust Analysis of Proteomics and Metabolomics Data
https://aliyoussef96.github.io/LimROTS/
Artistic License 2.0
1 stars 0 forks source link

Dev jeba #17

Closed ake123 closed 3 weeks ago

ake123 commented 3 weeks ago

added more documentation on README and CONTRIBUTING guidelines and also pkdown homepage

ake123 commented 3 weeks ago

you can trigger the website using this command usethis::use_pkgdown_github_pages() on r-studio.

AliYoussef96 commented 3 weeks ago

Perfect! I will do it.

Thank You!

ake123 commented 3 weeks ago

it seems that it's not triggered. So add to the _pkgdown.yml destination: docs and push it.

AliYoussef96 commented 3 weeks ago

I tried to trigger it, but I think because the repo is not public yet, it cannot be triggered correctly

ake123 commented 3 weeks ago

it is not the case. private repos can be triggered and can build pages

ake123 commented 3 weeks ago

can you delete the gh-pages and try again or create it manually from the main repo?

ake123 commented 3 weeks ago

It could be the following reason so fix this. Check the Branch Settings Ensure that the GitHub repository settings are configured to use the correct branch for GitHub Pages. Here’s how to verify this: 1.Go to your repository's Settings. 2.Scroll down to the Pages section.

  1. Ensure that the Source is set to the correct branch (gh-pages) and directory (usually / (root)).
AliYoussef96 commented 3 weeks ago

in r-studio I am getting

Error in gh::gh(): ! GitHub API error (422): Your current plan does not support GitHub Pages for this repository. Read more at https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site

and I have no options for pages here

image