From d9dfe37e0fdd24868cf8e4203cd5d00ac3173fec Mon Sep 17 00:00:00 2001 From: pvictor Date: Wed, 10 Jan 2024 15:56:58 +0100 Subject: [PATCH] v1.2.0 --- .gitignore | 46 +++++++--------------------------------------- DESCRIPTION | 2 +- cran-comments.md | 4 ++-- 3 files changed, 10 insertions(+), 42 deletions(-) diff --git a/.gitignore b/.gitignore index 8b6991d4..860dc070 100644 --- a/.gitignore +++ b/.gitignore @@ -1,43 +1,11 @@ -# History files +.Rproj.user .Rhistory -.Rapp.history - -# Session Data files .RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ +.Ruserdata *.Rproj - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -.Rproj.user - -# testdata -testdata/ inst/doc - - -*.DS_Store +doc +Meta +dev/ +docs +CRAN-SUBMISSION diff --git a/DESCRIPTION b/DESCRIPTION index 6e4c0eb4..4d3350e0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: esquisse Type: Package Title: Explore and Visualize Your Data Interactively -Version: 1.1.2.9800 +Version: 1.2.0 Authors@R: c(person("Fanny", "Meyer", role = c("aut")), person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Ian", "Carroll", comment = "Faceting support", role = "ctb"), diff --git a/cran-comments.md b/cran-comments.md index 05f7c1e3..4ee6f39f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* local Ubuntu 22.04.1 LTS install, R 4.2.1 -* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.2.1 +* local Ubuntu 22.04.1 LTS install, R 4.3.1 +* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.3.2 * win-builder (devel) ## R CMD check results