Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jan 10, 2024
1 parent 2bef7c9 commit d9dfe37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 42 deletions.
46 changes: 7 additions & 39 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9dfe37

Please sign in to comment.