-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in devtools::check(): Error in if (force_suggests) lsuggests #1921
Comments
Sorry I cannot reproduce this, please provide an example package that reproduces this error with the current release of devtools. |
Dear Jim,
Attached is the package that I am trying to check, and below is the
result of check:
Cheers, Rampal
==> devtools::check(args = c('--timings','--as-cran')) Updating secsse
documentation Writing NAMESPACE Loading secsse Registered S3 method
overwritten by 'dplyr': method from as.data.frame.tbl_df tibble
Registered S3 method overwritten by 'geiger': method from
unique.multiPhylo ape Writing NAMESPACE
--Building-----------------------------------------secsse--Setting env
vars:* CFLAGS : -Wall -pedantic -fdiagnostics-color=always* CXXFLAGS :
-Wall -pedantic -fdiagnostics-color=always* CXX11FLAGS: -Wall -pedantic
-fdiagnostics-color=always---------------------------------------------------------------vchecking
for file 'D:\data\Ms\SecSSE\secsse/DESCRIPTION'(615ms)-preparing
'secsse':(1.1s)vchecking DESCRIPTION meta-information... - cleaning
src-installing the package to build vignettes(451ms)vcreating
vignettes(17s)-cleaning src-checking for LF line-endings in source and
make files and shell scripts(414ms)-checking for empty or unneeded
directories-looking to see if a 'data/datalist' file should be
added-building
'secsse_0.1.11.tar.gz'--Checking-----------------------------------------secsse--Setting
env vars:* _R_CHECK_CRAN_INCOMING_USE_ASPELL_: TRUE*
_R_CHECK_CRAN_INCOMING_REMOTE_ : FALSE* _R_CHECK_CRAN_INCOMING_ : FALSE*
_R_CHECK_FORCE_SUGGESTS_ : FALSE-- R CMD check
-----------------------------------------------------------------Warning
in config_val_to_logical(Sys.getenv("_R_CHECK_FORCE_SUGGESTS_", : cannot
coerce 'FALSE FALSE' to logical -using log directory
'D:/data/Ms/SecSSE/secsse.Rcheck'- using R Under development (unstable)
(2018-11-05 r75543)-using platform: x86_64-w64-mingw32 (64-bit)- using
session charset: ISO8859-1-using options '--no-manual
--as-cran'(678ms)vchecking for file 'secsse/DESCRIPTION'- this is
package 'secsse' version '0.1.11'- package encoding: UTF-8vchecking
package namespace information... -checking package dependencies ...Error
in if (force_suggests) lsuggests : (3.7s)missing value where TRUE/FALSE
needed Execution halted -- R CMD check results
-------------------------------------- secsse 0.1.11 ----Duration: 5.5s
0 errors v| 0 warnings v| 0 notes vR CMD check succeeded
|
This is a duplicate of #1914, see the workarounds in that issue until it is fixed. |
Thanks. I would never have guessed that this is the same problem, though :-)
…On Thu, Nov 8, 2018, 17:20 Jim Hester ***@***.***> wrote:
This is a duplicate of #1914
<#1914>, see the workarounds in
that issue until it is fixed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1921 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANkzmQOjhMZNGZ3c50LGfKccZG_yHNYjks5utFm4gaJpZM4YUm9P>
.
|
And I guess it isn't the same problem, because it persists even with the workaround check(incoming = NULL). |
It is now fixed in the development version of devtools, please try that. |
Dear Jim,
I installed it from GitHub yesterday and still the same error.
Cheers, Rampal
…On Fri, Nov 9, 2018, 13:46 Jim Hester ***@***.***> wrote:
It is fixed in the development version of devtools, please try that.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1921 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANkzmdHyKfOxfFRf3nbCvBOpCRlNsxYqks5utXlBgaJpZM4YUm9P>
.
|
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Running devtools::check(), I get
-checking package dependencies ...Error in if (force_suggests) lsuggests
: (5.3s)missing value where TRUE/FALSE needed
The text was updated successfully, but these errors were encountered: