Skip to content

Commit ad575fa

Browse files
committed
Get ready to merge and CRAN submission
1 parent 168234c commit ad575fa

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: DataExplorer
22
Title: Automate Data Exploration and Treatment
3-
Version: 0.8.3.9000
3+
Version: 0.8.4
44
Authors@R: person("Boxuan", "Cui", email = "boxuancui@gmail.com", role = c("aut", "cre"))
55
Description: Automated data exploration process for analytic tasks and predictive modeling, so
66
that users could focus on understanding data and extracting insights. The package scans and

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# DataExplorer (development version)
1+
# DataExplorer 0.8.4
2+
## Bug Fixes
3+
* Fixed Rd cross-reference issues for CRAN submission by adding proper package anchors to external function links.
4+
* Updated all `.r` file extensions to `.R` for consistency with R naming conventions.
5+
* Updated GitHub Actions workflows to use latest action versions (actions/checkout@v4, actions/upload-artifact@v4).
26

37
# DataExplorer 0.8.3
48
## Enhancements

cran-comments.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
## Notes
2-
I have addressed the 2 NOTES in the Check Results page, i.e.,
3-
4-
* Missing `obj` definition
5-
* `LazyData` is specified without a `data` directory
6-
7-
In addition, I have fixed the invalid URL note from the previous submission.
2+
I have addressed the NOTE in the Check Results page regarding missing package anchors. In addition, I have updated all .r file extensions to .R for consistency with R naming conventions.
83

94
## Test environments
105
GitHub Actions:
@@ -14,11 +9,17 @@ GitHub Actions:
149
* ubuntu-latest (devel)
1510
* ubuntu-latest (release)
1611
* ubuntu-latest (oldrel-1)
17-
* ubuntu-latest (4.0)
18-
* ubuntu-latest (3.6)
12+
* ubuntu-latest (oldrel-2)
13+
* ubuntu-latest (oldrel-3)
14+
* ubuntu-latest (oldrel-4)
1915

2016
## R CMD check results
2117

2218
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
2319

24-
## revdepcheck resultsWe checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages
20+
## revdepcheck results
21+
22+
We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
23+
24+
* We saw 0 new problems
25+
* We failed to check 0 packages

tests/testthat/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.html
2+
*.pdf

0 commit comments

Comments
 (0)