diff --git a/DESCRIPTION b/DESCRIPTION index eb5c284..ded55f0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,9 @@ Package: ShinyChromViewer -Title: Shiny Gadget for interactive viewing and exploration of chromatograms. -Version: 0.0.0.9000 +Title: Shiny Gadget for Interactive Viewing and Exploration of Chromatograms +Version: 0.1.0 Authors@R: - person("First", "Last", , "first.last@example.com", role = c("aut", "cre"), - comment = c(ORCID = "YOUR-ORCID-ID")) + person("Ethan", "Bass", , "ethanbass@gmail.com", role = c("aut", "cre"), + comment = c(ORCID = "0000-0002-6175-6739")) Description: Shiny Gadget for interactive viewing and exploration of chromatograms. License: GPL (>= 3) Imports: diff --git a/R/chromViewer.R b/R/chrom_viewer.R similarity index 100% rename from R/chromViewer.R rename to R/chrom_viewer.R diff --git a/man/chrom_viewer.Rd b/man/chrom_viewer.Rd index 3b52caa..3e59fd8 100644 --- a/man/chrom_viewer.Rd +++ b/man/chrom_viewer.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/chromViewer.R +% Please edit documentation in R/chrom_viewer.R \name{chrom_viewer} \alias{chrom_viewer} \title{Shiny gadget for viewing chromatograms}