From 532ae968003256fd45676f0a4fffff6dcfe4bb42 Mon Sep 17 00:00:00 2001 From: Paul Govan Date: Wed, 11 Sep 2024 11:27:19 -0400 Subject: [PATCH] CRAN checks --- DESCRIPTION | 4 ++-- NEWS.md | 2 -- cran-comments.md | 21 ++++++++++++++------- inst/CITATION | 2 +- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5f6edee..ffe4ad5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: eAnalytics -Version: 0.2 +Version: 0.3.1 Title: Dynamic Web-Based Analytics for the Energy Industry Description: A 'Shiny' web application for energy industry analytics. Take an overview of the industry, measure Key Performance Indicators, identify changes in the industry over time, and discover new relationships in the data. -URL: https://github.com/paulgovan/eanalytics, http://paulgovan.github.io/eAnalytics/, https://github.com/paulgovan/eAnalytics +URL: http://paulgovan.github.io/eAnalytics/, https://github.com/paulgovan/eAnalytics BugReports: https://github.com/paulgovan/eAnalytics/issues Authors@R: person("Paul", "Govan", email = "paul.govan2@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1821-8492")) Depends: diff --git a/NEWS.md b/NEWS.md index 3dc758e..886eb49 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,5 @@ # eAnalytics 0.3 -# eAnalytics 0.2 - ## Minor improvements and bug fixes * `eAnalytics()` now has the same UI locally as on shinyapps.io. diff --git a/cran-comments.md b/cran-comments.md index 4adf15a..01b7298 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,16 @@ -## Test environments -* local OS X install, R 4.3.6 -* win-builder (devel and release) - ## R CMD check results -There were no ERRORs or WARNINGs or NOTEs. + +0 errors | 0 warnings | 1 note + +* Maintainer: ‘Paul Govan ’ -## Downstream dependencies -There are currently no downstream dependencies for this package. + New maintainer: + Paul Govan + Old maintainer(s): + Paul Govan + +The old email address was deactivated. + +## Reverse Dependencies + +There are currently no reverse dependencies. diff --git a/inst/CITATION b/inst/CITATION index 3bb46f1..106b7f2 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -20,6 +20,6 @@ bibentry( year = "2023", note = "R package version 0.3", url = "https://CRAN.R-project.org/package=eAnalytics", - doi = "10.32614/CRAN.package.eAnalytics + doi = "10.32614/CRAN.package.eAnalytics" )