Skip to content

hyperverse.world — documentation and showcase for the hyperverse R ecosystem

Notifications You must be signed in to change notification settings

hyperverse-r/hyperverse.world

Repository files navigation

hyperverse.world

Source code for hyperverse.world — the landing site for the hyperverse R ecosystem.

Built with Quarto. Deployed automatically to GitHub Pages on push to main.

Local preview

quarto preview

Structure

├── index.qmd          # Home page
├── ecosystem.qmd      # Full ecosystem page
├── docs.qmd           # Documentation entry point
├── _data/
│   └── packages.yml   # Package registry (name, badge, links)
├── R/
│   └── packages.R     # Card rendering logic
└── styles.scss        # Custom styles

Adding a package

Edit _data/packages.yml:

- name: mypackage
  desc: "Short description."
  badge: In development
  badge_class: badge-dev
  github: https://github.com/hyperverse-r/mypackage
  pkgdown: ~

badge_class accepts badge-cran, badge-dev, or badge-planned.

About

hyperverse.world — documentation and showcase for the hyperverse R ecosystem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors