Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 891 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 891 Bytes

BiocCertificate

Overview

BiocCertificate helps conference attendees generate a PDF certificate of attendance.

Usage

The shiny application can be started with the Run App button in RStudio or using the BiocCertificate() main function.

Attendees must use a valid event ID, e.g., eurobioc2023 or bioc2023 to generate the PDF certificate.

Supported Events

A yml file of events is located in inst/resources/events.yml. The file contains metadata that is to be updated by event id (eid).

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
    
BiocManager::install("Bioconductor/BiocCertificate")