Skip to content

Commit

Permalink
updated for rlang 0.3.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mailund committed Dec 15, 2018
1 parent a009e54 commit ff9b5fd
Show file tree
Hide file tree
Showing 88 changed files with 7,765 additions and 5 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: pmatch
Title: Pattern Matching
Version: 0.1.4.9000
Version: 0.1.5
Authors@R: person("Thomas", "Mailund",
email = "mailund@birc.au.dk",
role = c("aut", "cre"))
Expand All @@ -13,14 +13,14 @@ License: GPL-3
ByteCompile: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
Language: en-GB
Depends:
R (>= 3.2)
Imports:
dplyr,
purrr,
rlang (>= 0.2.0),
rlang (>= 0.3.0),
tibble,
glue,
foolbox,
Expand All @@ -42,4 +42,3 @@ Suggests:
URL: https://github.com/mailund/pmatch
BugReports: https://github.com/mailund/pmatch/issues
VignetteBuilder: knitr
LinkingTo: Rcpp
28 changes: 28 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 3.5.1 (2018-07-02) |
|os |macOS 10.14 |
|system |x86_64, darwin15.6.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Copenhagen |
|date |2018-12-15 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|pmatch |0.1.4 |0.1.5 |* |

# Revdeps

## All (1)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|tailr |0.1.2 | | | |

2 changes: 2 additions & 0 deletions revdep/checks.noindex/libraries.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package,old,new,delta
pmatch,0.1.4,0.1.5,*
38 changes: 38 additions & 0 deletions revdep/checks.noindex/tailr/new/libraries.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Library: /Users/mailund/Projects/pmatch/revdep/library.noindex/pmatch/new
pmatch (0.1.5)

Library: /Users/mailund/Projects/pmatch/revdep/library.noindex/tailr
assertthat (0.2.0)
BH (1.66.0-1)
bindr (0.1.1)
bindrcpp (0.2.2)
cli (1.0.1)
covr (3.2.1)
crayon (1.3.4)
curl (3.2)
digest (0.6.18)
dplyr (0.7.8)
fansi (0.4.0)
foolbox (0.1.0)
glue (1.3.0)
httr (1.4.0)
jsonlite (1.6)
lazyeval (0.2.1)
magrittr (1.5)
microbenchmark (1.4-6)
mime (0.6)
openssl (1.1)
pillar (1.3.0)
pkgconfig (2.0.2)
plogr (0.2.0)
praise (1.0.0)
purrr (0.2.5)
R6 (2.3.0)
Rcpp (1.0.0)
rex (1.1.2)
rlang (0.3.0.1)
testthat (2.0.1)
tibble (1.4.2)
tidyselect (0.2.5)
utf8 (1.1.4)
withr (2.1.2)
50 changes: 50 additions & 0 deletions revdep/checks.noindex/tailr/new/tailr.Rcheck/00check.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
* using log directory ‘/Users/mailund/Projects/pmatch/revdep/checks.noindex/tailr/new/tailr.Rcheck’
* using R version 3.5.1 (2018-07-02)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* checking for file ‘tailr/DESCRIPTION’ ... OK
* this is package ‘tailr’ version ‘0.1.2’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘tailr’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ... OK
Running ‘testthat.R’
* checking PDF version of manual ... OK
* DONE
Status: OK
10 changes: 10 additions & 0 deletions revdep/checks.noindex/tailr/new/tailr.Rcheck/00install.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* installing *source* package ‘tailr’ ...
** package ‘tailr’ successfully unpacked and MD5 sums checked
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded
* DONE (tailr)
Loading

0 comments on commit ff9b5fd

Please sign in to comment.