Skip to content

FRBCesab/codebergr

codebergr

Lifecycle Experimental License: GPL (>= 2) Code Coverage: 100%

🚧 This is an EXPERIMENTAL project! 🚧

Overview
Features
Installation
Get started
Long-form documentations
Citation
Contributing
Acknowledgments
References

Overview

The R package codebergr is a client to query (GET, POST, DELETE, PUT methods) the Codeberg API. Currently, only the REPOS endpoint is implemented.

Features

The main purpose of codebergr is to… {{ DESCRIBE THE MAIN FEATURES }}

Installation

You can install the development version from Codeberg with:

## Install < remotes > package (if not already installed) ----
if (!requireNamespace("remotes", quietly = TRUE)) {
  install.packages("remotes")
}

## Install < codebergr > from Codeberg ----
remotes::install_git("https://codeberg.org/frbcesab/codebergr.git")

Then you can attach the package codebergr:

library("codebergr")

Get started

For an overview of the main features of codebergr, please read the Get started vignette.

Long-form documentations

codebergr provides {{ NUMBER OF VIGNETTES }} vignettes to learn more about the package:

  • the Get started vignette describes the core features of the package
  • {{ LIST ADDITIONAL VIGNETTES }}

Citation

Please cite codebergr as:

Casajus Nicolas (2026) codebergr: An R package to {{ TITLE }}. R package version 0.0.0.9000. https://codeberg.org/frbcesab/codebergr/

Contributing

All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.

Please note that the codebergr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Acknowledgments

{{ OPTIONAL SECTION }}

References

{{ OPTIONAL SECTION }}

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages