Skip to content

Commit

Permalink
Fixing cran checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian8207 committed Feb 10, 2023
1 parent 86abb49 commit 96a2a79
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 16 deletions.
4 changes: 3 additions & 1 deletion R/DataFaker-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
globalVariables(c(
":=", "!!", ".", "from", "to", ".data", "nodes",
"nchars", "vals", "val", "constraint_type", "table_name",
"unique_constraint_name", "column_name", "name"
"unique_constraint_name", "column_name", "name",
"constraint_name", "data_type", "character_maximum_length",
"old_ind"
))

NULL
68 changes: 56 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,81 @@
## Test environments
* local check
Ubuntu 18.04.6 LTS, R 4.1.1 (2021-08-10)
Ubuntu 18.04.6 LTS, R 4.1.2 (2021-11-01)
* win-builder
R 4.1.1 (2021-08-10)
R devel (2021-09-17 r80929)
R version 4.1.3 (2022-03-10)
R version 4.2.2 (2022-10-31 ucrt)
R Under development (unstable) (2023-02-09 r83797 ucrt)

## `R CMD check DataFakeR_0.1.2.tar.gz --as-cran` results
## `R CMD check DataFakeR_0.1.3.tar.gz --as-cran` results

```
* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Krystian Igras <[email protected]>’
New submission
Package was archived on CRAN
CRAN repository db overrides:
X-CRAN-Comment: Archived on 2023-01-10 as issues were not corrected
in time.
...
Status: 1 NOTE
```

Note regarding checking CRAN incoming feasibility.
## `devtools::check()` results

```
0 errors ✓ | 0 warnings ✓ | 0 notes ✓
```

## win-builder result

```
* using log directory 'd:/RCompile/CRANguest/R-oldrelease/DataFakeR.Rcheck'
* using R version 4.1.3 (2022-03-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
...
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'Krystian Igras <[email protected]>'
...
Status: OK
```

```
* using log directory 'd:/RCompile/CRANguest/R-release/DataFakeR.Rcheck'
* using R version 4.1.1 (2021-08-10)
* using R version 4.2.2 (2022-10-31 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
...
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Krystian Igras <[email protected]>'
New submission
Package was archived on CRAN
CRAN repository db overrides:
X-CRAN-Comment: Archived on 2023-01-10 as issues were not corrected
in time.
...
Status: 1 NOTE
```

Note regarding checking CRAN incoming feasibility.

```
* using log directory 'd:/RCompile/CRANguest/R-devel/DataFakeR.Rcheck'
* using R Under development (unstable) (2021-09-17 r80929)
* using R Under development (unstable) (2023-02-09 r83797 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
...
Status: 1 NOTE
```
Maintainer: 'Krystian Igras <[email protected]>'
New submission
Note regarding checking CRAN incoming feasibility.
Package was archived on CRAN
CRAN repository db overrides:
X-CRAN-Comment: Archived on 2023-01-10 as issues were not corrected
in time.
...
Status: 1 NOTE
```
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 988e96 to 7ce080
3 changes: 1 addition & 2 deletions vignettes/main.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Welcome to DataFakeR!"
author: "Krystian Igras"
date: "`r Sys.Date()`"
output: github_document
always_allow_html: yes
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Welcome to DataFakeR!}
%\VignetteEngine{knitr::rmarkdown}
Expand Down

0 comments on commit 96a2a79

Please sign in to comment.