diff --git a/NAMESPACE b/NAMESPACE index 577d3f7..22260ec 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -31,6 +31,9 @@ export(multiply_by) export(multiply_by_matrix) export(not) export(or) +export(pipe_eager_lexical) +export(pipe_lazy_masking) +export(pipe_nested) export(raise_to_power) export(set_attr) export(set_attributes) diff --git a/NEWS.md b/NEWS.md index 28b1274..7abc164 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,29 +3,29 @@ ## Fast and lean implementation of the pipe -The pipe has been rewritten in C. +The pipe has been rewritten in C with the following goals in mind: - Minimal performance cost. - Minimal impact on backtraces. - No impact on reference counts. -As part of this rewrite we have slightly changed the behaviour of the -pipe so that the piped expressions are now evaluated in the current -environment. Previously, the pipe evaluated in its own private -environment where `.` was defined. This is technically a breaking -change, but this should only affect very specific corner cases and it -brings the behaviour of the pipe closer to other control flow -mechanisms like `if ()` or `for ()` which also evaluate in the current -environment. This also brings it closer to the probable semantics of -the native R pipe that is likely to be introduced in the next version -of R. The most visible consequences of this new behaviour are: - -- `parent.frame()` now returns the same environment in piped and - non-piped evaluation (#146, #171). - -- `return()` returns from the enclosing function. It would previously - return from the current pipe expression and continue evaluation from - there. +As part of this rewrite we have changed the behaviour of the pipe to +make it closer to the implementation that will likely be included in a +future version of R. The pipe now evaluates piped expressions lazily (#120). +The main consequence of this change is that warnings and errors can +now be handled by trailing pipe calls: + +```{r} +stop("foo") %>% try() +warning("bar") %>% suppressWarnings() +``` + + +## Bug fixes + +* Piped arguments are now persistent. They can be evaluated after the + pipeline has returned, which fixes subtle issues with function + factories (#159, #195). # magrittr 1.5 diff --git a/R/pipe.R b/R/pipe.R index 2ed7386..e3224be 100644 --- a/R/pipe.R +++ b/R/pipe.R @@ -132,6 +132,45 @@ rhs <- substitute(rhs) kind <- 1L env <- parent.frame() + lazy <- TRUE + .External2(magrittr_pipe) +} + +#' Lazy and eager pipes +#' +#' Assign these pipe variants to an infix symbol like `%>%`. +#' +#' @inheritParams %>% +#' @keywords internal +#' @export +pipe_eager_lexical <- function(lhs, rhs) { + lhs <- substitute(lhs) + rhs <- substitute(rhs) + kind <- 1L + env <- parent.frame() + sym <- sys.call()[[1]] + .External2(magrittr_pipe) +} +#' @rdname pipe_eager_lexical +#' @export +pipe_lazy_masking <- function(lhs, rhs) { + lhs <- substitute(lhs) + rhs <- substitute(rhs) + kind <- 1L + env <- parent.frame() + lazy <- TRUE + sym <- sys.call()[[1]] + .External2(magrittr_pipe) +} +#' @rdname pipe_eager_lexical +#' @export +pipe_nested <- function(lhs, rhs) { + lhs <- substitute(lhs) + rhs <- substitute(rhs) + kind <- 1L + env <- parent.frame() + nested <- TRUE + sym <- sys.call()[[1]] .External2(magrittr_pipe) } diff --git a/man/pipe_eager_lexical.Rd b/man/pipe_eager_lexical.Rd new file mode 100644 index 0000000..03a9080 --- /dev/null +++ b/man/pipe_eager_lexical.Rd @@ -0,0 +1,23 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/pipe.R +\name{pipe_eager_lexical} +\alias{pipe_eager_lexical} +\alias{pipe_lazy_masking} +\alias{pipe_nested} +\title{Lazy and eager pipes} +\usage{ +pipe_eager_lexical(lhs, rhs) + +pipe_lazy_masking(lhs, rhs) + +pipe_nested(lhs, rhs) +} +\arguments{ +\item{lhs}{A value or the magrittr placeholder.} + +\item{rhs}{A function call using the magrittr semantics.} +} +\description{ +Assign these pipe variants to an infix symbol like \verb{\%>\%}. +} +\keyword{internal} diff --git a/revdep/dplyr/README.md b/revdep/dplyr/README.md index 6da5580..c1334d1 100644 --- a/revdep/dplyr/README.md +++ b/revdep/dplyr/README.md @@ -1,64 +1,95 @@ # Revdeps -## Failed to check (51) +## Failed to check (81) -|package |version |error |warning |note | -|:----------------|:-------|:-----|:-------|:----| -|ALA4R |? | | | | -|bibliometrix |? | | | | -|bioOED |? | | | | -|bootnet |? | | | | -|NA |? | | | | -|NA |? | | | | -|butcher |? | | | | -|CausalImpact |? | | | | -|NA |? | | | | -|choroplethr |3.6.3 |1 | | | -|CityWaterBalance |0.1.0 |1 | | | -|countyweather |? | | | | -|DecomposeR |1.0.2 |1 | | | -|easyr |? | | | | -|NA |? | | | | -|EdSurvey |? | | | | -|EML |2.0.2 |1 | | | -|EvaluateCore |0.1.1 |1 | | | -|fingertipscharts |0.0.11 |1 | | | -|gastempt |0.5.0 |1 | | | -|geneHummus |1.0.11 |1 | | | -|ghibli |? | | | | -|hadron |? | | | | -|NA |? | | | | -|ICAMS |? | | | | -|idiogramFISH |? | | | | -|NA |? | | | | -|NA |? | | | | -|MetaboList |2.0 |1 | | | -|metagam |? | | | | -|mlVAR |? | | | | -|nesRdata |0.3.1 |1 | | | -|phyr |? | | | | -|pmc |? | | | | -|processR |0.2.3 |1 | | | -|PROsetta |0.1.4 |1 | | | -|provSummarizeR |? | | | | -|qgraph |1.6.5 |1 | | | -|Rarefy |? | | | | -|NA |? | | | | -|RNeXML |? | | | | -|robmed |0.7.0 |1 | | | -|salesforcer |? | | | | -|SDLfilter |2.0.1 |1 | | | -|SimDesign |? | | | | -|NA |? | | | | -|tidySEM |0.1.2 |1 | | | -|tmap |3.1 |1 | | | -|trackdf |? | | | | -|trackr |? | | | | -|wrswoR |? | | | | +|package |version |error |warning |note | +|:--------------------|:-------|:-----|:-------|:----| +|afex |? | | | | +|ALA4R |? | | | | +|apaTables |? | | | | +|bibliometrix |? | | | | +|bioOED |? | | | | +|bmlm |? | | | | +|bootnet |? | | | | +|NA |? | | | | +|NA |? | | | | +|broom |? | | | | +|butcher |? | | | | +|CausalImpact |? | | | | +|NA |? | | | | +|choroplethr |3.6.4 |1 | | | +|CityWaterBalance |0.1.0 |1 | | | +|codebook |? | | | | +|correlation |? | | | | +|countyweather |? | | | | +|DecomposeR |1.0.2 |1 | | | +|dextergui |? | | | | +|easyr |? | | | | +|NA |? | | | | +|EdSurvey |? | | | | +|EGAnet |? | | | | +|EstimateGroupNetwork |? | | | | +|EvaluateCore |? | | | | +|fingertipscharts |0.0.11 |1 | | | +|forwards |? | | | | +|FSA |? | | | | +|gastempt |0.5.0 |1 | | | +|geneHummus |1.0.11 |1 | | | +|ghibli |? | | | | +|gms |? | | | | +|graphicalVAR |? | | | | +|hadron |? | | | | +|huxtable |? | | | | +|NA |? | | | | +|ICAMS |? | | | | +|idiogramFISH |? | | | | +|NA |? | | | | +|jrt |? | | | | +|NA |? | | | | +|lvnet |? | | | | +|MarketMatching |? | | | | +|MDSPCAShiny |? | | | | +|MetaboList |2.0 |1 | | | +|metagam |? | | | | +|MLRShiny |? | | | | +|MLRShiny2 |? | | | | +|mlVAR |? | | | | +|nesRdata |0.3.1 |1 | | | +|parameters |? | | | | +|phyr |? | | | | +|pmc |? | | | | +|prepdat |? | | | | +|processR |? | | | | +|PROsetta |? | | | | +|provSummarizeR |? | | | | +|qgraph |? | | | | +|quickReg |? | | | | +|Rarefy |? | | | | +|regressoR |? | | | | +|NA |? | | | | +|RNeXML |? | | | | +|robmed |0.7.0 |1 | | | +|salesforcer |? | | | | +|SDLfilter |2.0.1 |1 | | | +|semdrw |? | | | | +|SimDesign |? | | | | +|sjPlot |? | | | | +|splithalfr |? | | | | +|STAT |? | | | | +|NA |? | | | | +|NA |? | | | | +|tidySEM |? | | | | +|tmap |3.1 |1 | | | +|trackdf |? | | | | +|trackr |? | | | | +|ufs |? | | | | +|wiseR |? | | | | +|wrswoR |? | | | | -## New problems (1) +## New problems (2) -|package |version |error |warning |note | -|:----------------------------------|:-------|:------|:-------|:----| -|[ggfortify](problems.md#ggfortify) |0.4.10 |__+1__ | | | +|package |version |error |warning |note | +|:----------------------------------|:-------|:-----|:-------|:----| +|[florestal](problems.md#florestal) |0.1.1 | |__+1__ | | +|[gMOIP](problems.md#gmoip) |1.4.3 | |__+1__ | | diff --git a/revdep/dplyr/failures.md b/revdep/dplyr/failures.md index 9d0f2f5..64286a9 100644 --- a/revdep/dplyr/failures.md +++ b/revdep/dplyr/failures.md @@ -1,3 +1,82 @@ +# afex + +
+ +* Version: 0.27-2 +* Source code: https://github.com/cran/afex +* URL: http://afex.singmann.science/, https://github.com/singmann/afex +* BugReports: https://github.com/singmann/afex/issues +* Date/Publication: 2020-03-28 08:20:19 UTC +* Number of recursive dependencies: 199 + +Run `cloud_details(, "afex")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/afex/new/afex.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘afex/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘afex’ version ‘0.27-2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psychTools’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/afex/old/afex.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘afex/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘afex’ version ‘0.27-2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psychTools’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` # ALA4R
@@ -76,6 +155,81 @@ Status: 1 ERROR +``` +# apaTables + +
+ +* Version: 2.0.5 +* Source code: https://github.com/cran/apaTables +* URL: https://github.com/dstanley4/apaTables +* BugReports: https://github.com/dstanley4/apaTables/issues +* Date/Publication: 2018-08-29 14:04:27 UTC +* Number of recursive dependencies: 136 + +Run `cloud_details(, "apaTables")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/apaTables/new/apaTables.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘apaTables/DESCRIPTION’ ... OK +* this is package ‘apaTables’ version ‘2.0.5’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/apaTables/old/apaTables.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘apaTables/DESCRIPTION’ ... OK +* this is package ‘apaTables’ version ‘2.0.5’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # bibliometrix @@ -214,6 +368,83 @@ Status: 1 ERROR +``` +# bmlm + +
+ +* Version: 1.3.11 +* Source code: https://github.com/cran/bmlm +* URL: https://github.com/mvuorre/bmlm/ +* BugReports: http://github.com/mvuorre/bmlm/issues/ +* Date/Publication: 2019-02-21 21:30:03 UTC +* Number of recursive dependencies: 120 + +Run `cloud_details(, "bmlm")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/bmlm/new/bmlm.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘bmlm/DESCRIPTION’ ... OK +* this is package ‘bmlm’ version ‘1.3.11’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘qgraph’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/bmlm/old/bmlm.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘bmlm/DESCRIPTION’ ... OK +* this is package ‘bmlm’ version ‘1.3.11’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘qgraph’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # bootnet @@ -243,7 +474,8 @@ Run `cloud_details(, "bootnet")` for more info * this is package ‘bootnet’ version ‘1.4.3’ * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages required but not available: 'qgraph', 'mgm', 'graphicalVAR' +Packages required but not available: + 'qgraph', 'mgm', 'graphicalVAR', 'psychTools' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -269,7 +501,8 @@ Status: 1 ERROR * this is package ‘bootnet’ version ‘1.4.3’ * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages required but not available: 'qgraph', 'mgm', 'graphicalVAR' +Packages required but not available: + 'qgraph', 'mgm', 'graphicalVAR', 'psychTools' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -349,6 +582,85 @@ Run `cloud_details(, "NA")` for more info +``` +# broom + +
+ +* Version: 0.7.0 +* Source code: https://github.com/cran/broom +* URL: https://broom.tidymodels.org/, http://github.com/tidymodels/broom +* BugReports: http://github.com/tidymodels/broom/issues +* Date/Publication: 2020-07-09 12:30:09 UTC +* Number of recursive dependencies: 277 + +Run `cloud_details(, "broom")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/broom/new/broom.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘broom/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘broom’ version ‘0.7.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/broom/old/broom.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘broom/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘broom’ version ‘0.7.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # butcher @@ -531,10 +843,10 @@ Run `cloud_details(, "NA")` for more info
-* Version: 3.6.3 +* Version: 3.6.4 * Source code: https://github.com/cran/choroplethr * URL: www.choroplethr.com -* Date/Publication: 2018-08-15 18:00:13 UTC +* Date/Publication: 2020-07-25 21:30:19 UTC * Number of recursive dependencies: 108 Run `cloud_details(, "choroplethr")` for more info @@ -642,14 +954,170 @@ ERROR: lazy loading failed for package ‘CityWaterBalance’ * removing ‘/tmp/workdir/CityWaterBalance/old/CityWaterBalance.Rcheck/CityWaterBalance’ ``` -# countyweather +# codebook
-* Version: 0.1.0 -* Source code: https://github.com/cran/countyweather -* Date/Publication: 2016-10-26 00:17:31 -* Number of recursive dependencies: 107 +* Version: 0.9.2 +* Source code: https://github.com/cran/codebook +* URL: https://github.com/rubenarslan/codebook +* BugReports: https://github.com/rubenarslan/codebook/issues +* Date/Publication: 2020-06-06 23:40:03 UTC +* Number of recursive dependencies: 191 + +Run `cloud_details(, "codebook")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/codebook/new/codebook.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘codebook/DESCRIPTION’ ... OK +* this is package ‘codebook’ version ‘0.9.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/codebook/old/codebook.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘codebook/DESCRIPTION’ ... OK +* this is package ‘codebook’ version ‘0.9.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# correlation + +
+ +* Version: 0.3.0 +* Source code: https://github.com/cran/correlation +* URL: https://easystats.github.io/correlation/ +* BugReports: https://github.com/easystats/correlation/issues +* Date/Publication: 2020-06-19 05:40:09 UTC +* Number of recursive dependencies: 157 + +Run `cloud_details(, "correlation")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/correlation/new/correlation.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘correlation/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘correlation’ version ‘0.3.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/correlation/old/correlation.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘correlation/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘correlation’ version ‘0.3.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# countyweather + +
+ +* Version: 0.1.0 +* Source code: https://github.com/cran/countyweather +* Date/Publication: 2016-10-26 00:17:31 +* Number of recursive dependencies: 107 Run `cloud_details(, "countyweather")` for more info @@ -769,6 +1237,84 @@ Execution halted ERROR: lazy loading failed for package ‘DecomposeR’ * removing ‘/tmp/workdir/DecomposeR/old/DecomposeR.Rcheck/DecomposeR’ +``` +# dextergui + +
+ +* Version: 0.2.2 +* Source code: https://github.com/cran/dextergui +* BugReports: https://github.com/jessekps/dexter/issues +* Date/Publication: 2020-02-20 08:30:02 UTC +* Number of recursive dependencies: 122 + +Run `cloud_details(, "dextergui")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/dextergui/new/dextergui.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘dextergui/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘dextergui’ version ‘0.2.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/dextergui/old/dextergui.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘dextergui/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘dextergui’ version ‘0.2.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # easyr @@ -941,136 +1487,233 @@ Status: 1 ERROR ``` -# EML +# EGAnet
-* Version: 2.0.2 -* Source code: https://github.com/cran/EML -* URL: https://docs.ropensci.org/EML, https://github.com/ropensci/EML -* BugReports: https://github.com/ropensci/EML/issues -* Date/Publication: 2020-02-08 06:10:15 UTC -* Number of recursive dependencies: 91 +* Version: 0.9.6 +* Source code: https://github.com/cran/EGAnet +* Date/Publication: 2020-07-13 04:40:02 UTC +* Number of recursive dependencies: 207 -Run `cloud_details(, "EML")` for more info +Run `cloud_details(, "EGAnet")` for more info
-## In both - -* checking whether package ‘EML’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/EML/new/EML.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘EML’ ... -** package ‘EML’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -Warning: namespace ‘EML’ is not available and has been replaced -by .GlobalEnv when processing object ‘eml’ -Warning: namespace ‘EML’ is not available and has been replaced -by .GlobalEnv when processing object ‘eml’ -** inst -** byte-compile and prepare package for lazy loading -Error in dyn.load(file, DLLpath = DLLpath, ...) : - unable to load shared object '/opt/R/3.6.3/lib/R/library/jqr/libs/jqr.so': - libjq.so.1: cannot open shared object file: No such file or directory -Calls: ... asNamespace -> loadNamespace -> library.dynam -> dyn.load -Execution halted -ERROR: lazy loading failed for package ‘EML’ -* removing ‘/tmp/workdir/EML/new/EML.Rcheck/EML’ +* using log directory ‘/tmp/workdir/EGAnet/new/EGAnet.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘EGAnet/DESCRIPTION’ ... OK +* this is package ‘EGAnet’ version ‘0.9.6’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ -``` -### CRAN +Packages suggested but not available: 'psych', 'psychTools' -``` -* installing *source* package ‘EML’ ... -** package ‘EML’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -Warning: namespace ‘EML’ is not available and has been replaced -by .GlobalEnv when processing object ‘eml’ -Warning: namespace ‘EML’ is not available and has been replaced -by .GlobalEnv when processing object ‘eml’ -** inst -** byte-compile and prepare package for lazy loading -Error in dyn.load(file, DLLpath = DLLpath, ...) : - unable to load shared object '/opt/R/3.6.3/lib/R/library/jqr/libs/jqr.so': - libjq.so.1: cannot open shared object file: No such file or directory -Calls: ... asNamespace -> loadNamespace -> library.dynam -> dyn.load -Execution halted -ERROR: lazy loading failed for package ‘EML’ -* removing ‘/tmp/workdir/EML/old/EML.Rcheck/EML’ +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. -``` -# EvaluateCore +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -
-* Version: 0.1.1 -* Source code: https://github.com/cran/EvaluateCore -* URL: https://github.com/aravind-j/EvaluateCore https://aravind-j.github.io/EvaluateCore -* BugReports: https://github.com/aravind-j/EvaluateCore/issues -* Date/Publication: 2020-06-03 11:30:07 UTC -* Number of recursive dependencies: 138 -Run `cloud_details(, "EvaluateCore")` for more info -
-## In both -* checking whether package ‘EvaluateCore’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/EvaluateCore/new/EvaluateCore.Rcheck/00install.out’ for details. - ``` +``` +### CRAN -## Installation +``` +* using log directory ‘/tmp/workdir/EGAnet/old/EGAnet.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘EGAnet/DESCRIPTION’ ... OK +* this is package ‘EGAnet’ version ‘0.9.6’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +Packages suggested but not available: 'psych', 'psychTools' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# EstimateGroupNetwork + +
+ +* Version: 0.2.2 +* Source code: https://github.com/cran/EstimateGroupNetwork +* Date/Publication: 2020-01-08 08:20:02 UTC +* Number of recursive dependencies: 111 + +Run `cloud_details(, "EstimateGroupNetwork")` for more info + +
+ +## Error before installation ### Devel ``` -* installing *source* package ‘EvaluateCore’ ... -** package ‘EvaluateCore’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘EvaluateCore’ -* removing ‘/tmp/workdir/EvaluateCore/new/EvaluateCore.Rcheck/EvaluateCore’ +* using log directory ‘/tmp/workdir/EstimateGroupNetwork/new/EstimateGroupNetwork.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘EstimateGroupNetwork/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘EstimateGroupNetwork’ version ‘0.2.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` ### CRAN ``` -* installing *source* package ‘EvaluateCore’ ... -** package ‘EvaluateCore’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘EvaluateCore’ -* removing ‘/tmp/workdir/EvaluateCore/old/EvaluateCore.Rcheck/EvaluateCore’ +* using log directory ‘/tmp/workdir/EstimateGroupNetwork/old/EstimateGroupNetwork.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘EstimateGroupNetwork/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘EstimateGroupNetwork’ version ‘0.2.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# EvaluateCore + +
+ +* Version: 0.1.1 +* Source code: https://github.com/cran/EvaluateCore +* URL: https://github.com/aravind-j/EvaluateCore https://aravind-j.github.io/EvaluateCore +* BugReports: https://github.com/aravind-j/EvaluateCore/issues +* Date/Publication: 2020-06-03 11:30:07 UTC +* Number of recursive dependencies: 138 + +Run `cloud_details(, "EvaluateCore")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/EvaluateCore/new/EvaluateCore.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘EvaluateCore/DESCRIPTION’ ... OK +* this is package ‘EvaluateCore’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/EvaluateCore/old/EvaluateCore.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘EvaluateCore/DESCRIPTION’ ... OK +* this is package ‘EvaluateCore’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` # fingertipscharts @@ -1137,130 +1780,1415 @@ ERROR: lazy loading failed for package ‘fingertipscharts’ * removing ‘/tmp/workdir/fingertipscharts/old/fingertipscharts.Rcheck/fingertipscharts’ ``` -# gastempt +# forwards
-* Version: 0.5.0 -* Source code: https://github.com/cran/gastempt -* URL: http://github.com/dmenne/gastempt -* BugReports: http://github.com/dmenne/gastempt/issues -* Date/Publication: 2020-05-01 10:10:02 UTC -* Number of recursive dependencies: 90 +* Version: 0.1.3 +* Source code: https://github.com/cran/forwards +* URL: https://github.com/forwards/forwards +* BugReports: https://github.com/forwards/forwards/issues +* Date/Publication: 2019-07-30 21:10:02 UTC +* Number of recursive dependencies: 114 -Run `cloud_details(, "gastempt")` for more info +Run `cloud_details(, "forwards")` for more info
-## In both - -* checking whether package ‘gastempt’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/gastempt/new/gastempt.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘gastempt’ ... -** package ‘gastempt’ successfully unpacked and MD5 sums checked -** using staged installation -Error in loadNamespace(name) : there is no package called ‘rstantools’ -Calls: :: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: configuration failed for package ‘gastempt’ -* removing ‘/tmp/workdir/gastempt/new/gastempt.Rcheck/gastempt’ +* using log directory ‘/tmp/workdir/forwards/new/forwards.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘forwards/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘forwards’ version ‘0.1.3’ +* 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 ‘forwards’ can be installed ... OK +* checking installed package size ... OK +* checking package directory ... OK +* checking ‘build’ 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 loading without being on the library search path ... 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 contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes in ‘inst/doc’ ... OK +* checking running R code from vignettes ... NONE + ‘Overview.Rmd’using ‘UTF-8’... OK +* checking re-building of vignette outputs ... SKIPPED +* DONE +Status: OK + + + + + ``` ### CRAN ``` -* installing *source* package ‘gastempt’ ... -** package ‘gastempt’ successfully unpacked and MD5 sums checked -** using staged installation -Error in loadNamespace(name) : there is no package called ‘rstantools’ -Calls: :: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: configuration failed for package ‘gastempt’ -* removing ‘/tmp/workdir/gastempt/old/gastempt.Rcheck/gastempt’ +* using log directory ‘/tmp/workdir/forwards/old/forwards.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘forwards/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘forwards’ version ‘0.1.3’ +* 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 ‘forwards’ can be installed ... OK +* checking installed package size ... OK +* checking package directory ... OK +* checking ‘build’ 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 loading without being on the library search path ... 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 contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes in ‘inst/doc’ ... OK +* checking running R code from vignettes ... NONE + ‘Overview.Rmd’using ‘UTF-8’... OK +* checking re-building of vignette outputs ... SKIPPED +* DONE +Status: OK + + + + + ``` -# geneHummus +# FSA
-* Version: 1.0.11 -* Source code: https://github.com/cran/geneHummus -* URL: https://github.com/NCBI-Hackathons/GeneHummus -* BugReports: https://github.com/NCBI-Hackathons/GeneHummus/issues -* Date/Publication: 2019-04-04 22:30:03 UTC -* Number of recursive dependencies: 41 +* Version: 0.8.30 +* Source code: https://github.com/cran/FSA +* URL: https://github.com/droglenc/FSA +* BugReports: https://github.com/droglenc/FSA/issues +* Date/Publication: 2020-03-09 13:30:16 UTC +* Number of recursive dependencies: 136 -Run `cloud_details(, "geneHummus")` for more info +Run `cloud_details(, "FSA")` for more info
-## In both +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/FSA/new/FSA.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘FSA/DESCRIPTION’ ... OK +* this is package ‘FSA’ version ‘0.8.30’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/FSA/old/FSA.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘FSA/DESCRIPTION’ ... OK +* this is package ‘FSA’ version ‘0.8.30’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# gastempt + +
+ +* Version: 0.5.0 +* Source code: https://github.com/cran/gastempt +* URL: http://github.com/dmenne/gastempt +* BugReports: http://github.com/dmenne/gastempt/issues +* Date/Publication: 2020-05-01 10:10:02 UTC +* Number of recursive dependencies: 90 + +Run `cloud_details(, "gastempt")` for more info + +
+ +## In both + +* checking whether package ‘gastempt’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/gastempt/new/gastempt.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘gastempt’ ... +** package ‘gastempt’ successfully unpacked and MD5 sums checked +** using staged installation +Error in loadNamespace(name) : there is no package called ‘rstantools’ +Calls: :: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: configuration failed for package ‘gastempt’ +* removing ‘/tmp/workdir/gastempt/new/gastempt.Rcheck/gastempt’ + +``` +### CRAN + +``` +* installing *source* package ‘gastempt’ ... +** package ‘gastempt’ successfully unpacked and MD5 sums checked +** using staged installation +Error in loadNamespace(name) : there is no package called ‘rstantools’ +Calls: :: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: configuration failed for package ‘gastempt’ +* removing ‘/tmp/workdir/gastempt/old/gastempt.Rcheck/gastempt’ + +``` +# geneHummus + +
+ +* Version: 1.0.11 +* Source code: https://github.com/cran/geneHummus +* URL: https://github.com/NCBI-Hackathons/GeneHummus +* BugReports: https://github.com/NCBI-Hackathons/GeneHummus/issues +* Date/Publication: 2019-04-04 22:30:03 UTC +* Number of recursive dependencies: 41 + +Run `cloud_details(, "geneHummus")` for more info + +
+ +## In both + +* checking whether package ‘geneHummus’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/geneHummus/new/geneHummus.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘geneHummus’ ... +** package ‘geneHummus’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** data +*** moving datasets to lazyload DB +** byte-compile and prepare package for lazy loading +Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : + there is no package called ‘XML’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘geneHummus’ +* removing ‘/tmp/workdir/geneHummus/new/geneHummus.Rcheck/geneHummus’ + +``` +### CRAN + +``` +* installing *source* package ‘geneHummus’ ... +** package ‘geneHummus’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** data +*** moving datasets to lazyload DB +** byte-compile and prepare package for lazy loading +Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : + there is no package called ‘XML’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘geneHummus’ +* removing ‘/tmp/workdir/geneHummus/old/geneHummus.Rcheck/geneHummus’ + +``` +# ghibli + +
+ +* Version: 0.3.2 +* Source code: https://github.com/cran/ghibli +* URL: https://ewenme.github.io/ghibli/, https://github.com/ewenme/ghibli +* BugReports: https://github.com/ewenme/ghibli/issues +* Date/Publication: 2020-04-16 07:40:02 UTC +* Number of recursive dependencies: 85 + +Run `cloud_details(, "ghibli")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ghibli/new/ghibli.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ghibli/DESCRIPTION’ ... OK +* this is package ‘ghibli’ version ‘0.3.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘codemetar’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ghibli/old/ghibli.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ghibli/DESCRIPTION’ ... OK +* this is package ‘ghibli’ version ‘0.3.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘codemetar’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# gms + +
+ +* Version: 0.4.0 +* Source code: https://github.com/cran/gms +* URL: https://github.com/pik-piam/gms +* BugReports: https://github.com/pik-piam/gms/issues +* Date/Publication: 2020-07-01 15:00:06 UTC +* Number of recursive dependencies: 113 + +Run `cloud_details(, "gms")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/gms/new/gms.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘gms/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘gms’ version ‘0.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘qgraph’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/gms/old/gms.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘gms/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘gms’ version ‘0.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘qgraph’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# graphicalVAR + +
+ +* Version: 0.2.3 +* Source code: https://github.com/cran/graphicalVAR +* Date/Publication: 2020-04-09 14:00:06 UTC +* Number of recursive dependencies: 115 + +Run `cloud_details(, "graphicalVAR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/graphicalVAR/new/graphicalVAR.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘graphicalVAR/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘graphicalVAR’ version ‘0.2.3’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/graphicalVAR/old/graphicalVAR.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘graphicalVAR/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘graphicalVAR’ version ‘0.2.3’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# hadron + +
+ +* Version: 3.1.0 +* Source code: https://github.com/cran/hadron +* URL: https://github.com/HISKP-LQCD/hadron +* BugReports: https://github.com/HISKP-LQCD/hadron/issues +* Date/Publication: 2020-07-04 10:40:13 UTC +* Number of recursive dependencies: 63 + +Run `cloud_details(, "hadron")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/hadron/new/hadron.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘hadron/DESCRIPTION’ ... OK +* this is package ‘hadron’ version ‘3.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages suggested but not available: 'rhdf5', 'staplr' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/hadron/old/hadron.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘hadron/DESCRIPTION’ ... OK +* this is package ‘hadron’ version ‘3.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages suggested but not available: 'rhdf5', 'staplr' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# huxtable + +
+ +* Version: 5.0.0 +* Source code: https://github.com/cran/huxtable +* URL: https://hughjonesd.github.io/huxtable +* BugReports: https://github.com/hughjonesd/huxtable/issues +* Date/Publication: 2020-06-15 23:50:06 UTC +* Number of recursive dependencies: 126 + +Run `cloud_details(, "huxtable")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/huxtable/new/huxtable.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘huxtable/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘huxtable’ version ‘5.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/huxtable/old/huxtable.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘huxtable/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘huxtable’ version ‘5.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# NA + +
+ +* Version: NA +* Source code: https://github.com/cran/NA +* Number of recursive dependencies: 0 + +Run `cloud_details(, "NA")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# ICAMS + +
+ +* Version: 2.1.2 +* Source code: https://github.com/cran/ICAMS +* URL: https://github.com/steverozen/ICAMS +* BugReports: https://github.com/steverozen/ICAMS/issues +* Date/Publication: 2020-04-21 12:20:24 UTC +* Number of recursive dependencies: 71 + +Run `cloud_details(, "ICAMS")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ICAMS/new/ICAMS.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ICAMS/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘ICAMS’ version ‘2.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘BSgenome’ + +Packages suggested but not available: + 'BSgenome.Hsapiens.1000genomes.hs37d5', + 'BSgenome.Hsapiens.UCSC.hg38', 'BSgenome.Mmusculus.UCSC.mm10' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ICAMS/old/ICAMS.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ICAMS/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘ICAMS’ version ‘2.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘BSgenome’ + +Packages suggested but not available: + 'BSgenome.Hsapiens.1000genomes.hs37d5', + 'BSgenome.Hsapiens.UCSC.hg38', 'BSgenome.Mmusculus.UCSC.mm10' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# idiogramFISH + +
+ +* Version: 1.15.3 +* Source code: https://github.com/cran/idiogramFISH +* URL: https://ferroao.gitlab.io/manualidiogramfish/, https://ferroao.gitlab.io/idiogramFISH +* BugReports: https://gitlab.com/ferroao/idiogramFISH/issues +* Date/Publication: 2020-07-02 04:40:06 UTC +* Number of recursive dependencies: 153 + +Run `cloud_details(, "idiogramFISH")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/idiogramFISH/new/idiogramFISH.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘idiogramFISH/DESCRIPTION’ ... OK +* this is package ‘idiogramFISH’ version ‘1.15.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages suggested but not available: 'ggtree', 'phytools', 'treeio' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/idiogramFISH/old/idiogramFISH.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘idiogramFISH/DESCRIPTION’ ... OK +* this is package ‘idiogramFISH’ version ‘1.15.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages suggested but not available: 'ggtree', 'phytools', 'treeio' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# NA + +
+ +* Version: NA +* Source code: https://github.com/cran/NA +* Number of recursive dependencies: 0 + +Run `cloud_details(, "NA")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# jrt + +
+ +* Version: 1.0.1 +* Source code: https://github.com/cran/jrt +* Date/Publication: 2019-05-06 15:30:03 UTC +* Number of recursive dependencies: 80 + +Run `cloud_details(, "jrt")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/jrt/new/jrt.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘jrt/DESCRIPTION’ ... OK +* this is package ‘jrt’ version ‘1.0.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/jrt/old/jrt.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘jrt/DESCRIPTION’ ... OK +* this is package ‘jrt’ version ‘1.0.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# NA + +
+ +* Version: NA +* Source code: https://github.com/cran/NA +* Number of recursive dependencies: 0 + +Run `cloud_details(, "NA")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# lvnet + +
+ +* Version: 0.3.5 +* Source code: https://github.com/cran/lvnet +* Date/Publication: 2019-06-21 07:50:03 UTC +* Number of recursive dependencies: 138 + +Run `cloud_details(, "lvnet")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/lvnet/new/lvnet.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘lvnet/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘lvnet’ version ‘0.3.5’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'qgraph', 'psych' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/lvnet/old/lvnet.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘lvnet/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘lvnet’ version ‘0.3.5’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'qgraph', 'psych' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# MarketMatching + +
+ +* Version: 1.1.2 +* Source code: https://github.com/cran/MarketMatching +* Date/Publication: 2019-07-03 17:10:03 UTC +* Number of recursive dependencies: 78 + +Run `cloud_details(, "MarketMatching")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/MarketMatching/new/MarketMatching.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘MarketMatching/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MarketMatching’ version ‘1.1.2’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘bsts’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/MarketMatching/old/MarketMatching.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘MarketMatching/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MarketMatching’ version ‘1.1.2’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘bsts’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# MDSPCAShiny + +
+ +* Version: 0.1.0 +* Source code: https://github.com/cran/MDSPCAShiny +* Date/Publication: 2019-05-24 08:20:20 UTC +* Number of recursive dependencies: 51 + +Run `cloud_details(, "MDSPCAShiny")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/MDSPCAShiny/new/MDSPCAShiny.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘MDSPCAShiny/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MDSPCAShiny’ version ‘0.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/MDSPCAShiny/old/MDSPCAShiny.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘MDSPCAShiny/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MDSPCAShiny’ version ‘0.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# MetaboList + +
+ +* Version: 2.0 +* Source code: https://github.com/cran/MetaboList +* Date/Publication: 2019-08-22 16:40:02 UTC +* Number of recursive dependencies: 66 + +Run `cloud_details(, "MetaboList")` for more info + +
+ +## In both + +* checking whether package ‘MetaboList’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/MetaboList/new/MetaboList.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘MetaboList’ ... +** package ‘MetaboList’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** byte-compile and prepare package for lazy loading +Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : + there is no package called ‘XML’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘MetaboList’ +* removing ‘/tmp/workdir/MetaboList/new/MetaboList.Rcheck/MetaboList’ + +``` +### CRAN + +``` +* installing *source* package ‘MetaboList’ ... +** package ‘MetaboList’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** byte-compile and prepare package for lazy loading +Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : + there is no package called ‘XML’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘MetaboList’ +* removing ‘/tmp/workdir/MetaboList/old/MetaboList.Rcheck/MetaboList’ + +``` +# metagam + +
+ +* Version: 0.1.2 +* Source code: https://github.com/cran/metagam +* URL: https://lifebrain.github.io/metagam/, https://github.com/Lifebrain/metagam +* BugReports: https://github.com/Lifebrain/metagam/issues +* Date/Publication: 2020-06-22 18:30:03 UTC +* Number of recursive dependencies: 143 + +Run `cloud_details(, "metagam")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/metagam/new/metagam.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘metagam/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘metagam’ version ‘0.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘metap’ + +Package suggested but not available: ‘multtest’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/metagam/old/metagam.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘metagam/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘metagam’ version ‘0.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘metap’ + +Package suggested but not available: ‘multtest’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. -* checking whether package ‘geneHummus’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/geneHummus/new/geneHummus.Rcheck/00install.out’ for details. - ``` +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -## Installation -### Devel -``` -* installing *source* package ‘geneHummus’ ... -** package ‘geneHummus’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘XML’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘geneHummus’ -* removing ‘/tmp/workdir/geneHummus/new/geneHummus.Rcheck/geneHummus’ -``` -### CRAN -``` -* installing *source* package ‘geneHummus’ ... -** package ‘geneHummus’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘XML’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘geneHummus’ -* removing ‘/tmp/workdir/geneHummus/old/geneHummus.Rcheck/geneHummus’ ``` -# ghibli +# MLRShiny
-* Version: 0.3.2 -* Source code: https://github.com/cran/ghibli -* URL: https://ewenme.github.io/ghibli/, https://github.com/ewenme/ghibli -* BugReports: https://github.com/ewenme/ghibli/issues -* Date/Publication: 2020-04-16 07:40:02 UTC -* Number of recursive dependencies: 85 +* Version: 0.1.0 +* Source code: https://github.com/cran/MLRShiny +* Date/Publication: 2019-04-22 19:20:03 UTC +* Number of recursive dependencies: 102 -Run `cloud_details(, "ghibli")` for more info +Run `cloud_details(, "MLRShiny")` for more info
@@ -1269,21 +3197,18 @@ Run `cloud_details(, "ghibli")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/ghibli/new/ghibli.Rcheck’ +* using log directory ‘/tmp/workdir/MLRShiny/new/MLRShiny.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘ghibli/DESCRIPTION’ ... OK -* this is package ‘ghibli’ version ‘0.3.2’ +* checking for file ‘MLRShiny/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MLRShiny’ version ‘0.1.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package suggested but not available: ‘codemetar’ - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -1299,21 +3224,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/ghibli/old/ghibli.Rcheck’ +* using log directory ‘/tmp/workdir/MLRShiny/old/MLRShiny.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘ghibli/DESCRIPTION’ ... OK -* this is package ‘ghibli’ version ‘0.3.2’ +* checking for file ‘MLRShiny/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MLRShiny’ version ‘0.1.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package suggested but not available: ‘codemetar’ - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -1326,18 +3248,16 @@ Status: 1 ERROR ``` -# hadron +# MLRShiny2
-* Version: 3.1.0 -* Source code: https://github.com/cran/hadron -* URL: https://github.com/HISKP-LQCD/hadron -* BugReports: https://github.com/HISKP-LQCD/hadron/issues -* Date/Publication: 2020-07-04 10:40:13 UTC -* Number of recursive dependencies: 63 +* Version: 0.1.0 +* Source code: https://github.com/cran/MLRShiny2 +* Date/Publication: 2019-10-02 08:40:02 UTC +* Number of recursive dependencies: 102 -Run `cloud_details(, "hadron")` for more info +Run `cloud_details(, "MLRShiny2")` for more info
@@ -1346,21 +3266,18 @@ Run `cloud_details(, "hadron")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/hadron/new/hadron.Rcheck’ +* using log directory ‘/tmp/workdir/MLRShiny2/new/MLRShiny2.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘hadron/DESCRIPTION’ ... OK -* this is package ‘hadron’ version ‘3.1.0’ +* checking for file ‘MLRShiny2/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MLRShiny2’ version ‘0.1.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: 'rhdf5', 'staplr' - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -1376,21 +3293,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/hadron/old/hadron.Rcheck’ +* using log directory ‘/tmp/workdir/MLRShiny2/old/MLRShiny2.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘hadron/DESCRIPTION’ ... OK -* this is package ‘hadron’ version ‘3.1.0’ +* checking for file ‘MLRShiny2/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MLRShiny2’ version ‘0.1.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: 'rhdf5', 'staplr' - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -1403,15 +3317,16 @@ Status: 1 ERROR ``` -# NA +# mlVAR
-* Version: NA -* Source code: https://github.com/cran/NA -* Number of recursive dependencies: 0 +* Version: 0.4.4 +* Source code: https://github.com/cran/mlVAR +* Date/Publication: 2019-10-21 09:30:02 UTC +* Number of recursive dependencies: 135 -Run `cloud_details(, "NA")` for more info +Run `cloud_details(, "mlVAR")` for more info
@@ -1420,6 +3335,22 @@ Run `cloud_details(, "NA")` for more info ### Devel ``` +* using log directory ‘/tmp/workdir/mlVAR/new/mlVAR.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘mlVAR/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘mlVAR’ version ‘0.4.4’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'qgraph', 'graphicalVAR' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR @@ -1430,6 +3361,22 @@ Run `cloud_details(, "NA")` for more info ### CRAN ``` +* using log directory ‘/tmp/workdir/mlVAR/old/mlVAR.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘mlVAR/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘mlVAR’ version ‘0.4.4’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'qgraph', 'graphicalVAR' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR @@ -1437,18 +3384,81 @@ Run `cloud_details(, "NA")` for more info ``` -# ICAMS +# nesRdata
-* Version: 2.1.2 -* Source code: https://github.com/cran/ICAMS -* URL: https://github.com/steverozen/ICAMS -* BugReports: https://github.com/steverozen/ICAMS/issues -* Date/Publication: 2020-04-21 12:20:24 UTC -* Number of recursive dependencies: 71 +* Version: 0.3.1 +* Source code: https://github.com/cran/nesRdata +* URL: https://github.com/jsta/nesRdata +* BugReports: https://github.com/jsta/nesRdata/issues +* Date/Publication: 2020-04-30 17:20:02 UTC +* Number of recursive dependencies: 66 -Run `cloud_details(, "ICAMS")` for more info +Run `cloud_details(, "nesRdata")` for more info + +
+ +## In both + +* checking whether package ‘nesRdata’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/nesRdata/new/nesRdata.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘nesRdata’ ... +** package ‘nesRdata’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** data +*** moving datasets to lazyload DB +** inst +** byte-compile and prepare package for lazy loading +Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : + there is no package called ‘XML’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘nesRdata’ +* removing ‘/tmp/workdir/nesRdata/new/nesRdata.Rcheck/nesRdata’ + +``` +### CRAN + +``` +* installing *source* package ‘nesRdata’ ... +** package ‘nesRdata’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** data +*** moving datasets to lazyload DB +** inst +** byte-compile and prepare package for lazy loading +Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : + there is no package called ‘XML’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘nesRdata’ +* removing ‘/tmp/workdir/nesRdata/old/nesRdata.Rcheck/nesRdata’ + +``` +# parameters + +
+ +* Version: 0.8.2 +* Source code: https://github.com/cran/parameters +* URL: https://easystats.github.io/parameters/ +* BugReports: https://github.com/easystats/parameters/issues +* Date/Publication: 2020-07-24 19:30:02 UTC +* Number of recursive dependencies: 327 + +Run `cloud_details(, "parameters")` for more info
@@ -1457,22 +3467,18 @@ Run `cloud_details(, "ICAMS")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/ICAMS/new/ICAMS.Rcheck’ +* using log directory ‘/tmp/workdir/parameters/new/parameters.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘ICAMS/DESCRIPTION’ ... OK +* checking for file ‘parameters/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘ICAMS’ version ‘2.1.2’ +* this is package ‘parameters’ version ‘0.8.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘BSgenome’ - -Packages suggested but not available: - 'BSgenome.Hsapiens.1000genomes.hs37d5', - 'BSgenome.Hsapiens.UCSC.hg38', 'BSgenome.Mmusculus.UCSC.mm10' +Packages suggested but not available: 'EGAnet', 'M3C', 'psych' The suggested packages are required for a complete check. Checking can be attempted without them by setting the environment @@ -1492,22 +3498,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/ICAMS/old/ICAMS.Rcheck’ +* using log directory ‘/tmp/workdir/parameters/old/parameters.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘ICAMS/DESCRIPTION’ ... OK +* checking for file ‘parameters/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘ICAMS’ version ‘2.1.2’ +* this is package ‘parameters’ version ‘0.8.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘BSgenome’ - -Packages suggested but not available: - 'BSgenome.Hsapiens.1000genomes.hs37d5', - 'BSgenome.Hsapiens.UCSC.hg38', 'BSgenome.Mmusculus.UCSC.mm10' +Packages suggested but not available: 'EGAnet', 'M3C', 'psych' The suggested packages are required for a complete check. Checking can be attempted without them by setting the environment @@ -1524,18 +3526,18 @@ Status: 1 ERROR ``` -# idiogramFISH +# phyr
-* Version: 1.15.3 -* Source code: https://github.com/cran/idiogramFISH -* URL: https://ferroao.gitlab.io/manualidiogramfish/, https://ferroao.gitlab.io/idiogramFISH -* BugReports: https://gitlab.com/ferroao/idiogramFISH/issues -* Date/Publication: 2020-07-02 04:40:06 UTC -* Number of recursive dependencies: 153 +* Version: 1.0.2 +* Source code: https://github.com/cran/phyr +* URL: https://github.com/daijiang/phyr/ +* BugReports: https://github.com/daijiang/phyr/issues +* Date/Publication: 2019-11-13 22:20:02 UTC +* Number of recursive dependencies: 133 -Run `cloud_details(, "idiogramFISH")` for more info +Run `cloud_details(, "phyr")` for more info
@@ -1544,17 +3546,18 @@ Run `cloud_details(, "idiogramFISH")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/idiogramFISH/new/idiogramFISH.Rcheck’ +* using log directory ‘/tmp/workdir/phyr/new/phyr.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘idiogramFISH/DESCRIPTION’ ... OK -* this is package ‘idiogramFISH’ version ‘1.15.3’ +* checking for file ‘phyr/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘phyr’ version ‘1.0.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: 'ggtree', 'phytools', 'treeio' +Packages suggested but not available: 'pez', 'phylolm' The suggested packages are required for a complete check. Checking can be attempted without them by setting the environment @@ -1574,17 +3577,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/idiogramFISH/old/idiogramFISH.Rcheck’ +* using log directory ‘/tmp/workdir/phyr/old/phyr.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘idiogramFISH/DESCRIPTION’ ... OK -* this is package ‘idiogramFISH’ version ‘1.15.3’ +* checking for file ‘phyr/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘phyr’ version ‘1.0.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: 'ggtree', 'phytools', 'treeio' +Packages suggested but not available: 'pez', 'phylolm' The suggested packages are required for a complete check. Checking can be attempted without them by setting the environment @@ -1601,15 +3605,18 @@ Status: 1 ERROR ``` -# NA +# pmc
-* Version: NA -* Source code: https://github.com/cran/NA -* Number of recursive dependencies: 0 +* Version: 1.0.3 +* Source code: https://github.com/cran/pmc +* URL: https://github.com/cboettig/pmc +* BugReports: https://github.com/cboettig/pmc/issues +* Date/Publication: 2018-05-17 21:23:22 UTC +* Number of recursive dependencies: 94 -Run `cloud_details(, "NA")` for more info +Run `cloud_details(, "pmc")` for more info
@@ -1618,6 +3625,21 @@ Run `cloud_details(, "NA")` for more info ### Devel ``` +* using log directory ‘/tmp/workdir/pmc/new/pmc.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘pmc/DESCRIPTION’ ... OK +* this is package ‘pmc’ version ‘1.0.3’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘geiger’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR @@ -1628,6 +3650,21 @@ Run `cloud_details(, "NA")` for more info ### CRAN ``` +* using log directory ‘/tmp/workdir/pmc/old/pmc.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘pmc/DESCRIPTION’ ... OK +* this is package ‘pmc’ version ‘1.0.3’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘geiger’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR @@ -1635,15 +3672,18 @@ Run `cloud_details(, "NA")` for more info ``` -# NA +# prepdat
-* Version: NA -* Source code: https://github.com/cran/NA -* Number of recursive dependencies: 0 +* Version: 1.0.8 +* Source code: https://github.com/cran/prepdat +* URL: http://github.com/ayalaallon/prepdat +* BugReports: http://github.com/ayalaallon/prepdat/issues +* Date/Publication: 2016-09-23 11:22:48 +* Number of recursive dependencies: 50 -Run `cloud_details(, "NA")` for more info +Run `cloud_details(, "prepdat")` for more info
@@ -1652,6 +3692,21 @@ Run `cloud_details(, "NA")` for more info ### Devel ``` +* using log directory ‘/tmp/workdir/prepdat/new/prepdat.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘prepdat/DESCRIPTION’ ... OK +* this is package ‘prepdat’ version ‘1.0.8’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR @@ -1662,80 +3717,40 @@ Run `cloud_details(, "NA")` for more info ### CRAN ``` +* using log directory ‘/tmp/workdir/prepdat/old/prepdat.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘prepdat/DESCRIPTION’ ... OK +* this is package ‘prepdat’ version ‘1.0.8’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -``` -# MetaboList - -
- -* Version: 2.0 -* Source code: https://github.com/cran/MetaboList -* Date/Publication: 2019-08-22 16:40:02 UTC -* Number of recursive dependencies: 66 - -Run `cloud_details(, "MetaboList")` for more info - -
- -## In both - -* checking whether package ‘MetaboList’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/MetaboList/new/MetaboList.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘MetaboList’ ... -** package ‘MetaboList’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘XML’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘MetaboList’ -* removing ‘/tmp/workdir/MetaboList/new/MetaboList.Rcheck/MetaboList’ - -``` -### CRAN - -``` -* installing *source* package ‘MetaboList’ ... -** package ‘MetaboList’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘XML’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘MetaboList’ -* removing ‘/tmp/workdir/MetaboList/old/MetaboList.Rcheck/MetaboList’ ``` -# metagam +# processR
-* Version: 0.1.2 -* Source code: https://github.com/cran/metagam -* URL: https://lifebrain.github.io/metagam/, https://github.com/Lifebrain/metagam -* BugReports: https://github.com/Lifebrain/metagam/issues -* Date/Publication: 2020-06-22 18:30:03 UTC -* Number of recursive dependencies: 143 +* Version: 0.2.3 +* Source code: https://github.com/cran/processR +* URL: https://github.com/cardiomoon/processR +* BugReports: https://github.com/cardiomoon/processR/issues +* Date/Publication: 2020-01-27 14:10:02 UTC +* Number of recursive dependencies: 169 -Run `cloud_details(, "metagam")` for more info +Run `cloud_details(, "processR")` for more info
@@ -1744,24 +3759,18 @@ Run `cloud_details(, "metagam")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/metagam/new/metagam.Rcheck’ +* using log directory ‘/tmp/workdir/processR/new/processR.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘metagam/DESCRIPTION’ ... OK +* checking for file ‘processR/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘metagam’ version ‘0.1.2’ +* this is package ‘processR’ version ‘0.2.3’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘metap’ - -Package suggested but not available: ‘multtest’ - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -1777,24 +3786,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/metagam/old/metagam.Rcheck’ +* using log directory ‘/tmp/workdir/processR/old/processR.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘metagam/DESCRIPTION’ ... OK +* checking for file ‘processR/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘metagam’ version ‘0.1.2’ +* this is package ‘processR’ version ‘0.2.3’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘metap’ - -Package suggested but not available: ‘multtest’ - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -1807,16 +3810,18 @@ Status: 1 ERROR ``` -# mlVAR +# PROsetta
-* Version: 0.4.4 -* Source code: https://github.com/cran/mlVAR -* Date/Publication: 2019-10-21 09:30:02 UTC -* Number of recursive dependencies: 135 +* Version: 0.1.4 +* Source code: https://github.com/cran/PROsetta +* URL: http://prosettastone.org +* BugReports: https://github.com/choi-phd/PROsetta/issues +* Date/Publication: 2020-07-01 11:00:18 UTC +* Number of recursive dependencies: 112 -Run `cloud_details(, "mlVAR")` for more info +Run `cloud_details(, "PROsetta")` for more info
@@ -1825,17 +3830,18 @@ Run `cloud_details(, "mlVAR")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/mlVAR/new/mlVAR.Rcheck’ +* using log directory ‘/tmp/workdir/PROsetta/new/PROsetta.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘mlVAR/DESCRIPTION’ ... OK +* checking for file ‘PROsetta/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘mlVAR’ version ‘0.4.4’ +* this is package ‘PROsetta’ version ‘0.1.4’ +* package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages required but not available: 'qgraph', 'graphicalVAR' +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -1851,17 +3857,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/mlVAR/old/mlVAR.Rcheck’ +* using log directory ‘/tmp/workdir/PROsetta/old/PROsetta.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘mlVAR/DESCRIPTION’ ... OK +* checking for file ‘PROsetta/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘mlVAR’ version ‘0.4.4’ +* this is package ‘PROsetta’ version ‘0.1.4’ +* package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages required but not available: 'qgraph', 'graphicalVAR' +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -1872,83 +3879,20 @@ Status: 1 ERROR - -``` -# nesRdata - -
- -* Version: 0.3.1 -* Source code: https://github.com/cran/nesRdata -* URL: https://github.com/jsta/nesRdata -* BugReports: https://github.com/jsta/nesRdata/issues -* Date/Publication: 2020-04-30 17:20:02 UTC -* Number of recursive dependencies: 66 - -Run `cloud_details(, "nesRdata")` for more info - -
- -## In both - -* checking whether package ‘nesRdata’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/nesRdata/new/nesRdata.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘nesRdata’ ... -** package ‘nesRdata’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : - there is no package called ‘XML’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘nesRdata’ -* removing ‘/tmp/workdir/nesRdata/new/nesRdata.Rcheck/nesRdata’ - -``` -### CRAN - -``` -* installing *source* package ‘nesRdata’ ... -** package ‘nesRdata’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : - there is no package called ‘XML’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘nesRdata’ -* removing ‘/tmp/workdir/nesRdata/old/nesRdata.Rcheck/nesRdata’ - + ``` -# phyr +# provSummarizeR
-* Version: 1.0.2 -* Source code: https://github.com/cran/phyr -* URL: https://github.com/daijiang/phyr/ -* BugReports: https://github.com/daijiang/phyr/issues -* Date/Publication: 2019-11-13 22:20:02 UTC -* Number of recursive dependencies: 133 +* Version: 1.4.2 +* Source code: https://github.com/cran/provSummarizeR +* URL: https://github.com/End-to-end-provenance +* BugReports: https://github.com/End-to-end-provenance/provSummarizeR/issues +* Date/Publication: 2020-07-24 09:40:03 UTC +* Number of recursive dependencies: 55 -Run `cloud_details(, "phyr")` for more info +Run `cloud_details(, "provSummarizeR")` for more info
@@ -1957,18 +3901,17 @@ Run `cloud_details(, "phyr")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/phyr/new/phyr.Rcheck’ +* using log directory ‘/tmp/workdir/provSummarizeR/new/provSummarizeR.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘phyr/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘phyr’ version ‘1.0.2’ +* checking for file ‘provSummarizeR/DESCRIPTION’ ... OK +* this is package ‘provSummarizeR’ version ‘1.4.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: 'pez', 'phylolm' +Packages suggested but not available: 'rdtLite', 'rdt' The suggested packages are required for a complete check. Checking can be attempted without them by setting the environment @@ -1988,18 +3931,17 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/phyr/old/phyr.Rcheck’ +* using log directory ‘/tmp/workdir/provSummarizeR/old/provSummarizeR.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘phyr/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘phyr’ version ‘1.0.2’ +* checking for file ‘provSummarizeR/DESCRIPTION’ ... OK +* this is package ‘provSummarizeR’ version ‘1.4.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: 'pez', 'phylolm' +Packages suggested but not available: 'rdtLite', 'rdt' The suggested packages are required for a complete check. Checking can be attempted without them by setting the environment @@ -2016,18 +3958,18 @@ Status: 1 ERROR ``` -# pmc +# qgraph
-* Version: 1.0.3 -* Source code: https://github.com/cran/pmc -* URL: https://github.com/cboettig/pmc -* BugReports: https://github.com/cboettig/pmc/issues -* Date/Publication: 2018-05-17 21:23:22 UTC -* Number of recursive dependencies: 94 +* Version: 1.6.5 +* Source code: https://github.com/cran/qgraph +* URL: http://sachaepskamp.com/qgraph +* BugReports: https://github.com/SachaEpskamp/qgraph +* Date/Publication: 2020-02-21 19:20:02 UTC +* Number of recursive dependencies: 111 -Run `cloud_details(, "pmc")` for more info +Run `cloud_details(, "qgraph")` for more info
@@ -2036,16 +3978,17 @@ Run `cloud_details(, "pmc")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/pmc/new/pmc.Rcheck’ +* using log directory ‘/tmp/workdir/qgraph/new/qgraph.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘pmc/DESCRIPTION’ ... OK -* this is package ‘pmc’ version ‘1.0.3’ +* checking for file ‘qgraph/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘qgraph’ version ‘1.6.5’ * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘geiger’ +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -2061,16 +4004,17 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/pmc/old/pmc.Rcheck’ +* using log directory ‘/tmp/workdir/qgraph/old/qgraph.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘pmc/DESCRIPTION’ ... OK -* this is package ‘pmc’ version ‘1.0.3’ +* checking for file ‘qgraph/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘qgraph’ version ‘1.6.5’ * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘geiger’ +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -2083,144 +4027,81 @@ Status: 1 ERROR ``` -# processR +# quickReg
-* Version: 0.2.3 -* Source code: https://github.com/cran/processR -* URL: https://github.com/cardiomoon/processR -* BugReports: https://github.com/cardiomoon/processR/issues -* Date/Publication: 2020-01-27 14:10:02 UTC -* Number of recursive dependencies: 169 +* Version: 1.5.0 +* Source code: https://github.com/cran/quickReg +* Date/Publication: 2017-09-28 06:41:12 UTC +* Number of recursive dependencies: 68 -Run `cloud_details(, "processR")` for more info +Run `cloud_details(, "quickReg")` for more info
-## In both - -* checking whether package ‘processR’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/processR/new/processR.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘processR’ ... -** package ‘processR’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘processR’ -* removing ‘/tmp/workdir/processR/new/processR.Rcheck/processR’ +* using log directory ‘/tmp/workdir/quickReg/new/quickReg.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘quickReg/DESCRIPTION’ ... OK +* this is package ‘quickReg’ version ‘1.5.0’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ -``` -### CRAN +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -``` -* installing *source* package ‘processR’ ... -** package ‘processR’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘processR’ -* removing ‘/tmp/workdir/processR/old/processR.Rcheck/processR’ -``` -# PROsetta -
-* Version: 0.1.4 -* Source code: https://github.com/cran/PROsetta -* URL: http://prosettastone.org -* BugReports: https://github.com/choi-phd/PROsetta/issues -* Date/Publication: 2020-07-01 11:00:18 UTC -* Number of recursive dependencies: 112 -Run `cloud_details(, "PROsetta")` for more info -
+``` +### CRAN -## In both +``` +* using log directory ‘/tmp/workdir/quickReg/old/quickReg.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘quickReg/DESCRIPTION’ ... OK +* this is package ‘quickReg’ version ‘1.5.0’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ -* checking whether package ‘PROsetta’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/PROsetta/new/PROsetta.Rcheck/00install.out’ for details. - ``` +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -## Installation -### Devel -``` -* installing *source* package ‘PROsetta’ ... -** package ‘PROsetta’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘PROsetta’ -* removing ‘/tmp/workdir/PROsetta/new/PROsetta.Rcheck/PROsetta’ -``` -### CRAN -``` -* installing *source* package ‘PROsetta’ ... -** package ‘PROsetta’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘PROsetta’ -* removing ‘/tmp/workdir/PROsetta/old/PROsetta.Rcheck/PROsetta’ ``` -# provSummarizeR +# Rarefy
-* Version: 1.4.1 -* Source code: https://github.com/cran/provSummarizeR -* URL: https://github.com/End-to-end-provenance -* BugReports: https://github.com/End-to-end-provenance/provSummarizeR/issues -* Date/Publication: 2020-07-16 04:30:05 UTC -* Number of recursive dependencies: 55 +* Version: 1.0 +* Source code: https://github.com/cran/Rarefy +* Date/Publication: 2020-05-27 10:30:10 UTC +* Number of recursive dependencies: 183 -Run `cloud_details(, "provSummarizeR")` for more info +Run `cloud_details(, "Rarefy")` for more info
@@ -2229,21 +4110,18 @@ Run `cloud_details(, "provSummarizeR")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/provSummarizeR/new/provSummarizeR.Rcheck’ +* using log directory ‘/tmp/workdir/Rarefy/new/Rarefy.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘provSummarizeR/DESCRIPTION’ ... OK -* this is package ‘provSummarizeR’ version ‘1.4.1’ +* checking for file ‘Rarefy/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘Rarefy’ version ‘1.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: 'rdtLite', 'rdt' - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Packages required but not available: 'adiv', 'geiger' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -2259,21 +4137,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/provSummarizeR/old/provSummarizeR.Rcheck’ +* using log directory ‘/tmp/workdir/Rarefy/old/Rarefy.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘provSummarizeR/DESCRIPTION’ ... OK -* this is package ‘provSummarizeR’ version ‘1.4.1’ +* checking for file ‘Rarefy/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘Rarefy’ version ‘1.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: 'rdtLite', 'rdt' - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Packages required but not available: 'adiv', 'geiger' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -2286,87 +4161,17 @@ Status: 1 ERROR ``` -# qgraph - -
- -* Version: 1.6.5 -* Source code: https://github.com/cran/qgraph -* URL: http://sachaepskamp.com/qgraph -* BugReports: https://github.com/SachaEpskamp/qgraph -* Date/Publication: 2020-02-21 19:20:02 UTC -* Number of recursive dependencies: 111 - -Run `cloud_details(, "qgraph")` for more info - -
- -## In both - -* checking whether package ‘qgraph’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/qgraph/new/qgraph.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘qgraph’ ... -** package ‘qgraph’ successfully unpacked and MD5 sums checked -** using staged installation -** libs -g++ -std=gnu++11 -I"/opt/R/3.6.3/lib/R/include" -DNDEBUG -I"/opt/R/3.6.3/lib/R/library/Rcpp/include" -I/usr/local/include -fopenmp -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o -g++ -std=gnu++11 -I"/opt/R/3.6.3/lib/R/include" -DNDEBUG -I"/opt/R/3.6.3/lib/R/library/Rcpp/include" -I/usr/local/include -fopenmp -fpic -g -O2 -c layout_rcpp.cpp -o layout_rcpp.o -g++ -std=gnu++11 -shared -L/opt/R/3.6.3/lib/R/lib -L/usr/local/lib -o qgraph.so RcppExports.o layout_rcpp.o -llapack -lblas -lgfortran -lm -lquadmath -fopenmp -L/opt/R/3.6.3/lib/R/lib -lR -installing to /tmp/workdir/qgraph/new/qgraph.Rcheck/00LOCK-qgraph/00new/qgraph/libs -** R -** data -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘qgraph’ -* removing ‘/tmp/workdir/qgraph/new/qgraph.Rcheck/qgraph’ - -``` -### CRAN - -``` -* installing *source* package ‘qgraph’ ... -** package ‘qgraph’ successfully unpacked and MD5 sums checked -** using staged installation -** libs -g++ -std=gnu++11 -I"/opt/R/3.6.3/lib/R/include" -DNDEBUG -I"/opt/R/3.6.3/lib/R/library/Rcpp/include" -I/usr/local/include -fopenmp -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o -g++ -std=gnu++11 -I"/opt/R/3.6.3/lib/R/include" -DNDEBUG -I"/opt/R/3.6.3/lib/R/library/Rcpp/include" -I/usr/local/include -fopenmp -fpic -g -O2 -c layout_rcpp.cpp -o layout_rcpp.o -g++ -std=gnu++11 -shared -L/opt/R/3.6.3/lib/R/lib -L/usr/local/lib -o qgraph.so RcppExports.o layout_rcpp.o -llapack -lblas -lgfortran -lm -lquadmath -fopenmp -L/opt/R/3.6.3/lib/R/lib -lR -installing to /tmp/workdir/qgraph/old/qgraph.Rcheck/00LOCK-qgraph/00new/qgraph/libs -** R -** data -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘qgraph’ -* removing ‘/tmp/workdir/qgraph/old/qgraph.Rcheck/qgraph’ - -``` -# Rarefy +# regressoR
-* Version: 1.0 -* Source code: https://github.com/cran/Rarefy -* Date/Publication: 2020-05-27 10:30:10 UTC -* Number of recursive dependencies: 183 +* Version: 1.1.9 +* Source code: https://github.com/cran/regressoR +* URL: http://www.promidat.com +* Date/Publication: 2020-07-01 17:00:02 UTC +* Number of recursive dependencies: 122 -Run `cloud_details(, "Rarefy")` for more info +Run `cloud_details(, "regressoR")` for more info
@@ -2375,18 +4180,22 @@ Run `cloud_details(, "Rarefy")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/Rarefy/new/Rarefy.Rcheck’ +* using log directory ‘/tmp/workdir/regressoR/new/regressoR.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘Rarefy/DESCRIPTION’ ... OK +* checking for file ‘regressoR/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘Rarefy’ version ‘1.0’ +* this is package ‘regressoR’ version ‘1.1.9’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages required but not available: 'adiv', 'geiger' +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -2402,18 +4211,22 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/Rarefy/old/Rarefy.Rcheck’ +* using log directory ‘/tmp/workdir/regressoR/old/regressoR.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘Rarefy/DESCRIPTION’ ... OK +* checking for file ‘regressoR/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘Rarefy’ version ‘1.0’ +* this is package ‘regressoR’ version ‘1.1.9’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages required but not available: 'adiv', 'geiger' +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -2750,17 +4563,314 @@ ERROR: lazy loading failed for package ‘SDLfilter’ * removing ‘/tmp/workdir/SDLfilter/old/SDLfilter.Rcheck/SDLfilter’ ``` -# SimDesign +# semdrw + +
+ +* Version: 0.1.0 +* Source code: https://github.com/cran/semdrw +* Date/Publication: 2018-11-14 11:00:02 UTC +* Number of recursive dependencies: 147 + +Run `cloud_details(, "semdrw")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/semdrw/new/semdrw.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘semdrw/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘semdrw’ version ‘0.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/semdrw/old/semdrw.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘semdrw/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘semdrw’ version ‘0.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# SimDesign + +
+ +* Version: 2.0.1 +* Source code: https://github.com/cran/SimDesign +* URL: https://github.com/philchalmers/SimDesign, https://github.com/philchalmers/SimDesign/wiki +* Date/Publication: 2020-01-20 19:00:02 UTC +* Number of recursive dependencies: 89 + +Run `cloud_details(, "SimDesign")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/SimDesign/new/SimDesign.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘SimDesign/DESCRIPTION’ ... OK +* this is package ‘SimDesign’ version ‘2.0.1’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘doMPI’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/SimDesign/old/SimDesign.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘SimDesign/DESCRIPTION’ ... OK +* this is package ‘SimDesign’ version ‘2.0.1’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘doMPI’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# sjPlot + +
+ +* Version: 2.8.4 +* Source code: https://github.com/cran/sjPlot +* URL: https://strengejacke.github.io/sjPlot/ +* BugReports: https://github.com/strengejacke/sjPlot/issues +* Date/Publication: 2020-05-24 05:00:05 UTC +* Number of recursive dependencies: 183 + +Run `cloud_details(, "sjPlot")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/sjPlot/new/sjPlot.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘sjPlot/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘sjPlot’ version ‘2.8.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/sjPlot/old/sjPlot.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘sjPlot/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘sjPlot’ version ‘2.8.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# splithalfr + +
+ +* Version: 1.0.10 +* Source code: https://github.com/cran/splithalfr +* URL: https://thomaspronk.com, https://www.uva.nl/en/profile/p/r/t.pronk/t.pronk.html +* Date/Publication: 2019-06-07 08:00:03 UTC +* Number of recursive dependencies: 52 + +Run `cloud_details(, "splithalfr")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/splithalfr/new/splithalfr.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘splithalfr/DESCRIPTION’ ... OK +* this is package ‘splithalfr’ version ‘1.0.10’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/splithalfr/old/splithalfr.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘splithalfr/DESCRIPTION’ ... OK +* this is package ‘splithalfr’ version ‘1.0.10’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# STAT
-* Version: 2.0.1 -* Source code: https://github.com/cran/SimDesign -* URL: https://github.com/philchalmers/SimDesign, https://github.com/philchalmers/SimDesign/wiki -* Date/Publication: 2020-01-20 19:00:02 UTC -* Number of recursive dependencies: 89 +* Version: 0.1.0 +* Source code: https://github.com/cran/STAT +* Date/Publication: 2019-04-01 16:40:10 UTC +* Number of recursive dependencies: 116 -Run `cloud_details(, "SimDesign")` for more info +Run `cloud_details(, "STAT")` for more info
@@ -2769,20 +4879,18 @@ Run `cloud_details(, "SimDesign")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/SimDesign/new/SimDesign.Rcheck’ +* using log directory ‘/tmp/workdir/STAT/new/STAT.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘SimDesign/DESCRIPTION’ ... OK -* this is package ‘SimDesign’ version ‘2.0.1’ +* checking for file ‘STAT/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘STAT’ version ‘0.1.0’ +* package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package suggested but not available: ‘doMPI’ - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -2798,20 +4906,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/SimDesign/old/SimDesign.Rcheck’ +* using log directory ‘/tmp/workdir/STAT/old/STAT.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘SimDesign/DESCRIPTION’ ... OK -* this is package ‘SimDesign’ version ‘2.0.1’ +* checking for file ‘STAT/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘STAT’ version ‘0.1.0’ +* package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package suggested but not available: ‘doMPI’ - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -2857,6 +4963,40 @@ Run `cloud_details(, "NA")` for more info +``` +# NA + +
+ +* Version: NA +* Source code: https://github.com/cran/NA +* Number of recursive dependencies: 0 + +Run `cloud_details(, "NA")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + ``` # tidySEM @@ -2873,48 +5013,60 @@ Run `cloud_details(, "tidySEM")` for more info
-## In both - -* checking whether package ‘tidySEM’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/tidySEM/new/tidySEM.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘tidySEM’ ... -** package ‘tidySEM’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘tidySEM’ -* removing ‘/tmp/workdir/tidySEM/new/tidySEM.Rcheck/tidySEM’ +* using log directory ‘/tmp/workdir/tidySEM/new/tidySEM.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘tidySEM/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘tidySEM’ version ‘0.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` ### CRAN ``` -* installing *source* package ‘tidySEM’ ... -** package ‘tidySEM’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘tidySEM’ -* removing ‘/tmp/workdir/tidySEM/old/tidySEM.Rcheck/tidySEM’ +* using log directory ‘/tmp/workdir/tidySEM/old/tidySEM.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘tidySEM/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘tidySEM’ version ‘0.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` # tmap @@ -2926,7 +5078,7 @@ ERROR: lazy loading failed for package ‘tidySEM’ * URL: https://github.com/mtennekes/tmap * BugReports: https://github.com/mtennekes/tmap/issues * Date/Publication: 2020-07-09 15:00:03 UTC -* Number of recursive dependencies: 139 +* Number of recursive dependencies: 131 Run `cloud_details(, "tmap")` for more info @@ -3125,17 +5277,167 @@ Status: 1 ERROR +``` +# ufs + +
+ +* Version: 0.3.1 +* Source code: https://github.com/cran/ufs +* URL: https://r-packages.gitlab.io/ufs +* BugReports: https://gitlab.com/r-packages/ufs/issues +* Date/Publication: 2019-08-22 17:30:02 UTC +* Number of recursive dependencies: 129 + +Run `cloud_details(, "ufs")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ufs/new/ufs.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ufs/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘ufs’ version ‘0.3.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ufs/old/ufs.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ufs/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘ufs’ version ‘0.3.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# wiseR + +
+ +* Version: 1.0.1 +* Source code: https://github.com/cran/wiseR +* URL: https://github.com/SAFE-ICU/wiseR +* BugReports: https://github.com/SAFE-ICU/wiseR/issues +* Date/Publication: 2018-11-29 16:10:03 UTC +* Number of recursive dependencies: 139 + +Run `cloud_details(, "wiseR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/wiseR/new/wiseR.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘wiseR/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘wiseR’ version ‘1.0.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/wiseR/old/wiseR.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘wiseR/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘wiseR’ version ‘1.0.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # wrswoR
-* Version: 1.1 +* Version: 1.1.1 * Source code: https://github.com/cran/wrswoR * URL: http://krlmlr.github.io/wrswoR * BugReports: https://github.com/krlmlr/wrswoR/issues -* Date/Publication: 2018-02-02 18:26:36 UTC -* Number of recursive dependencies: 130 +* Date/Publication: 2020-07-26 18:20:02 UTC +* Number of recursive dependencies: 131 Run `cloud_details(, "wrswoR")` for more info @@ -3153,7 +5455,7 @@ Run `cloud_details(, "wrswoR")` for more info * using options ‘--no-manual --no-build-vignettes’ * checking for file ‘wrswoR/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘wrswoR’ version ‘1.1’ +* this is package ‘wrswoR’ version ‘1.1.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR @@ -3184,7 +5486,7 @@ Status: 1 ERROR * using options ‘--no-manual --no-build-vignettes’ * checking for file ‘wrswoR/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘wrswoR’ version ‘1.1’ +* this is package ‘wrswoR’ version ‘1.1.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR diff --git a/revdep/dplyr/problems.md b/revdep/dplyr/problems.md index 1937619..dc07cd9 100644 --- a/revdep/dplyr/problems.md +++ b/revdep/dplyr/problems.md @@ -1,39 +1,46 @@ -# ggfortify +# florestal
-* Version: 0.4.10 -* Source code: https://github.com/cran/ggfortify -* URL: https://github.com/sinhrks/ggfortify -* BugReports: https://github.com/sinhrks/ggfortify/issues -* Date/Publication: 2020-04-26 13:20:02 UTC -* Number of recursive dependencies: 124 +* Version: 0.1.1 +* Source code: https://github.com/cran/florestal +* Date/Publication: 2020-07-07 08:40:02 UTC +* Number of recursive dependencies: 156 -Run `cloud_details(, "ggfortify")` for more info +Run `cloud_details(, "florestal")` for more info
## Newly broken -* checking tests ... ERROR +* checking whether package ‘florestal’ can be installed ... WARNING ``` - Running ‘test-all.R’ - Running the tests in ‘tests/test-all.R’ failed. - Last 13 lines of output: - ── 1. Error: fortify.MSwM works for sample data (@test-MSwM.R#8) ────────────── - Lapack routine dgesv: system is exactly singular: U[3,3] = 0 - Backtrace: - 1. MSwM::msmFit(...) - 2. MSwM::msmFit(...) - 4. MSwM:::em(ans, control) - 6. MSwM:::hessian(object) - 9. base::solve.default(res$Hessian) - - ══ testthat results ═══════════════════════════════════════════════════════════ - [ OK: 734 | SKIPPED: 47 | WARNINGS: 7 | FAILED: 1 ] - 1. Error: fortify.MSwM works for sample data (@test-MSwM.R#8) - - Error: testthat unit tests failed - Execution halted + Found the following significant warnings: + Warning: 'rgl.init' failed, running with 'rgl.useNULL = TRUE'. + See ‘/tmp/workdir/florestal/new/florestal.Rcheck/00install.out’ for details. + ``` + +# gMOIP + +
+ +* Version: 1.4.3 +* Source code: https://github.com/cran/gMOIP +* URL: https://github.com/relund/gMOIP/ +* BugReports: https://github.com/relund/gMOIP/issues +* Date/Publication: 2020-02-20 15:10:02 UTC +* Number of recursive dependencies: 99 + +Run `cloud_details(, "gMOIP")` for more info + +
+ +## Newly broken + +* checking whether package ‘gMOIP’ can be installed ... WARNING + ``` + Found the following significant warnings: + Warning: 'rgl.init' failed, running with 'rgl.useNULL = TRUE'. + See ‘/tmp/workdir/gMOIP/new/gMOIP.Rcheck/00install.out’ for details. ``` diff --git a/revdep/magrittr/README.md b/revdep/magrittr/README.md index 5ee3772..4ceb78c 100644 --- a/revdep/magrittr/README.md +++ b/revdep/magrittr/README.md @@ -1,71 +1,93 @@ # Revdeps -## Failed to check (57) +## Failed to check (79) -|package |version |error |warning |note | -|:----------------|:-------|:-----|:-------|:----| -|NA |? | | | | -|CB2 |? | | | | -|cbar |? | | | | -|clustermole |? | | | | -|CNVScope |? | | | | -|codemetar |? | | | | -|daqapo |0.3.0 |1 | | | -|dendroTools |1.0.7 |1 | | | -|diceR |? | | | | -|dimRed |? | | | | -|dipsaus |? | | | | -|dmdScheme |1.2 |1 | | | -|NA |? | | | | -|fulltext |1.5.0 |1 | | | -|geojson |0.3.4 |1 | | | -|geojsonio |0.9.2 |1 | | | -|gesisdata |0.1.0 |1 | | | -|ggmsa |? | | | | -|Greg |? | | | | -|immcp |? | | | | -|jqr |1.1.0 |1 | | | -|Luminescence |? | | | | -|manifestoR |1.4.0 |1 | | | -|mcvis |1.0.4 |1 | | | -|MetaIntegrator |? | | | | -|MtreeRing |1.4.2 |1 | | | -|MVN |5.8 |1 | | | -|NetLogoR |? | | | | -|nomisr |0.4.3 |1 | | | -|omicwas |? | | | | -|opencv |0.1 |1 | | | -|osmplotr |? | | | | -|pewdata |0.3.1 |1 | | | -|NA |? | | | | -|psychonetrics |? | | | | -|NA |? | | | | -|quokar |0.1.0 |1 | | | -|r4lineups |0.1.1 |1 | | | -|radiant.data |1.3.9 |1 | | | -|rdflib |0.2.3 |1 | | | -|reproducible |? | | | | -|RichR |? | | | | -|ropercenter |0.3.0 |1 | | | -|NA |? | | | | -|NA |? | | | | -|sigminer |? | | | | -|smartdata |? | | | | -|SMITIDvisu |? | | | | -|snotelr |1.0.4 |1 | | | -|SpaDES.addins |? | | | | -|SpaDES.core |? | | | | -|SpaDES.tools |? | | | | -|spectralAnalysis |? | | | | -|SWMPrExtension |1.1.5 |1 | | | -|thurstonianIRT |0.11.0 |1 | | | -|webr |0.1.5 |1 | | | -|Z10 |? | | | | +|package |version |error |warning |note | +|:--------------------|:-------|:-----|:-------|:----| +|ARTool |? | | | | +|bfw |? | | | | +|NA |? | | | | +|CB2 |? | | | | +|cbar |? | | | | +|CliquePercolation |? | | | | +|clustermole |? | | | | +|ClustImpute |? | | | | +|CNVScope |? | | | | +|corx |? | | | | +|cSEM |? | | | | +|daqapo |0.3.0 |1 | | | +|dendroTools |? | | | | +|diceR |? | | | | +|dimRed |? | | | | +|dipsaus |? | | | | +|EFAtools |? | | | | +|elasticIsing |? | | | | +|evaluator |? | | | | +|NA |? | | | | +|fulltext |1.5.0 |1 | | | +|geojson |0.3.4 |1 | | | +|geojsonio |0.9.2 |1 | | | +|gesisdata |0.1.0 |1 | | | +|ggmsa |? | | | | +|Greg |? | | | | +|immcp |? | | | | +|jqr |1.1.0 |1 | | | +|lcsm |? | | | | +|LOGAN |? | | | | +|Luminescence |? | | | | +|manifestoR |? | | | | +|mcvis |? | | | | +|MetaIntegrator |? | | | | +|mousetrap |? | | | | +|MtreeRing |1.4.2 |1 | | | +|MVN |? | | | | +|NetLogoR |? | | | | +|nomisr |0.4.3 |1 | | | +|omicwas |? | | | | +|opencv |0.1 |1 | | | +|osmplotr |? | | | | +|pewdata |0.3.1 |1 | | | +|NA |? | | | | +|psychonetrics |? | | | | +|NA |? | | | | +|quokar |0.1.0 |1 | | | +|r4lineups |? | | | | +|radiant.basics |? | | | | +|radiant.data |? | | | | +|radiant.design |? | | | | +|radiant.model |? | | | | +|radiant.multivariate |? | | | | +|rattle |? | | | | +|rdflib |0.2.3 |1 | | | +|reproducible |? | | | | +|RichR |? | | | | +|NA |? | | | | +|ropercenter |0.3.1 |1 | | | +|NA |? | | | | +|see |? | | | | +|SemNeT |? | | | | +|NA |? | | | | +|sigminer |? | | | | +|SIRE |? | | | | +|smartdata |? | | | | +|SMITIDvisu |? | | | | +|snotelr |1.0.4 |1 | | | +|sociome |? | | | | +|SpaDES.addins |? | | | | +|SpaDES.core |? | | | | +|SpaDES.tools |? | | | | +|spectralAnalysis |? | | | | +|strataG |? | | | | +|suddengains |? | | | | +|SWMPrExtension |1.1.5 |1 | | | +|thurstonianIRT |0.11.0 |1 | | | +|webr |? | | | | +|Z10 |? | | | | ## New problems (2) -|package |version |error |warning |note | -|:--------------------------|:-------|:------|:-------|:----| -|[AIG](problems.md#aig) |0.1.9 | |__+1__ | | -|[jstor](problems.md#jstor) |0.3.9 |__+1__ | | | +|package |version |error |warning |note | +|:--------------------------|:--------|:-----|:-------|:--------| +|[BAwiR](problems.md#bawir) |1.2.4 | |__+1__ | | +|[rgl](problems.md#rgl) |0.100.54 | |__+1__ |2 __+1__ | diff --git a/revdep/magrittr/failures.md b/revdep/magrittr/failures.md index bfbab6f..b51307f 100644 --- a/revdep/magrittr/failures.md +++ b/revdep/magrittr/failures.md @@ -1,3 +1,157 @@ +# ARTool + +
+ +* Version: 0.10.7 +* Source code: https://github.com/cran/ARTool +* URL: https://github.com/mjskay/ARTool +* BugReports: https://github.com/mjskay/ARTool/issues/new +* Date/Publication: 2020-03-20 05:10:02 UTC +* Number of recursive dependencies: 116 + +Run `cloud_details(, "ARTool")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ARTool/new/ARTool.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ARTool/DESCRIPTION’ ... OK +* this is package ‘ARTool’ version ‘0.10.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ARTool/old/ARTool.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ARTool/DESCRIPTION’ ... OK +* this is package ‘ARTool’ version ‘0.10.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# bfw + +
+ +* Version: 0.4.1 +* Source code: https://github.com/cran/bfw +* URL: https://github.com/oeysan/bfw/ +* BugReports: https://github.com/oeysan/bfw/issues/ +* Date/Publication: 2019-11-25 09:20:10 UTC +* Number of recursive dependencies: 92 + +Run `cloud_details(, "bfw")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/bfw/new/bfw.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘bfw/DESCRIPTION’ ... OK +* this is package ‘bfw’ version ‘0.4.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/bfw/old/bfw.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘bfw/DESCRIPTION’ ... OK +* this is package ‘bfw’ version ‘0.4.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` # NA
@@ -36,9 +190,9 @@ Run `cloud_details(, "NA")` for more info
-* Version: 1.3.3 +* Version: 1.3.4 * Source code: https://github.com/cran/CB2 -* Date/Publication: 2020-05-26 11:00:21 UTC +* Date/Publication: 2020-07-24 09:42:24 UTC * Number of recursive dependencies: 100 Run `cloud_details(, "CB2")` for more info @@ -57,7 +211,7 @@ Run `cloud_details(, "CB2")` for more info * using options ‘--no-manual --no-build-vignettes’ * checking for file ‘CB2/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘CB2’ version ‘1.3.3’ +* this is package ‘CB2’ version ‘1.3.4’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR @@ -84,7 +238,7 @@ Status: 1 ERROR * using options ‘--no-manual --no-build-vignettes’ * checking for file ‘CB2/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘CB2’ version ‘1.3.3’ +* this is package ‘CB2’ version ‘1.3.4’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR @@ -169,6 +323,73 @@ Status: 1 ERROR +``` +# CliquePercolation + +
+ +* Version: 0.2.0 +* Source code: https://github.com/cran/CliquePercolation +* Date/Publication: 2019-10-28 13:30:08 UTC +* Number of recursive dependencies: 113 + +Run `cloud_details(, "CliquePercolation")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/CliquePercolation/new/CliquePercolation.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘CliquePercolation/DESCRIPTION’ ... OK +* this is package ‘CliquePercolation’ version ‘0.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/CliquePercolation/old/CliquePercolation.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘CliquePercolation/DESCRIPTION’ ... OK +* this is package ‘CliquePercolation’ version ‘0.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # clustermole @@ -240,6 +461,83 @@ Status: 1 ERROR +``` +# ClustImpute + +
+ +* Version: 0.1.5 +* Source code: https://github.com/cran/ClustImpute +* Date/Publication: 2020-07-26 10:22:07 UTC +* Number of recursive dependencies: 110 + +Run `cloud_details(, "ClustImpute")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ClustImpute/new/ClustImpute.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ClustImpute/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘ClustImpute’ version ‘0.1.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ClustImpute/old/ClustImpute.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘ClustImpute/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘ClustImpute’ version ‘0.1.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # CNVScope @@ -326,18 +624,17 @@ Status: 1 ERROR ``` -# codemetar +# corx
-* Version: 0.1.9 -* Source code: https://github.com/cran/codemetar -* URL: https://github.com/ropensci/codemetar, https://docs.ropensci.org/codemetar -* BugReports: https://github.com/ropensci/codemetar/issues -* Date/Publication: 2020-07-18 05:40:11 UTC -* Number of recursive dependencies: 77 +* Version: 1.0.6.1 +* Source code: https://github.com/cran/corx +* URL: https://github.com/conig/corx +* Date/Publication: 2020-06-30 09:20:17 UTC +* Number of recursive dependencies: 106 -Run `cloud_details(, "codemetar")` for more info +Run `cloud_details(, "corx")` for more info
@@ -346,18 +643,18 @@ Run `cloud_details(, "codemetar")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/codemetar/new/codemetar.Rcheck’ +* using log directory ‘/tmp/workdir/corx/new/corx.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘codemetar/DESCRIPTION’ ... OK +* checking for file ‘corx/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘codemetar’ version ‘0.1.9’ +* this is package ‘corx’ version ‘1.0.6.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘gert’ +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -373,18 +670,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/codemetar/old/codemetar.Rcheck’ +* using log directory ‘/tmp/workdir/corx/old/corx.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘codemetar/DESCRIPTION’ ... OK +* checking for file ‘corx/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘codemetar’ version ‘0.1.9’ +* this is package ‘corx’ version ‘1.0.6.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘gert’ +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -397,22 +694,91 @@ Status: 1 ERROR ``` -# daqapo +# cSEM
-* Version: 0.3.0 -* Source code: https://github.com/cran/daqapo -* URL: https://github.com/nielsmartin -* BugReports: https://github.com/nielsmartin/daqapo/issues -* Date/Publication: 2020-04-08 09:50:05 UTC -* Number of recursive dependencies: 90 +* Version: 0.2.0 +* Source code: https://github.com/cran/cSEM +* URL: https://github.com/M-E-Rademaker/cSEM, https://m-e-rademaker.github.io/cSEM/ +* BugReports: https://github.com/M-E-Rademaker/cSEM/issues +* Date/Publication: 2020-03-29 11:00:20 UTC +* Number of recursive dependencies: 112 -Run `cloud_details(, "daqapo")` for more info +Run `cloud_details(, "cSEM")` for more info
-## In both +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/cSEM/new/cSEM.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘cSEM/DESCRIPTION’ ... OK +* this is package ‘cSEM’ version ‘0.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/cSEM/old/cSEM.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘cSEM/DESCRIPTION’ ... OK +* this is package ‘cSEM’ version ‘0.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# daqapo + +
+ +* Version: 0.3.0 +* Source code: https://github.com/cran/daqapo +* URL: https://github.com/nielsmartin +* BugReports: https://github.com/nielsmartin/daqapo/issues +* Date/Publication: 2020-04-08 09:50:05 UTC +* Number of recursive dependencies: 90 + +Run `cloud_details(, "daqapo")` for more info + +
+ +## In both * checking whether package ‘daqapo’ can be installed ... ERROR ``` @@ -475,52 +841,60 @@ Run `cloud_details(, "dendroTools")` for more info
-## In both - -* checking whether package ‘dendroTools’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/dendroTools/new/dendroTools.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘dendroTools’ ... -** package ‘dendroTools’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘dendroTools’ -* removing ‘/tmp/workdir/dendroTools/new/dendroTools.Rcheck/dendroTools’ +* using log directory ‘/tmp/workdir/dendroTools/new/dendroTools.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘dendroTools/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘dendroTools’ version ‘1.0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` ### CRAN ``` -* installing *source* package ‘dendroTools’ ... -** package ‘dendroTools’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘dendroTools’ -* removing ‘/tmp/workdir/dendroTools/old/dendroTools.Rcheck/dendroTools’ +* using log directory ‘/tmp/workdir/dendroTools/old/dendroTools.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘dendroTools/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘dendroTools’ version ‘1.0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` # diceR @@ -749,76 +1123,84 @@ Status: 1 ERROR ``` -# dmdScheme +# EFAtools
-* Version: 1.2 -* Source code: https://github.com/cran/dmdScheme -* URL: https://exp-micro-ecol-hub.github.io/dmdScheme/, https://github.com/Exp-Micro-Ecol-Hub/dmdScheme -* BugReports: https://github.com/rkrug/dmdScheme/issues -* Date/Publication: 2020-06-12 16:00:07 UTC -* Number of recursive dependencies: 95 +* Version: 0.1.1 +* Source code: https://github.com/cran/EFAtools +* Date/Publication: 2020-07-13 15:50:18 UTC +* Number of recursive dependencies: 78 -Run `cloud_details(, "dmdScheme")` for more info +Run `cloud_details(, "EFAtools")` for more info
-## In both - -* checking whether package ‘dmdScheme’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/dmdScheme/new/dmdScheme.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘dmdScheme’ ... -** package ‘dmdScheme’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in dyn.load(file, DLLpath = DLLpath, ...) : - unable to load shared object '/opt/R/3.6.3/lib/R/library/jqr/libs/jqr.so': - libjq.so.1: cannot open shared object file: No such file or directory -Calls: ... asNamespace -> loadNamespace -> library.dynam -> dyn.load -Execution halted -ERROR: lazy loading failed for package ‘dmdScheme’ -* removing ‘/tmp/workdir/dmdScheme/new/dmdScheme.Rcheck/dmdScheme’ +* using log directory ‘/tmp/workdir/EFAtools/new/EFAtools.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘EFAtools/DESCRIPTION’ ... OK +* this is package ‘EFAtools’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` ### CRAN ``` -* installing *source* package ‘dmdScheme’ ... -** package ‘dmdScheme’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in dyn.load(file, DLLpath = DLLpath, ...) : - unable to load shared object '/opt/R/3.6.3/lib/R/library/jqr/libs/jqr.so': - libjq.so.1: cannot open shared object file: No such file or directory -Calls: ... asNamespace -> loadNamespace -> library.dynam -> dyn.load -Execution halted -ERROR: lazy loading failed for package ‘dmdScheme’ -* removing ‘/tmp/workdir/dmdScheme/old/dmdScheme.Rcheck/dmdScheme’ +* using log directory ‘/tmp/workdir/EFAtools/old/EFAtools.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘EFAtools/DESCRIPTION’ ... OK +* this is package ‘EFAtools’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` -# NA +# elasticIsing
-* Version: NA -* Source code: https://github.com/cran/NA -* Number of recursive dependencies: 0 +* Version: 0.2 +* Source code: https://github.com/cran/elasticIsing +* URL: github.com/SachaEpskamp/IsingSampler +* Date/Publication: 2016-09-11 18:37:02 +* Number of recursive dependencies: 120 -Run `cloud_details(, "NA")` for more info +Run `cloud_details(, "elasticIsing")` for more info
@@ -827,6 +1209,22 @@ Run `cloud_details(, "NA")` for more info ### Devel ``` +* using log directory ‘/tmp/workdir/elasticIsing/new/elasticIsing.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘elasticIsing/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘elasticIsing’ version ‘0.2’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR @@ -837,6 +1235,22 @@ Run `cloud_details(, "NA")` for more info ### CRAN ``` +* using log directory ‘/tmp/workdir/elasticIsing/old/elasticIsing.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘elasticIsing/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘elasticIsing’ version ‘0.2’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR @@ -844,49 +1258,160 @@ Run `cloud_details(, "NA")` for more info ``` -# fulltext +# evaluator
-* Version: 1.5.0 -* Source code: https://github.com/cran/fulltext -* URL: https://docs.ropensci.org/fulltext (website) https://github.com/ropensci/fulltext/ (devel) https://books.ropensci.org/fulltext/ (user manual) -* BugReports: https://github.com/ropensci/fulltext/issues -* Date/Publication: 2020-07-02 05:30:07 UTC -* Number of recursive dependencies: 112 +* Version: 0.4.2 +* Source code: https://github.com/cran/evaluator +* URL: https://evaluator.tidyrisk.org +* BugReports: https://github.com/davidski/evaluator/issues +* Date/Publication: 2020-04-16 09:20:09 UTC +* Number of recursive dependencies: 135 -Run `cloud_details(, "fulltext")` for more info +Run `cloud_details(, "evaluator")` for more info
-## In both - -* checking whether package ‘fulltext’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/fulltext/new/fulltext.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘fulltext’ ... -** package ‘fulltext’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘XML’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘fulltext’ -* removing ‘/tmp/workdir/fulltext/new/fulltext.Rcheck/fulltext’ +* using log directory ‘/tmp/workdir/evaluator/new/evaluator.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘evaluator/DESCRIPTION’ ... OK +* this is package ‘evaluator’ version ‘0.4.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ -``` -### CRAN +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/evaluator/old/evaluator.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘evaluator/DESCRIPTION’ ... OK +* this is package ‘evaluator’ version ‘0.4.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# NA + +
+ +* Version: NA +* Source code: https://github.com/cran/NA +* Number of recursive dependencies: 0 + +Run `cloud_details(, "NA")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# fulltext + +
+ +* Version: 1.5.0 +* Source code: https://github.com/cran/fulltext +* URL: https://docs.ropensci.org/fulltext (website) https://github.com/ropensci/fulltext/ (devel) https://books.ropensci.org/fulltext/ (user manual) +* BugReports: https://github.com/ropensci/fulltext/issues +* Date/Publication: 2020-07-02 05:30:07 UTC +* Number of recursive dependencies: 112 + +Run `cloud_details(, "fulltext")` for more info + +
+ +## In both + +* checking whether package ‘fulltext’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/fulltext/new/fulltext.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘fulltext’ ... +** package ‘fulltext’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** inst +** byte-compile and prepare package for lazy loading +Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : + there is no package called ‘XML’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘fulltext’ +* removing ‘/tmp/workdir/fulltext/new/fulltext.Rcheck/fulltext’ + +``` +### CRAN ``` * installing *source* package ‘fulltext’ ... @@ -1384,6 +1909,155 @@ R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' ERROR: configuration failed for package ‘jqr’ * removing ‘/tmp/workdir/jqr/old/jqr.Rcheck/jqr’ +``` +# lcsm + +
+ +* Version: 0.1.2 +* Source code: https://github.com/cran/lcsm +* URL: https://milanwiedemann.github.io/lcsm/ +* BugReports: https://github.com/milanwiedemann/lcsm/issues +* Date/Publication: 2020-07-24 18:00:02 UTC +* Number of recursive dependencies: 148 + +Run `cloud_details(, "lcsm")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/lcsm/new/lcsm.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘lcsm/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘lcsm’ 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 ‘lcsm’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/lcsm/new/lcsm.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/lcsm/old/lcsm.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘lcsm/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘lcsm’ 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 ‘lcsm’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/lcsm/old/lcsm.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + + +``` +# LOGAN + +
+ +* Version: 1.0.0 +* Source code: https://github.com/cran/LOGAN +* BugReports: https://github.com/derecost/LOGAN/issues +* Date/Publication: 2019-05-04 10:30:03 UTC +* Number of recursive dependencies: 69 + +Run `cloud_details(, "LOGAN")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/LOGAN/new/LOGAN.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘LOGAN/DESCRIPTION’ ... OK +* this is package ‘LOGAN’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/LOGAN/old/LOGAN.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘LOGAN/DESCRIPTION’ ... OK +* this is package ‘LOGAN’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # Luminescence @@ -1471,48 +2145,58 @@ Run `cloud_details(, "manifestoR")` for more info
-## In both - -* checking whether package ‘manifestoR’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/manifestoR/new/manifestoR.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘manifestoR’ ... -** package ‘manifestoR’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘manifestoR’ -* removing ‘/tmp/workdir/manifestoR/new/manifestoR.Rcheck/manifestoR’ - -``` -### CRAN - +* using log directory ‘/tmp/workdir/manifestoR/new/manifestoR.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘manifestoR/DESCRIPTION’ ... OK +* this is package ‘manifestoR’ version ‘1.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` -* installing *source* package ‘manifestoR’ ... -** package ‘manifestoR’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘manifestoR’ -* removing ‘/tmp/workdir/manifestoR/old/manifestoR.Rcheck/manifestoR’ +### CRAN + +``` +* using log directory ‘/tmp/workdir/manifestoR/old/manifestoR.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘manifestoR/DESCRIPTION’ ... OK +* this is package ‘manifestoR’ version ‘1.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` # mcvis @@ -1528,48 +2212,60 @@ Run `cloud_details(, "mcvis")` for more info
-## In both - -* checking whether package ‘mcvis’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/mcvis/new/mcvis.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘mcvis’ ... -** package ‘mcvis’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘mcvis’ -* removing ‘/tmp/workdir/mcvis/new/mcvis.Rcheck/mcvis’ +* using log directory ‘/tmp/workdir/mcvis/new/mcvis.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘mcvis/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘mcvis’ version ‘1.0.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` ### CRAN ``` -* installing *source* package ‘mcvis’ ... -** package ‘mcvis’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘mcvis’ -* removing ‘/tmp/workdir/mcvis/old/mcvis.Rcheck/mcvis’ +* using log directory ‘/tmp/workdir/mcvis/old/mcvis.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘mcvis/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘mcvis’ version ‘1.0.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` # MetaIntegrator @@ -1649,6 +2345,77 @@ Status: 1 ERROR +``` +# mousetrap + +
+ +* Version: 3.1.4 +* Source code: https://github.com/cran/mousetrap +* URL: https://github.com/pascalkieslich/mousetrap +* BugReports: https://github.com/pascalkieslich/mousetrap/issues +* Date/Publication: 2019-12-05 14:40:02 UTC +* Number of recursive dependencies: 67 + +Run `cloud_details(, "mousetrap")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/mousetrap/new/mousetrap.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘mousetrap/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘mousetrap’ version ‘3.1.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/mousetrap/old/mousetrap.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘mousetrap/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘mousetrap’ version ‘3.1.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # MtreeRing @@ -1722,48 +2489,60 @@ Run `cloud_details(, "MVN")` for more info
-## In both - -* checking whether package ‘MVN’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/MVN/new/MVN.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘MVN’ ... -** package ‘MVN’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘MVN’ -* removing ‘/tmp/workdir/MVN/new/MVN.Rcheck/MVN’ +* using log directory ‘/tmp/workdir/MVN/new/MVN.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘MVN/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MVN’ version ‘5.8’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` ### CRAN ``` -* installing *source* package ‘MVN’ ... -** package ‘MVN’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘MVN’ -* removing ‘/tmp/workdir/MVN/old/MVN.Rcheck/MVN’ +* using log directory ‘/tmp/workdir/MVN/old/MVN.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘MVN/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘MVN’ version ‘5.8’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` # NetLogoR @@ -2230,9 +3009,10 @@ Run `cloud_details(, "psychonetrics")` for more info * this is package ‘psychonetrics’ version ‘0.7.2’ * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘qgraph’ +Packages required but not available: 'qgraph', 'psych' -Packages suggested but not available: 'graphicalVAR', 'metaSEM' +Packages suggested but not available: + 'psychTools', 'graphicalVAR', 'metaSEM' The suggested packages are required for a complete check. Checking can be attempted without them by setting the environment @@ -2262,9 +3042,10 @@ Status: 1 ERROR * this is package ‘psychonetrics’ version ‘0.7.2’ * checking package namespace information ... OK * checking package dependencies ... ERROR -Package required but not available: ‘qgraph’ +Packages required but not available: 'qgraph', 'psych' -Packages suggested but not available: 'graphicalVAR', 'metaSEM' +Packages suggested but not available: + 'psychTools', 'graphicalVAR', 'metaSEM' The suggested packages are required for a complete check. Checking can be attempted without them by setting the environment @@ -2403,52 +3184,129 @@ Run `cloud_details(, "r4lineups")` for more info
-## In both - -* checking whether package ‘r4lineups’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/r4lineups/new/r4lineups.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘r4lineups’ ... -** package ‘r4lineups’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘r4lineups’ -* removing ‘/tmp/workdir/r4lineups/new/r4lineups.Rcheck/r4lineups’ - -``` -### CRAN +* using log directory ‘/tmp/workdir/r4lineups/new/r4lineups.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘r4lineups/DESCRIPTION’ ... OK +* this is package ‘r4lineups’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/r4lineups/old/r4lineups.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘r4lineups/DESCRIPTION’ ... OK +* this is package ‘r4lineups’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# radiant.basics + +
+ +* Version: 1.3.4 +* Source code: https://github.com/cran/radiant.basics +* URL: https://github.com/radiant-rstats/radiant.basics, https://radiant-rstats.github.io/radiant.basics, https://radiant-rstats.github.io/docs +* BugReports: https://github.com/radiant-rstats/radiant.basics/issues +* Date/Publication: 2020-03-24 07:30:02 UTC +* Number of recursive dependencies: 138 + +Run `cloud_details(, "radiant.basics")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/radiant.basics/new/radiant.basics.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.basics/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘radiant.basics’ version ‘1.3.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'radiant.data', 'psych' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/radiant.basics/old/radiant.basics.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.basics/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘radiant.basics’ version ‘1.3.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'radiant.data', 'psych' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + -``` -* installing *source* package ‘r4lineups’ ... -** package ‘r4lineups’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘r4lineups’ -* removing ‘/tmp/workdir/r4lineups/old/r4lineups.Rcheck/r4lineups’ ``` # radiant.data @@ -2466,52 +3324,351 @@ Run `cloud_details(, "radiant.data")` for more info -## In both +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/radiant.data/new/radiant.data.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.data/DESCRIPTION’ ... OK +* this is package ‘radiant.data’ version ‘1.3.9’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/radiant.data/old/radiant.data.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.data/DESCRIPTION’ ... OK +* this is package ‘radiant.data’ version ‘1.3.9’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# radiant.design + +
+ +* Version: 1.3.5 +* Source code: https://github.com/cran/radiant.design +* URL: https://github.com/radiant-rstats/radiant.design, https://radiant-rstats.github.io/radiant.design, https://radiant-rstats.github.io/docs +* BugReports: https://github.com/radiant-rstats/radiant.design/issues +* Date/Publication: 2020-03-24 09:10:02 UTC +* Number of recursive dependencies: 140 + +Run `cloud_details(, "radiant.design")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/radiant.design/new/radiant.design.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.design/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘radiant.design’ version ‘1.3.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘radiant.data’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/radiant.design/old/radiant.design.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.design/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘radiant.design’ version ‘1.3.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘radiant.data’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# radiant.model + +
+ +* Version: 1.3.10 +* Source code: https://github.com/cran/radiant.model +* URL: https://github.com/radiant-rstats/radiant.model, https://radiant-rstats.github.io/radiant.model, https://radiant-rstats.github.io/docs +* BugReports: https://github.com/radiant-rstats/radiant.model/issues +* Date/Publication: 2020-03-24 09:50:03 UTC +* Number of recursive dependencies: 159 + +Run `cloud_details(, "radiant.model")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/radiant.model/new/radiant.model.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.model/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘radiant.model’ version ‘1.3.10’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'radiant.data', 'psych' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/radiant.model/old/radiant.model.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.model/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘radiant.model’ version ‘1.3.10’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'radiant.data', 'psych' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# radiant.multivariate + +
+ +* Version: 1.3.5 +* Source code: https://github.com/cran/radiant.multivariate +* URL: https://github.com/radiant-rstats/radiant.multivariate, https://radiant-rstats.github.io/radiant.multivariate, https://radiant-rstats.github.io/docs +* BugReports: https://github.com/radiant-rstats/radiant.multivariate/issues +* Date/Publication: 2020-03-25 07:40:02 UTC +* Number of recursive dependencies: 163 + +Run `cloud_details(, "radiant.multivariate")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/radiant.multivariate/new/radiant.multivariate.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.multivariate/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘radiant.multivariate’ version ‘1.3.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'radiant.data', 'psych' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/radiant.multivariate/old/radiant.multivariate.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘radiant.multivariate/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘radiant.multivariate’ version ‘1.3.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'radiant.data', 'psych' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# rattle + +
+ +* Version: 5.4.0 +* Source code: https://github.com/cran/rattle +* URL: https://rattle.togaware.com/ +* Date/Publication: 2020-05-23 11:20:03 UTC +* Number of recursive dependencies: 206 + +Run `cloud_details(, "rattle")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/rattle/new/rattle.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘rattle/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘rattle’ version ‘5.4.0’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘XML’ + +Packages suggested but not available: 'psych', 'rggobi', 'RODBC' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/rattle/old/rattle.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘rattle/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘rattle’ version ‘5.4.0’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘XML’ + +Packages suggested but not available: 'psych', 'rggobi', 'RODBC' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. -* checking whether package ‘radiant.data’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/radiant.data/new/radiant.data.Rcheck/00install.out’ for details. - ``` +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -## Installation -### Devel -``` -* installing *source* package ‘radiant.data’ ... -** package ‘radiant.data’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘radiant.data’ -* removing ‘/tmp/workdir/radiant.data/new/radiant.data.Rcheck/radiant.data’ -``` -### CRAN -``` -* installing *source* package ‘radiant.data’ ... -** package ‘radiant.data’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘radiant.data’ -* removing ‘/tmp/workdir/radiant.data/old/radiant.data.Rcheck/radiant.data’ ``` # rdflib @@ -2714,16 +3871,50 @@ Status: 1 ERROR +``` +# NA + +
+ +* Version: NA +* Source code: https://github.com/cran/NA +* Number of recursive dependencies: 0 + +Run `cloud_details(, "NA")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + ``` # ropercenter
-* Version: 0.3.0 +* Version: 0.3.1 * Source code: https://github.com/cran/ropercenter * URL: https://github.com/fsolt/ropercenter * BugReports: https://github.com/fsolt/ropercenter/issues -* Date/Publication: 2020-07-21 14:50:02 UTC +* Date/Publication: 2020-07-26 23:10:06 UTC * Number of recursive dependencies: 68 Run `cloud_details(, "ropercenter")` for more info @@ -2807,6 +3998,154 @@ Run `cloud_details(, "NA")` for more info +``` +# see + +
+ +* Version: 0.5.2 +* Source code: https://github.com/cran/see +* URL: https://easystats.github.io/see/ +* BugReports: https://github.com/easystats/see/issues +* Date/Publication: 2020-07-27 07:40:02 UTC +* Number of recursive dependencies: 159 + +Run `cloud_details(, "see")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/see/new/see.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘see/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘see’ version ‘0.5.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/see/old/see.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘see/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘see’ version ‘0.5.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘psych’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# SemNeT + +
+ +* Version: 1.3.0 +* Source code: https://github.com/cran/SemNeT +* URL: https://github.com/AlexChristensen/SemNeT +* BugReports: https://github.com/AlexChristensen/SemNeT/issues +* Date/Publication: 2020-06-09 14:10:03 UTC +* Number of recursive dependencies: 141 + +Run `cloud_details(, "SemNeT")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/SemNeT/new/SemNeT.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘SemNeT/DESCRIPTION’ ... OK +* this is package ‘SemNeT’ version ‘1.3.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/SemNeT/old/SemNeT.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘SemNeT/DESCRIPTION’ ... OK +* this is package ‘SemNeT’ version ‘1.3.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # NA @@ -2853,7 +4192,84 @@ Run `cloud_details(, "NA")` for more info * Date/Publication: 2020-06-17 05:20:02 UTC * Number of recursive dependencies: 188 -Run `cloud_details(, "sigminer")` for more info +Run `cloud_details(, "sigminer")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/sigminer/new/sigminer.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘sigminer/DESCRIPTION’ ... OK +* this is package ‘sigminer’ version ‘1.0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages suggested but not available: + 'BSgenome', 'BSgenome.Hsapiens.UCSC.hg19' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/sigminer/old/sigminer.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘sigminer/DESCRIPTION’ ... OK +* this is package ‘sigminer’ version ‘1.0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages suggested but not available: + 'BSgenome', 'BSgenome.Hsapiens.UCSC.hg19' + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# SIRE + +
+ +* Version: 1.1.0 +* Source code: https://github.com/cran/SIRE +* Date/Publication: 2019-04-11 16:32:41 UTC +* Number of recursive dependencies: 76 + +Run `cloud_details(, "SIRE")` for more info
@@ -2862,22 +4278,18 @@ Run `cloud_details(, "sigminer")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/sigminer/new/sigminer.Rcheck’ +* using log directory ‘/tmp/workdir/SIRE/new/SIRE.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘sigminer/DESCRIPTION’ ... OK -* this is package ‘sigminer’ version ‘1.0.7’ +* checking for file ‘SIRE/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘SIRE’ version ‘1.1.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: - 'BSgenome', 'BSgenome.Hsapiens.UCSC.hg19' - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -2893,22 +4305,18 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/sigminer/old/sigminer.Rcheck’ +* using log directory ‘/tmp/workdir/SIRE/old/SIRE.Rcheck’ * using R version 3.6.3 (2020-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --no-build-vignettes’ -* checking for file ‘sigminer/DESCRIPTION’ ... OK -* this is package ‘sigminer’ version ‘1.0.7’ +* checking for file ‘SIRE/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘SIRE’ version ‘1.1.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR -Packages suggested but not available: - 'BSgenome', 'BSgenome.Hsapiens.UCSC.hg19' - -The suggested packages are required for a complete check. -Checking can be attempted without them by setting the environment -variable _R_CHECK_FORCE_SUGGESTS_ to a false value. +Package required but not available: ‘psych’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. @@ -3126,6 +4534,76 @@ Execution halted ERROR: lazy loading failed for package ‘snotelr’ * removing ‘/tmp/workdir/snotelr/old/snotelr.Rcheck/snotelr’ +``` +# sociome + +
+ +* Version: 1.4.0 +* Source code: https://github.com/cran/sociome +* BugReports: https://github.com/NikKrieger/sociome/issues +* Date/Publication: 2020-03-19 12:10:05 UTC +* Number of recursive dependencies: 88 + +Run `cloud_details(, "sociome")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/sociome/new/sociome.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘sociome/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘sociome’ version ‘1.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/sociome/old/sociome.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘sociome/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘sociome’ version ‘1.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # SpaDES.addins @@ -3439,6 +4917,152 @@ Status: 1 ERROR +``` +# strataG + +
+ +* Version: 2.4.905 +* Source code: https://github.com/cran/strataG +* URL: https://github.com/EricArcher/strataG +* BugReports: https://github.com/EricArcher/strataG/issues +* Date/Publication: 2020-02-28 07:10:02 UTC +* Number of recursive dependencies: 178 + +Run `cloud_details(, "strataG")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/strataG/new/strataG.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘strataG/DESCRIPTION’ ... OK +* this is package ‘strataG’ version ‘2.4.905’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘qgraph’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/strataG/old/strataG.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘strataG/DESCRIPTION’ ... OK +* this is package ‘strataG’ version ‘2.4.905’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package suggested but not available: ‘qgraph’ + +The suggested packages are required for a complete check. +Checking can be attempted without them by setting the environment +variable _R_CHECK_FORCE_SUGGESTS_ to a false value. + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +# suddengains + +
+ +* Version: 0.4.4 +* Source code: https://github.com/cran/suddengains +* URL: https://milanwiedemann.github.io/suddengains/ +* BugReports: https://github.com/milanwiedemann/suddengains/issues +* Date/Publication: 2020-05-22 22:40:03 UTC +* Number of recursive dependencies: 92 + +Run `cloud_details(, "suddengains")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/suddengains/new/suddengains.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘suddengains/DESCRIPTION’ ... OK +* this is package ‘suddengains’ version ‘0.4.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/suddengains/old/suddengains.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘suddengains/DESCRIPTION’ ... OK +* this is package ‘suddengains’ version ‘0.4.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # SWMPrExtension @@ -27648,48 +29272,60 @@ Run `cloud_details(, "webr")` for more info -## In both - -* checking whether package ‘webr’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/webr/new/webr.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘webr’ ... -** package ‘webr’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘webr’ -* removing ‘/tmp/workdir/webr/new/webr.Rcheck/webr’ +* using log directory ‘/tmp/workdir/webr/new/webr.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘webr/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘webr’ version ‘0.1.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` ### CRAN ``` -* installing *source* package ‘webr’ ... -** package ‘webr’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘mnormt’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘webr’ -* removing ‘/tmp/workdir/webr/old/webr.Rcheck/webr’ +* using log directory ‘/tmp/workdir/webr/old/webr.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘webr/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘webr’ version ‘0.1.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + ``` # Z10 diff --git a/revdep/magrittr/problems.md b/revdep/magrittr/problems.md index f9b4d19..efec191 100644 --- a/revdep/magrittr/problems.md +++ b/revdep/magrittr/problems.md @@ -1,44 +1,74 @@ -# AIG +# BAwiR
-* Version: 0.1.9 -* Source code: https://github.com/cran/AIG -* Date/Publication: 2018-05-21 18:51:28 UTC -* Number of recursive dependencies: 58 +* Version: 1.2.4 +* Source code: https://github.com/cran/BAwiR +* URL: https://www.R-project.org, https://www.uv.es/vivigui, https://www.uv.es/vivigui/AppEuroACB.html +* Date/Publication: 2020-05-11 08:40:02 UTC +* Number of recursive dependencies: 126 -Run `cloud_details(, "AIG")` for more info +Run `cloud_details(, "BAwiR")` for more info
## Newly broken -* checking whether package ‘AIG’ can be installed ... WARNING +* checking whether package ‘BAwiR’ can be installed ... WARNING ``` Found the following significant warnings: Warning: 'rgl.init' failed, running with 'rgl.useNULL = TRUE'. - See ‘/tmp/workdir/AIG/new/AIG.Rcheck/00install.out’ for details. + See ‘/tmp/workdir/BAwiR/new/BAwiR.Rcheck/00install.out’ for details. ``` -# jstor +# rgl
-* Version: 0.3.9 -* Source code: https://github.com/cran/jstor -* URL: https://github.com/ropensci/jstor, https://docs.ropensci.org/jstor -* BugReports: https://github.com/ropensci/jstor/issues -* Date/Publication: 2020-06-04 04:50:03 UTC -* Number of recursive dependencies: 68 +* Version: 0.100.54 +* Source code: https://github.com/cran/rgl +* URL: https://r-forge.r-project.org/projects/rgl/ +* BugReports: https://r-forge.r-project.org/projects/rgl/ +* Date/Publication: 2020-04-14 14:40:02 UTC +* Number of recursive dependencies: 61 -Run `cloud_details(, "jstor")` for more info +Run `cloud_details(, "rgl")` for more info
## Newly broken -* checking tests ... ERROR +* checking whether package ‘rgl’ can be installed ... WARNING ``` - Running ‘testthat.R’ + Found the following significant warnings: + Warning: 'rgl.init' failed, running with 'rgl.useNULL = TRUE'. + See ‘/tmp/workdir/rgl/new/rgl.Rcheck/00install.out’ for details. + ``` + +* checking whether the namespace can be loaded with stated dependencies ... NOTE + ``` + Warning: 'rgl.init' failed, running with 'rgl.useNULL = TRUE'. + + A namespace must be able to be loaded with just the base namespace + loaded: otherwise if the namespace gets loaded by a saved object, the + session will be unable to start. + + Probably some imports need to be declared in the NAMESPACE file. + ``` + +## In both + +* checking installed package size ... NOTE + ``` + installed size is 10.1Mb + sub-directories of 1Mb or more: + doc 3.6Mb + fonts 1.5Mb + libs 3.0Mb + ``` + +* checking Rd cross-references ... NOTE + ``` + Package unavailable to check Rd xrefs: ‘heplots’ ``` diff --git a/revdep/purrr/README.md b/revdep/purrr/README.md index a00012a..70ad906 100644 --- a/revdep/purrr/README.md +++ b/revdep/purrr/README.md @@ -1,6 +1,6 @@ # Revdeps -## Failed to check (6) +## Failed to check (7) |package |version |error |warning |note | |:------------|:-------|:-----|:-------|:----| @@ -10,4 +10,5 @@ |LipidMS |1.1.0 |1 | | | |phylopath |? | | | | |rhierbaps |? | | | | +|veccompare |? | | | | diff --git a/revdep/purrr/failures.md b/revdep/purrr/failures.md index 291f97e..1e453ea 100644 --- a/revdep/purrr/failures.md +++ b/revdep/purrr/failures.md @@ -391,4 +391,75 @@ Status: 1 ERROR +``` +# veccompare + +
+ +* Version: 0.1.0 +* Source code: https://github.com/cran/veccompare +* URL: https://github.com/publicus/r-veccompare +* BugReports: https://github.com/publicus/r-veccompare/issues +* Date/Publication: 2017-09-15 10:42:38 UTC +* Number of recursive dependencies: 147 + +Run `cloud_details(, "veccompare")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/veccompare/new/veccompare.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘veccompare/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘veccompare’ version ‘0.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/veccompare/old/veccompare.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘veccompare/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘veccompare’ version ‘0.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` diff --git a/revdep/tidyr/README.md b/revdep/tidyr/README.md index 77bc4ab..f0ed725 100644 --- a/revdep/tidyr/README.md +++ b/revdep/tidyr/README.md @@ -1,10 +1,12 @@ # Revdeps -## Failed to check (3) +## Failed to check (5) -|package |version |error |warning |note | -|:---------|:-------|:-----|:-------|:----| -|graph4lg |? | | | | -|RIdeogram |0.2.2 |1 | | | -|ShortForm |0.4.6 |1 | | | +|package |version |error |warning |note | +|:-------------|:-------|:-----|:-------|:----| +|graph4lg |? | | | | +|NetworkChange |? | | | | +|RIdeogram |0.2.2 |1 | | | +|ShortForm |0.4.6 |1 | | | +|visvow |? | | | | diff --git a/revdep/tidyr/failures.md b/revdep/tidyr/failures.md index 8295a3d..052b73d 100644 --- a/revdep/tidyr/failures.md +++ b/revdep/tidyr/failures.md @@ -66,6 +66,73 @@ Status: 1 ERROR +``` +# NetworkChange + +
+ +* Version: 0.7 +* Source code: https://github.com/cran/NetworkChange +* Date/Publication: 2020-07-11 22:00:14 UTC +* Number of recursive dependencies: 140 + +Run `cloud_details(, "NetworkChange")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/NetworkChange/new/NetworkChange.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘NetworkChange/DESCRIPTION’ ... OK +* this is package ‘NetworkChange’ version ‘0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/NetworkChange/old/NetworkChange.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘NetworkChange/DESCRIPTION’ ... OK +* this is package ‘NetworkChange’ version ‘0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qgraph’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` # RIdeogram @@ -188,4 +255,74 @@ Execution halted ERROR: lazy loading failed for package ‘ShortForm’ * removing ‘/tmp/workdir/ShortForm/old/ShortForm.Rcheck/ShortForm’ +``` +# visvow + +
+ +* Version: 0.9.0 +* Source code: https://github.com/cran/visvow +* URL: https://www.visiblevowels.org/ +* Date/Publication: 2020-05-12 20:20:02 UTC +* Number of recursive dependencies: 110 + +Run `cloud_details(, "visvow")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/visvow/new/visvow.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘visvow/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘visvow’ version ‘0.9.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/visvow/old/visvow.Rcheck’ +* using R version 3.6.3 (2020-02-29) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-manual --no-build-vignettes’ +* checking for file ‘visvow/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘visvow’ version ‘0.9.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘psych’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + + ``` diff --git a/src/pipe.c b/src/pipe.c index df20789..d27b779 100644 --- a/src/pipe.c +++ b/src/pipe.c @@ -1,6 +1,8 @@ #include +#define R_NO_REMAP #include #include +#include "utils.h" #define export attribute_visible extern @@ -29,26 +31,34 @@ static SEXP syms_lhs = NULL; static SEXP syms_rhs = NULL; static SEXP syms_kind = NULL; static SEXP syms_env = NULL; +static SEXP syms_lazy = NULL; + static SEXP syms_assign = NULL; static SEXP syms_curly = NULL; static SEXP syms_dot = NULL; +static SEXP syms_nested = NULL; static SEXP syms_new_lambda = NULL; static SEXP syms_paren = NULL; static SEXP syms_pipe = NULL; static SEXP syms_pipe_compound = NULL; -static SEXP syms_pipe_tee = NULL; static SEXP syms_pipe_dollar = NULL; +static SEXP syms_pipe_tee = NULL; +static SEXP syms_sym = NULL; + static SEXP calls_base_with = NULL; +static SEXP chrs_dot = NULL; static void clean_pipe(void* data); static SEXP eval_pipe(void* data); -static SEXP pipe_unroll(SEXP lhs, SEXP rhs, SEXP env, enum pipe_kind kind, SEXP* p_assign); +static SEXP eval_pipe_lazy(SEXP exprs, SEXP env); +static SEXP pipe_unroll(SEXP lhs, SEXP rhs, SEXP env, enum pipe_kind kind, + SEXP pipe_sym, SEXP* p_assign); +static SEXP pipe_nest(SEXP exprs); static SEXP as_pipe_call(SEXP x); static SEXP add_dot(SEXP x); static inline SEXP as_pipe_tee_call(SEXP x); static inline SEXP as_pipe_dollar_call(SEXP x); -SEXP new_lambda(SEXP exprs, SEXP env); -static inline void r_env_unbind(SEXP env, SEXP sym); +static SEXP new_lambda(SEXP exprs, SEXP env); // [[ register() ]] SEXP magrittr_pipe(SEXP call, SEXP op, SEXP args, SEXP rho) { @@ -59,29 +69,51 @@ SEXP magrittr_pipe(SEXP call, SEXP op, SEXP args, SEXP rho) { SEXP kind = PROTECT(Rf_eval(syms_kind, rho)); SEXP env = PROTECT(Rf_eval(syms_env, rho)); + SEXP pipe_sym = syms_pipe; + if (Rf_findVar(syms_sym, rho) != R_UnboundValue) { + pipe_sym = Rf_eval(syms_sym, rho); + } + PROTECT(pipe_sym); + enum pipe_kind c_kind = INTEGER(kind)[0]; SEXP assign = R_NilValue; - SEXP exprs = PROTECT(pipe_unroll(lhs, rhs, env, c_kind, &assign)); + SEXP exprs = PROTECT(pipe_unroll(lhs, rhs, env, c_kind, pipe_sym, &assign)); // Create a magrittr lambda when first expression is a `.` if (CAR(exprs) == syms_dot) { SEXP lambda = new_lambda(CDR(exprs), env); - UNPROTECT(5); + UNPROTECT(6); return lambda; } - SEXP old = PROTECT(Rf_findVar(syms_dot, env)); + bool use_nested = Rf_findVar(syms_nested, rho) != R_UnboundValue; + if (use_nested) { + SEXP call = PROTECT(pipe_nest(exprs)); + SEXP out = Rf_eval(call, env); + UNPROTECT(7); + return out; + } - struct pipe_info pipe_info = { - .exprs = exprs, - .env = env - }; - struct cleanup_info cleanup_info = { - .old = old, - .env = env - }; + bool use_lazy = Rf_findVar(syms_lazy, rho) != R_UnboundValue; + SEXP out = R_NilValue; - SEXP out = R_ExecWithCleanup(&eval_pipe, &pipe_info, &clean_pipe, &cleanup_info); + if (use_lazy) { + out = eval_pipe_lazy(exprs, env); + } else { + SEXP old = PROTECT(Rf_findVar(syms_dot, env)); + + struct pipe_info pipe_info = { + .exprs = exprs, + .env = env + }; + struct cleanup_info cleanup_info = { + .old = old, + .env = env + }; + + out = R_ExecWithCleanup(eval_pipe, &pipe_info, &clean_pipe, &cleanup_info); + UNPROTECT(1); + } if (assign != R_NilValue) { PROTECT(out); @@ -114,6 +146,35 @@ SEXP eval_pipe(void* data) { return out; } +static +SEXP eval_pipe_lazy(SEXP exprs, SEXP env) { + SEXP prev_mask = env; + + PROTECT_INDEX mask_pi; + PROTECT_WITH_INDEX(R_NilValue, &mask_pi); + + SEXP rest = exprs; + while ((rest = CDR(exprs)) != R_NilValue) { + SEXP mask = r_new_environment(env, 1); + REPROTECT(mask, mask_pi); + + // Lazily bind current pipe expression to `.` in the new + // mask. Evaluation occurs in the previous mask environment. + // The promise is protected by `mask` and protects `prev_mask`. + r_env_bind_lazy(mask, syms_dot, CAR(exprs), prev_mask); + + exprs = rest; + prev_mask = mask; + } + + // Evaluate last expression in the very last mask. This triggers a + // recursive evaluation of `.` bindings in the different masks. + SEXP out = Rf_eval(CAR(exprs), prev_mask); + + UNPROTECT(1); + return out; +} + static void clean_pipe(void* data) { struct cleanup_info* info = (struct cleanup_info*) data; @@ -126,13 +187,14 @@ void clean_pipe(void* data) { } -static enum pipe_kind parse_pipe_call(SEXP x); +static enum pipe_kind parse_pipe_call(SEXP x, SEXP pipe_sym); static SEXP pipe_unroll(SEXP lhs, SEXP rhs, SEXP env, enum pipe_kind kind, + SEXP pipe_sym, SEXP* p_assign) { PROTECT_INDEX out_pi; SEXP out = R_NilValue; @@ -143,7 +205,7 @@ SEXP pipe_unroll(SEXP lhs, while (true) { if (kind != PIPE_KIND_dollar && TYPEOF(rhs) == LANGSXP && CAR(rhs) == syms_paren) { - rhs = eval(rhs, env); + rhs = Rf_eval(rhs, env); REPROTECT(rhs, rhs_pi); } @@ -168,7 +230,7 @@ SEXP pipe_unroll(SEXP lhs, SEXP args = CDR(lhs); - if ((kind = parse_pipe_call(lhs))) { + if ((kind = parse_pipe_call(lhs, pipe_sym))) { lhs = CAR(args); rhs = CADR(args); continue; @@ -184,14 +246,14 @@ SEXP pipe_unroll(SEXP lhs, } static -enum pipe_kind parse_pipe_call(SEXP x) { +enum pipe_kind parse_pipe_call(SEXP x, SEXP pipe_sym) { if (TYPEOF(x) != LANGSXP) { return PIPE_KIND_none; } SEXP car = CAR(x); - if (car == syms_pipe) { + if (car == pipe_sym) { return PIPE_KIND_magrittr; } if (car == syms_pipe_compound) { @@ -254,6 +316,46 @@ SEXP add_dot(SEXP x) { } +static +SEXP pipe_nest(SEXP exprs) { + SEXP expr = CAR(exprs); + SEXP prev = expr; + exprs = CDR(exprs); + + PROTECT_INDEX expr_pi; + PROTECT_WITH_INDEX(expr, &expr_pi); + + while (exprs != R_NilValue) { + expr = Rf_shallow_duplicate(CAR(exprs)); + REPROTECT(expr, expr_pi); + + bool found_placeholder = false; + SEXP curr = CDR(expr); + + while (curr != R_NilValue) { + if (CAR(curr) == syms_dot) { + if (found_placeholder) { + Rf_errorcall(R_NilValue, "Can't use multiple placeholders."); + } + + found_placeholder = true; + SETCAR(curr, prev); + prev = expr; + } + curr = CDR(curr); + } + if (!found_placeholder) { + Rf_error("Internal error in `pipe_nest()`: Can't find placeholder."); + } + + exprs = CDR(exprs); + } + + UNPROTECT(1); + return expr; +} + +static SEXP new_lambda(SEXP exprs, SEXP env) { SEXP call = PROTECT(Rf_lang3(syms_new_lambda, exprs, env)); SEXP out = Rf_eval(call, magrittr_ns_env); @@ -265,34 +367,33 @@ SEXP new_lambda(SEXP exprs, SEXP env) { // Initialisation ---------------------------------------------------- -// For `R_removeVarFromFrame()` compatibility -SEXP syms_envir = NULL; -SEXP syms_inherits = NULL; -SEXP syms_list = NULL; -SEXP syms_rm = NULL; +void magrittr_init_utils(SEXP ns); SEXP magrittr_init(SEXP ns) { magrittr_ns_env = ns; + magrittr_init_utils(ns); syms_lhs = Rf_install("lhs"); syms_rhs = Rf_install("rhs"); syms_kind = Rf_install("kind"); syms_env = Rf_install("env"); + syms_lazy = Rf_install("lazy"); syms_assign = Rf_install("<-"); syms_curly = Rf_install("{"); syms_dot = Rf_install("."); + syms_nested = Rf_install("nested"); syms_new_lambda = Rf_install("new_lambda"); syms_paren = Rf_install("("); syms_pipe = Rf_install("%>%"); syms_pipe_compound = Rf_install("%<>%"); - syms_pipe_tee = Rf_install("%T>%"); syms_pipe_dollar = Rf_install("%$%"); + syms_pipe_tee = Rf_install("%T>%"); + syms_sym = Rf_install("sym"); - syms_envir = Rf_install("envir"); - syms_inherits = Rf_install("inherits"); - syms_list = Rf_install("list"); - syms_rm = Rf_install("rm"); + chrs_dot = Rf_allocVector(STRSXP, 1); + R_PreserveObject(chrs_dot); + SET_STRING_ELT(chrs_dot, 0, Rf_mkChar(".")); calls_base_with = Rf_lang3(Rf_install("::"), Rf_install("base"), @@ -317,45 +418,3 @@ export void R_init_magrittr(DllInfo *dll) { R_registerRoutines(dll, NULL, call_entries, NULL, ext_entries); R_useDynamicSymbols(dll, FALSE); } - - -// Helpers ----------------------------------------------------------- - -#include - -#if (R_VERSION < R_Version(4, 0, 0)) -static -void r__env_unbind(SEXP env, SEXP sym) { - // Check if binding exists to avoid `rm()` warning - if (Rf_findVar(sym, env) != R_UnboundValue) { - SEXP nm = PROTECT(Rf_allocVector(STRSXP, 1)); - SET_STRING_ELT(nm, 0, PRINTNAME(sym)); - - // remove(list = y, envir = x, inherits = z) - SEXP args = Rf_cons(Rf_ScalarLogical(0), R_NilValue); - SET_TAG(args, syms_inherits); - - args = Rf_cons(env, args); - SET_TAG(args, syms_envir); - - args = Rf_cons(nm, args); - SET_TAG(args, syms_list); - - SEXP call = Rf_lcons(syms_rm, args); - PROTECT(call); - - Rf_eval(call, R_BaseEnv); - UNPROTECT(2); - } -} -#endif - -static inline -void r_env_unbind(SEXP env, SEXP sym) { -#if (R_VERSION < R_Version(4, 0, 0)) - void r__env_unbind(SEXP, SEXP); - r__env_unbind(env, sym); -#else - R_removeVarFromFrame(sym, env); -#endif -} diff --git a/src/utils.c b/src/utils.c new file mode 100644 index 0000000..3a3bf07 --- /dev/null +++ b/src/utils.c @@ -0,0 +1,130 @@ +#define R_NO_REMAP +#include + + +SEXP syms_delayed_assign = NULL; + +void r_env_bind_lazy(SEXP env, + SEXP sym, + SEXP expr, + SEXP eval_env) { + SEXP prom = PROTECT(Rf_cons(R_UnboundValue, expr)); + SET_TAG(prom, eval_env); + SET_TYPEOF(prom, PROMSXP); + + Rf_defineVar(sym, prom, env); + + UNPROTECT(1); + return; + + SEXP call = PROTECT(Rf_lang5(syms_delayed_assign, sym, expr, eval_env, env)); + Rf_eval(call, R_BaseEnv); + UNPROTECT(1); +} + + +// For `R_removeVarFromFrame()` compatibility +SEXP syms_envir = NULL; +SEXP syms_inherits = NULL; +SEXP syms_list = NULL; +SEXP syms_rm = NULL; + +#include + +#if (R_VERSION < R_Version(4, 0, 0)) +static +void r__env_unbind(SEXP env, SEXP sym) { + // Check if binding exists to avoid `rm()` warning + if (Rf_findVar(sym, env) != R_UnboundValue) { + SEXP nm = PROTECT(Rf_allocVector(STRSXP, 1)); + SET_STRING_ELT(nm, 0, PRINTNAME(sym)); + + // remove(list = y, envir = x, inherits = z) + SEXP args = Rf_cons(Rf_ScalarLogical(0), R_NilValue); + SET_TAG(args, syms_inherits); + + args = Rf_cons(env, args); + SET_TAG(args, syms_envir); + + args = Rf_cons(nm, args); + SET_TAG(args, syms_list); + + SEXP call = Rf_lcons(syms_rm, args); + PROTECT(call); + + Rf_eval(call, R_BaseEnv); + UNPROTECT(2); + } +} +#endif + + +#include + +static void abort_parse(SEXP code, const char* why) { + if (Rf_GetOption1(Rf_install("rlang__verbose_errors")) != R_NilValue) { + Rf_PrintValue(code); + } + Rf_error("Internal error in `r_parse()`: %s", why); +} + +SEXP r_parse(const char* str) { + SEXP str_ = PROTECT(Rf_mkString(str)); + + ParseStatus status; + SEXP out = PROTECT(R_ParseVector(str_, -1, &status, R_NilValue)); + if (status != PARSE_OK) { + abort_parse(str_, "Parsing failed."); + } + if (Rf_length(out) != 1) { + abort_parse(str_, "Expected a single expression."); + } + + out = VECTOR_ELT(out, 0); + + UNPROTECT(2); + return out; +} +SEXP r_parse_eval(const char* str, SEXP env) { + SEXP out = Rf_eval(PROTECT(r_parse(str)), env); + UNPROTECT(1); + return out; +} + + +static SEXP new_env_call = NULL; +static SEXP new_env__parent_node = NULL; +static SEXP new_env__size_node = NULL; + +SEXP r_new_environment(SEXP parent, R_len_t size) { + SEXP out = Rf_cons(R_NilValue, parent); + SET_TYPEOF(out, ENVSXP); + return out; + + parent = parent ? parent : R_EmptyEnv; + SETCAR(new_env__parent_node, parent); + + size = size ? size : 29; + SETCAR(new_env__size_node, Rf_ScalarInteger(size)); + + SEXP env = Rf_eval(new_env_call, R_BaseEnv); + + // Free for gc + SETCAR(new_env__parent_node, R_NilValue); + + return env; +} + + +void magrittr_init_utils(SEXP ns) { + syms_delayed_assign = Rf_install("delayedAssign"); + syms_envir = Rf_install("envir"); + syms_inherits = Rf_install("inherits"); + syms_list = Rf_install("list"); + syms_rm = Rf_install("rm"); + + new_env_call = r_parse_eval("as.call(list(new.env, TRUE, NULL, NULL))", R_BaseEnv); + R_PreserveObject(new_env_call); + new_env__parent_node = CDDR(new_env_call); + new_env__size_node = CDR(new_env__parent_node); +} diff --git a/src/utils.h b/src/utils.h new file mode 100644 index 0000000..4ee0aed --- /dev/null +++ b/src/utils.h @@ -0,0 +1,28 @@ +#ifndef MAGRITTR_UTILS_H +#define MAGRITTR_UTILS_H + + +#include + +void r_env_bind_lazy(SEXP env, + SEXP sym, + SEXP expr, + SEXP eval_env); + +static inline +void r_env_unbind(SEXP env, SEXP sym) { +#if (R_VERSION < R_Version(4, 0, 0)) + void r__env_unbind(SEXP, SEXP); + r__env_unbind(env, sym); +#else + R_removeVarFromFrame(sym, env); +#endif +} + +SEXP r_parse(const char* str); +SEXP r_parse_eval(const char* str, SEXP env); + +SEXP r_new_environment(SEXP parent, R_len_t size); + + +#endif diff --git a/tests/testthat/test-pipe.R b/tests/testthat/test-pipe.R index 3336f8f..1afc5b4 100644 --- a/tests/testthat/test-pipe.R +++ b/tests/testthat/test-pipe.R @@ -11,7 +11,9 @@ test_that("compound operator works with fancy pipes", { expect_identical(data, head(mtcars$cyl) / mean(mtcars$am)) }) -test_that("pipe expressions are evaluated in the current environment", { +test_that("eager pipe expressions are evaluated in the current environment", { + rlang::local_bindings(`%>%` = pipe_eager_lexical) + fn <- function(...) parent.frame() out <- NULL %>% identity() %>% fn() expect_identical(out, environment()) @@ -31,3 +33,25 @@ test_that("`.` is restored", { 1 %>% identity() expect_identical(., "foo") }) + +test_that("lazy pipe evaluates expressions lazily (#120)", { + out <- stop("foo") %>% identity() %>% tryCatch(error = identity) + expect_true(inherits(out, "simpleError")) + + ignore <- function(...) NA + out <- stop("foo") %>% identity() %>% ignore() + expect_identical(out, NA) +}) + +test_that("lazy pipe evaluates `.` in correct environments", { + out <- NA %>% list(.) %>% list(.) %>% list(.) + expect_identical(out, list(list(list(NA)))) +}) + +test_that("nested pipe can't use multiple placeholders", { + rlang::local_bindings(`%>%` = pipe_nested) + expect_error( + 1 %>% list(., .), + "multiple" + ) +})