Skip to content

Commit 70968e6

Browse files
committed
Update CRAN checks
1 parent 2487805 commit 70968e6

File tree

13 files changed

+58
-14
lines changed

13 files changed

+58
-14
lines changed

.RData

127 KB
Binary file not shown.

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
^pkgdown$
1212
^\.github$
1313
^index\.md$
14+
^revdep$

DESCRIPTION

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: eAnalytics
2-
Version: 0.1.4
2+
Version: 0.2
33
Title: Dynamic Web-Based Analytics for the Energy Industry
44
Description: A 'Shiny' web application for energy industry analytics.
55
Take an overview of the industry, measure Key Performance Indicators,
@@ -11,7 +11,6 @@ Authors@R: person("Paul", "Govan", email = "pgovan1@aggienetwork.com", role = c(
1111
Depends:
1212
R (>= 2.10.0),
1313
License: Apache License
14-
LazyData: TRUE
1514
Imports:
1615
dplyr,
1716
DT,
@@ -26,4 +25,3 @@ Encoding: UTF-8
2625
RoxygenNote: 7.2.3
2726
Suggests: knitr,
2827
rmarkdown
29-
VignetteBuilder: knitr

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# eAnalytics 0.2
2+
3+
## Minor improvements and bug fixes
4+
5+
* `eAnalytics()` now has the same UI locally as on shinyapps.io.
6+
17
# eAnalytics 0.1.4
28

39
## Major Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Explorer: discover new relationships in the data
1515

1616
# Overview
17-
eAnalytics is a [Shiny](http://shiny.rstudio.com) web application built on top of [R](https://www.r-project.org) for energy analytics. To learn more about this project, check out this [article](http://doi.org/10.5334/jors.144).
17+
eAnalytics is a [Shiny](https://shiny.posit.co/) web application built on top of [R](https://www.r-project.org) for energy analytics. To learn more about this project, check out this [article](https://doi.org/10.5334/jors.144).
1818

1919
# Getting Started
2020
To install eAnalytics in R:

cran-comments.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
## Test environments
2-
* local OS X install, R 3.1.1
2+
* local OS X install, R 4.3.6
33
* win-builder (devel and release)
44

55
## R CMD check results
6-
There were no ERRORs or WARNINGs.
7-
8-
There was 1 NOTE:
9-
10-
Possibly mis-spelled words in DESCRIPTION:
11-
Analytics (3:26)
12-
analytics (4:60)
13-
14-
* However, these words are spelled correctly.
6+
There were no ERRORs or WARNINGs or NOTEs.
157

168
## Downstream dependencies
179
There are currently no downstream dependencies for this package.

revdep/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:---------------------------------------------------------------------------|
5+
|version |R version 4.2.3 (2023-03-15) |
6+
|os |macOS Catalina 10.15.7 |
7+
|system |x86_64, darwin17.0 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/New_York |
13+
|date |2023-06-26 |
14+
|rstudio |2021.09.2+382 Ghost Orchid (desktop) |
15+
|pandoc |2.14.0.3 @ /Applications/RStudio.app/Contents/MacOS/pandoc/ (via rmarkdown) |
16+
17+
# Dependencies
18+
19+
|package |old |new |Δ |
20+
|:----------|:-----|:------|:--|
21+
|eAnalytics |0.1.4 |0.2 |* |
22+
|bslib |NA |0.5.0 |* |
23+
|digest |NA |0.6.31 |* |
24+
|DT |NA |0.28 |* |
25+
|sp |NA |2.0-0 |* |
26+
|terra |NA |1.7-39 |* |
27+
|vctrs |NA |0.6.3 |* |
28+
29+
# Revdeps
30+

revdep/checks.noindex/libraries.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package,old,new,delta
2+
eAnalytics,0.1.4,0.2,*
3+
bslib,NA,0.5.0,*
4+
digest,NA,0.6.31,*
5+
DT,NA,0.28,*
6+
sp,NA,2.0-0,*
7+
terra,NA,1.7-39,*
8+
vctrs,NA,0.6.3,*

revdep/cran.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## revdepcheck results
2+
3+
We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4+
5+
* We saw 0 new problems
6+
* We failed to check 0 packages
7+

revdep/data.sqlite

24 KB
Binary file not shown.

revdep/failures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

revdep/problems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

vignettes/.eAnalytics.Rmd.icloud

-162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)