diff --git a/R/DataFaker-package.R b/R/DataFaker-package.R index 684eb6a..24a4004 100644 --- a/R/DataFaker-package.R +++ b/R/DataFaker-package.R @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 2ce19bc..1012074 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 ’ + +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 ' +... +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 ' + +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 ' + +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 +``` diff --git a/docs b/docs index 988e96c..7ce0801 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 988e96cdf5e1399add1216d72dac17ad6d1943aa +Subproject commit 7ce0801e59cafb8025cc1410e7acb5ce175ce55a diff --git a/vignettes/main.Rmd b/vignettes/main.Rmd index 4ce0e06..076a16f 100644 --- a/vignettes/main.Rmd +++ b/vignettes/main.Rmd @@ -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}