Skip to content

Commit

Permalink
work on checks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Sep 1, 2021
1 parent 584fd45 commit a7dd598
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: seplyr
Type: Package
Title: Improved Standard Evaluation Interfaces for Common Data Manipulation Tasks
Version: 1.0.4
Date: 2021-08-25
Date: 2021-09-01
Authors@R: c(
person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
person(family = "Win-Vector LLC", role = c("cph"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# seplyr 1.0.4 2021-08-25
# seplyr 1.0.4 2021-09-01

* Documentation fixes (catch up with rlang fixes).

Expand Down
18 changes: 5 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,26 @@

### OSX

R CMD check --as-cran seplyr_1.0.3.tar.gz
R CMD check --as-cran seplyr_1.0.4.tar.gz
* using log directory ‘/Users/johnmount/Documents/seplyr.Rcheck’
* using R version 4.0.2 (2020-06-22)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘seplyr/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘seplyr’ version ‘1.0.3
* this is package ‘seplyr’ version ‘1.0.4
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
...
Status: OK


### Windows

devtools::check_win_devel()
* using R Under development (unstable) (2021-06-11 r80486)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'seplyr/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'seplyr' version '1.0.3'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'John Mount <jmount@win-vector.com>'
...
Status: OK



## Reverse dependencies
Expand Down

0 comments on commit a7dd598

Please sign in to comment.