Skip to content

Commit

Permalink
check and rebuild site
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jul 4, 2019
1 parent 9913c92 commit 1cbabf2
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 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: rqdatatable
Type: Package
Title: 'rquery' for 'data.table'
Version: 1.1.9
Date: 2019-06-27
Date: 2019-07-04
Authors@R: c(
person("John", "Mount", email = "[email protected]", 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,5 +1,5 @@

# rqdatatable 1.1.9 2019/06/27
# rqdatatable 1.1.9 2019/07/04

* Use non-strict let().
* Support no-new column project().
Expand Down
26 changes: 13 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@

### OSX (local machine using --as-cran from the command line)

R CMD check --as-cran rqdatatable_1.1.8.tar.gz
R CMD check --as-cran rqdatatable_1.1.9.tar.gz
* using R version 3.6.0 (2019-04-26)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘rqdatatable/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘rqdatatable’ version ‘1.1.8
* this is package ‘rqdatatable’ version ‘1.1.9
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
Status: OK

Status: OK

### Windows

devtools::build_win()

* using log directory 'd:/RCompile/CRANguest/R-release/rqdatatable.Rcheck'
* using R version 3.6.0 (2019-04-26)
* using platform: x86_64-w64-mingw32 (64-bit)
Status: OK

* using log directory 'd:/RCompile/CRANguest/R-devel/rqdatatable.Rcheck'
* using R Under development (unstable) (2019-05-30 r76623)
devtools::check_win_devel()
* using R Under development (unstable) (2019-06-27 r76748)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'rqdatatable/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'rqdatatable' version '1.1.9'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'John Mount <[email protected]>'
* checking package namespace information ... OK
Status: OK

## Reverse dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/GroupedSampling.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/R_mapping.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/logisticexample.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions extras/check_reverse_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ package = "rqdatatable"
date()
```

## [1] "Sat Jun 1 08:24:32 2019"
## [1] "Thu Jul 4 09:18:53 2019"

``` r
packageVersion(package)
```

## [1] '1.1.8'
## [1] '1.1.9'

``` r
parallelCluster <- NULL
Expand All @@ -33,7 +33,7 @@ setwd(td)
print(td)
```

## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmpnn7TQW"
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpsgbbKA"

``` r
options(repos = c(CRAN="https://cloud.r-project.org"))
Expand Down

0 comments on commit 1cbabf2

Please sign in to comment.