CRAN Package Check Results for Maintainer ‘Scott Chamberlain <myrmecocystus at gmail.com>’

Last updated on 2025-05-10 02:50:19 CEST.

Package ERROR NOTE OK
citecorp 13
conditionz 2 11
cowsay 1 12
crul 13
elastic 13
fauxpas 13
finch 3 10
ghql 13
gistr 13
httpcode 13
httping 2 11
isdparser 13
natserv 13
pangaear 13
randgeo 5 8
rdryad 13
request 2 11
ritis 13
rorcid 13
sofa 13
solrium 13
vcr 1 4 8

Package citecorp

Current CRAN status: OK: 13

Package conditionz

Current CRAN status: NOTE: 2, OK: 11

Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Scott Chamberlain <myrmecocystus@gmail.com>’ Found the following (possibly) invalid file URI: URI: CODE_OF_CONDUCT.md From: README.md Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package cowsay

Current CRAN status: ERROR: 1, OK: 12

Version: 1.2.0
Check: examples
Result: ERROR Running examples in ‘cowsay-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: say > ### Title: Sling messages and warnings with flair > ### Aliases: say think > > ### ** Examples > > say() ______________ < Hello world! > -------------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> say("what") ______ < what > ------ \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> say("time") ____________________________ < 2025-05-09 15:11:45.141464 > ---------------------------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> > say("who you callin chicken", "chicken") ________________________ < who you callin chicken > ------------------------ \ \ _ _/ } `>' \ `| \ | /'-. .-. \' ';`--' .' \'. `'-./ '.`-..-;` `;-..' _| _| /` /` [nosig]> say("ain't that some shit", "poop") ______________________ < ain't that some shit > ---------------------- \ \ ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\ ___)) [nosig]> say("icanhazpdf?", "cat") _____________ < icanhazpdf? > ------------- \ \ |\___/| ==) ^Y^ (== \ ^ / )=*=( / \ | | /| | | |\ \| | |_|/\ jgs //_// ___/ \_)> say("boo!", "pumpkin") ______ < boo! > ------ \ \ ___ ___)__|_ .-*' '*-, / /| |\ \ ; /_| |_\ ; ; |\ /| ; ; | ''--...--'' | ; \ ''---.....--'' / ''*-.,_______,.-*' [nosig]> say("hot diggity", "frog") _____________ < hot diggity > ------------- \ \ (.)_(.) _ ( _ ) _ / \/`-----'\/ \ __\ ( ( ) ) /__ ) /\ \._./ /\ ( )_/ /|\ /|\ \_( [nosig]> > # Vary type of output, default calls message() > say("hell no!") __________ < hell no! > ---------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> say("hell no!", type = "warning") Warning in say("hell no!", type = "warning") : __________ < hell no! > ---------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || || > say("hell no!", type = "string") [1] "\n __________ \n< hell no! >\n ---------- \n \\\n \\\n\n ^__^ \n (oo)\\ ________ \n (__)\\ )\\ /\\ \n ||------w|\n || ||" > > # The hypnotoad > say(by = "hypnotoad") ______________________________ < All Glory to the HYPNO TOAD! > ------------------------------ \ \ ,'``.._ ,'``. :,--._:)\,:,._,.: :`--,'' :`...';\ `,' `---' `. / : / \ ,' :\.___,-. `...,---'``````-..._ |: \ ( ) ;: ) \ _,-. `. ( // `' \ : `.// ) ) , ; ,-|`. _,'/ ) ) ,' ,' ( :`.`-..____..=:.-': . _,' ,' `,'\ ``--....-)=' `._, \ ,') _ '``._ _.-/ _ `. (_) / )' ; / \ \`-.' `--( `-:`. `' ___..' _,-' |/ `.) `-. `.`.``-----``--, .' |/`.\`' ,','); SSt ` (/ (/> > # Trilobite > say(by = "trilobite") ______________ < Hello world! > -------------- \ \ _____ .'` ,-. `'. / ([ ]) \ /.-""`(`)`""-.\ <'```(.)```'> <'```(.)```'> <'``(.)``'> sk <``\_/``> `'---'`> > # Shark > say("Q: What do you call a solitary shark\nA: A lone shark", by = "shark") ______________________________________________________ < Q: What do you call a solitary shark A: A lone shark > ------------------------------------------------------ \ \ /""-._ . '-, : '', ; * '. ' * () '. \ \ \ _.---.._ '. : .' _.--''-'' \ ,' .._ '/.' . ; ; `-. , \' ; `, ; ._\ ; \ _,-' ''--._ : \_,-' '-._ \ ,-' . '-._ .' __.-''; \...,__ '. .' _,-' \ \ ''--.,__ '\ / _,--' ; \ ; \^.} ;_,-' ) \ )\ ) ; / \/ \_.,-' ; / ; ,-' _,-'''-. ,-., ; PFA ,-' _.-' \ / |/'-._...--' :--`` )/ '> > # Buffalo > say("Q: What do you call a single buffalo?\nA: A buffalonely", by = "buffalo") ________________________________________________________ < Q: What do you call a single buffalo? A: A buffalonely > -------------------------------------------------------- \ \ _.-````'-,_ _,.,_ ,-'` `'-.,_ /) ( '``-. (( ) ) `\ \) (_/ )\ | /) ' ,' / \ `\ ^' ' ( / )) | _/\ , / ,,`\ ( "` \Y, | \ \ | ````| / \_ \ `)_/ \ \ ) ( > ( > \( \( |/ |/ mic & dwb /_(/_( /_( /_(> > ## Don't show: > if (rlang::is_installed("fortunes")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + # Using fortunes + library(fortunes) + say(what = "fortune") + ## you don't have to pass anything to the `what` parameter if `fortune` is + ## not null + say("fortune", "spider") + say("fortune", "facecat") + say("fortune", "behindcat") + say("fortune", "smallcat") + say("fortune", "monkey") + say("fortune", "egret") + say(fortune = 10) + say(fortune = 100) + say(fortune = "whatever") + say(fortune = 7) + say(fortune = 45) + # Clippy + say(fortune = 59, by = "clippy") + ## Don't show: + }) # examplesIf > library(fortunes) > say(what = "fortune") _________________________________________________________ / The phrase "does not work" is not very helpful, it can \ | mean quite a few things including: * Your computer | | exploded. * No explosion, but smoke is pouring out the | | back and microsoft's "NoSmoke" utility is not | | compatible with your power supply. * The computer | | stopped working. * The computer sits around on the | | couch all day eating chips and watching talk shows. * | | The computer has started picketing your house shouting | | catchy slogans and demanding better working conditions | | and an increase in memory. * Everything went dark and | | you cannot check the cables on the back of the computer | | because the lights are off due to the power outage. * R | | crashed, but the other programs are still working. * R | | gave an error message and stopped processing your code | | after running for a while. * R gave an error message | | without running any of your code (and is waiting for | | your next command). * R is still running your code and | | the time has exceeded your patience so you think it has | | hung. * R completed and returned a result, but also | | gave warnings. * R completed your command, but gave an | | incorrect answer. * R completed your command but the | | answer is different from what you expect (but is | | correct according to the documentation). | | | | There are probably others. Running your code I think | | the answer is the last one. Greg Snow R-help April | \ 2012 / --------------------------------------------------------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> say("fortune", "spider") ________________________________________________________ / Duncan Murdoch: Others need to run under ESS. Francois \ | Pinard: While this is a good things for Emacs lovers, | | the requirement is rather unwelcome for pagans! :-) | | Duncan Murdoch and Francois Pinard on the availability | \ of command completion R-help May 2006 / -------------------------------------------------------- \ \ | | | __ | / \ | \_\\ //_/ .'/()\'. \\ // [nosig]> say("fortune", "facecat") _________________________________________________________ / See pages 45 and 46 of V&R's S PROGRAMMING for a \ | definitive discussion of how to do this. (Confession: I | | treat anything that V&R say as definitive). Berton | | Gunter in reply to the question how to parse a '...' | \ function argument R-help June 2005 / --------------------------------------------------------- \ \ /\ /\ (O o) =(:^:)= U [nosig]> say("fortune", "behindcat") ________________________________________________________ / R is wonderful, but it cannot work magic. Rolf Turner \ | answering a request for automatic generation of 'data | \ from a known mean and 95% CI' R-help October 2011 / -------------------------------------------------------- \ \ |\___/| ) ( =\ /= )===( / \ | | / \ \ / jgs \__ _/ ( ( ) ) (_(> say("fortune", "smallcat") _________________________________________________________ / So, with the item in the original query: \ | | | if (x<-3) do_something; | | | | if they wrote it as | | | | if (x<(-3)) do_something; | | | | there would be no problem (and no doubt about what went | | with what). Of course in complicated expressions this | | could induce an episode of ocular lispopia, but apart | | from that it's safe! Ted Harding about potential | | confusion between assignment and comparisons with | \ negative numbers R-devel August 2010 / --------------------------------------------------------- \ \ /\_/\ ( o.o ) > ^ < [nosig] > say("fortune", "monkey") _________________________________________________________ / Tony Plate: There looks to be a typo in the R-exts \ | manual: [...] Peter Dalgaard: 'svn blame' tells me that | | this was Brian's addition in rev.35362 [...] Brian D. | | Ripley: I prefer 'svn praise' myself. Peter Dalgaard: | | Or 'svn annotate'. I think it depends on what I'm | | looking for, plus the risk that the author | | (perpetrator, contributor) might be me... Tony Plate, | | Peter Dalgaard, and Brian D. Ripley about a typo in the | \ documentation R-devel April 2007 / --------------------------------------------------------- \ \ .="=. _/.-.-.\_ _ ( ( o o ) ) )) |/ " \| // \'---'/ // jgs /`"""`\\ (( / /_,_\ \\ \\ \_\_'__/ \ )) /` /`~\ |// / / \ / ,--`,--'\/\ / '-- "--' '--'> say("fortune", "egret") _________________________________________________________ / It's not meant for sampling weights. It's meant for \ | precision weights. How best to include sampling weights | | in mixed models is a research problem at the moment, | | but you can rely on getting the wrong answer if you | | just use the weights= argument. Thomas Lumley in | | reponse to a question about specifying sampling weights | \ in lme4 R-help January 2012 / --------------------------------------------------------- \ \ _, -==<' ` ) / / (_. | ,-,`\ \\ \ \ `\, \ \ ||\ \`|, jgs _|| `=`-' ~~`~`> say(fortune = 10) _______________________________________________________ / Overall, SAS is about 11 years behind R and S-Plus in \ | statistical capabilities (last year it was about 10 | | years behind) in my estimation. Frank Harrell (SAS | \ User, 1969-1991) R-help September 2003 / ------------------------------------------------------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> say(fortune = 100) _________________________________________________________ / I'm not sure I'd trust any computer recommendation from \ | 1976, no matter how famous the authors are. Peter | | Dalgaard after Samuel Edward Kemp cited a | | recommendation about nonlinear least squares computer | \ programs from 'Box-Jenkins, 1976' R-help January 2005 / --------------------------------------------------------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> say(fortune = "whatever") _________________________________________________________ / Tom Backer Johnsen: I have just started looking at R, \ | and are getting more and more irritated at myself for | | not having done that before. However, one of the things | | I have not found in the documentation is some way of | | preparing output from R for convenient formatting into | | something like MS Word. Barry Rowlingson: Well whatever | | you do, don't start looking at LaTeX, because that will | | get you even more irritated at yourself for not having | | done it before. Tom Backer Johnsen and Barry | \ Rowlingson R-help February 2006 / --------------------------------------------------------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> say(fortune = 7) ____________________________________________________ / What we have is nice, but we need something very \ | different. Robert Gentleman Statistical Computing | \ 2003, Reisensburg June 2003 / ---------------------------------------------------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> say(fortune = 45) _________________________________________________________ / It seems to me against the spirit of Open Source \ | software to attempt to monitor distribution. We could | | ask R to 'call home' on first use (in the way e.g. pine | | does) but I suspect many users would find that | | objectionable. Brian D. Ripley in a discussion about | | trying to estimate the number of R users R-help April | \ 2004 / --------------------------------------------------------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || ||> say(fortune = 59, by = "clippy") ________________________________________________________ / Let's not kid ourselves: the most widely used piece of \ | software for statistics is Excel. Brian D. Ripley | | 'Statistical Methods Need Software: A View of | | Statistical Computing' Opening lecture RSS 2002, | \ Plymouth September 2002 / -------------------------------------------------------- \ \ _ / \ | | @ @ || || || || |\_/| \___/ GB> ## End(Don't show) > ## Don't show: > if (rlang::is_installed("rmsfact")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + library(rmsfact) + say("rms", "rms") + ## Don't show: + }) # examplesIf > library(rmsfact) > say("rms", "rms") ________________________________________________________ / Vendor lock-in is when vendors lock themselves inside \ \ of a building out of fear of Richard Stallman's wrath. / -------------------------------------------------------- \ \ @@@@@@ @ @@@@ @@ @@@@ = = @@ @@@ @ _ _ @@ @@@ @(0)|(0) @@ @@@@ ~ | ~ @@ @@@ @ (o1o) @@ @@@ ####### @ @@@ ##{+++}## @@ @@@@@ ## ##### ## @@@@ @@@@@#############@@@@ @@@@@@@###########@@@@@@ @@@@@@@#############@@@@@ @@@@@@@### ## ### ###@@@@ @ @ @ @ @ @ @ > ## End(Don't show) > ## Don't show: > if (rlang::is_installed("jsonlite")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + # Using the catfacts API + library(jsonlite) + say("catfact", "cat") + ## Don't show: + }) # examplesIf > library(jsonlite) > say("catfact", "cat") Warning in open.connection(con, "rb") : cannot open URL 'https://catfact.ninja/fact': HTTP status was '429 Unknown Error' Error in open.connection(con, "rb") : cannot open the connection to 'https://catfact.ninja/fact' Calls: <Anonymous> ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection Backtrace: ▆ 1. ├─(if (getRversion() >= "3.4") withAutoprint else force)(...) 2. │ └─base::source(...) 3. │ ├─base::withVisible(eval(ei, envir)) 4. │ └─base::eval(ei, envir) 5. │ └─base::eval(ei, envir) 6. └─cowsay::say("catfact", "cat") 7. └─jsonlite::fromJSON(catfact_api) 8. └─jsonlite:::parse_and_simplify(...) 9. └─jsonlite:::parseJSON(txt, bigint_as_char) 10. └─jsonlite:::parse_con(txt, bigint_as_char) 11. ├─base::open(con, "rb") 12. └─base::open.connection(con, "rb") Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Package crul

Current CRAN status: OK: 13

Package elastic

Current CRAN status: NOTE: 13

Version: 1.2.0
Check: Rd files
Result: NOTE checkRd: (-1) docs_delete_by_query.Rd:47: Lost braces; missing escapes or markup? 47 | as a document at .tasks/task/${taskId}. This is yours to keep or remove | ^ checkRd: (-1) docs_update_by_query.Rd:48: Lost braces; missing escapes or markup? 48 | as a document at .tasks/task/${taskId}. This is yours to keep or remove | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package fauxpas

Current CRAN status: NOTE: 13

Version: 0.5.2
Check: Rd files
Result: NOTE checkRd: (-1) Error-Classes.Rd:107-119: Lost braces 107 | \item \code{do_verbose(response, template)} { | ^ checkRd: (-1) Error.Rd:33-45: Lost braces 33 | \item \code{do(response, mssg)} { | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package finch

Current CRAN status: NOTE: 3, OK: 10

Version: 0.4.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package ghql

Current CRAN status: OK: 13

Package gistr

Current CRAN status: OK: 13

Package httpcode

Current CRAN status: OK: 13

Package httping

Current CRAN status: NOTE: 2, OK: 11

Version: 0.2.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Scott Chamberlain <myrmecocystus@gmail.com>’ Found the following (possibly) invalid file URI: URI: CODE_OF_CONDUCT.md From: README.md Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package isdparser

Current CRAN status: OK: 13

Package natserv

Current CRAN status: OK: 13

Package pangaear

Current CRAN status: OK: 13

Package randgeo

Current CRAN status: NOTE: 5, OK: 8

Version: 0.3.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Scott Chamberlain <myrmecocystus@gmail.com>’ Found the following (possibly) invalid file URI: URI: CODE_OF_CONDUCT.md From: README.md Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package rdryad

Current CRAN status: OK: 13

Package request

Current CRAN status: NOTE: 2, OK: 11

Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Scott Chamberlain <myrmecocystus@gmail.com>’ Found the following (possibly) invalid file URI: URI: CONDUCT.md From: README.md Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package ritis

Current CRAN status: OK: 13

Package rorcid

Current CRAN status: OK: 13

Package sofa

Current CRAN status: NOTE: 13

Version: 0.4.0
Check: Rd files
Result: NOTE checkRd: (-1) db_compact.Rd:41: Lost braces; missing escapes or markup? 41 | database structure will be set to true. See GET /{db}. You can also obtain a list of | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package solrium

Current CRAN status: NOTE: 13

Version: 1.2.0
Check: Rd files
Result: NOTE checkRd: (-1) solr_mlt.Rd:70: Lost braces; missing escapes or markup? 70 | TermVector DEFAULT_FIELD_NAMES = new String[] {"contents"} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package vcr

Current CRAN status: ERROR: 1, NOTE: 4, OK: 8

Version: 1.7.0
Check: DESCRIPTION meta-information
Result: NOTE Author field differs from that derived from Authors@R Author: ‘Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>), Aaron Wolen [aut] (<https://orcid.org/0000-0003-2542-2202>), Maëlle Salmon [aut] (<https://orcid.org/0000-0002-2815-0399>), Daniel Possenriede [aut] (<https://orcid.org/0000-0002-6738-9845>), rOpenSci [fnd] (019jywm96)’ Authors@R: ‘Scott Chamberlain [aut, cre] (ORCID: <https://orcid.org/0000-0003-1444-9135>), Aaron Wolen [aut] (ORCID: <https://orcid.org/0000-0003-2542-2202>), Maëlle Salmon [aut] (ORCID: <https://orcid.org/0000-0002-2815-0399>), Daniel Possenriede [aut] (ORCID: <https://orcid.org/0000-0002-6738-9845>), rOpenSci [fnd] (ROR: <https://ror.org/019jywm96>)’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.7.0
Check: tests
Result: ERROR Running ‘test-all.R’ [9s/22s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library("testthat") > library('vcr') > test_check("vcr") Timeout was reached [hb.opencpu.org]: Connection timed out after 10002 milliseconds [ FAIL 6 | WARN 2 | SKIP 50 | PASS 450 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • Did not find: '../../man/vcr_configure.Rd' (1): 'test-configuration.R:53:3' • On CRAN (49): 'test-RequestHandler.R:1:1', 'test-RequestIgnorer.R:41:3', 'test-RequestIgnorer.R:83:3', 'test-ause_cassette.R:6:3', 'test-ause_cassette_match_body_empty_body.R:2:3', 'test-ause_cassette_match_query.R:11:3', 'test-ause_cassette_match_requests_on.R:2:3', 'test-ause_cassette_match_requests_on.R:129:3', 'test-ause_cassette_match_requests_on_json.R:6:3', 'test-ause_cassette_match_requests_on_json.R:63:3', 'test-ause_cassette_re_record.R:15:3', 'test-ause_cassette_record_modes.R:13:3', 'test-ause_cassette_record_modes.R:54:3', 'test-ause_cassette_record_modes.R:80:3', 'test-ause_cassette_record_modes.R:126:3', 'test-ause_cassette_write_to_disk.R:8:3', 'test-ause_cassette_write_to_disk.R:39:3', 'test-ause_cassette_write_to_disk.R:67:3', 'test-ause_cassette_write_to_disk_binary_files.R:7:3', 'test-ause_cassette_write_to_disk_binary_files.R:42:3', 'test-ause_cassette_write_to_disk_binary_files.R:104:3', 'test-binary_images.R:7:3', 'test-binary_images.R:57:3', 'test-check_cassette_names.R:2:3', 'test-crul.R:1:1', 'test-filter-sensitive-strings.R:1:1', 'test-filter_headers.R:4:3', 'test-filter_headers.R:61:3', 'test-filter_headers.R:106:3', 'test-filter_headers.R:138:3', 'test-filter_headers.R:185:3', 'test-filter_headers.R:233:3', 'test-filter_query_parameters.R:10:3', 'test-filter_query_parameters.R:57:3', 'test-filter_query_parameters.R:104:3', 'test-filter_query_parameters.R:154:3', 'test-filter_query_parameters.R:199:3', 'test-httr.R:1:1', 'test-httr2.R:1:1', 'test-request_summary.R:10:3', 'test-response_summary.R:13:3', 'test-response_summary.R:29:3', 'test-response_summary.R:47:3', 'test-serializers_json.R:22:3', 'test-use_vcr.R:4:3', 'test-vcr_test_path.R:2:3', 'test-vcr_test_path.R:24:3', 'test-vcr_test_path.R:46:3', 'test-write_disk_path_package_context.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-HttpInteraction.R:9:3'): HttpInteraction ─────────────────────── <curl_error_url_malformat/curl_error/error/condition> Error in `curl::curl_fetch_memory(x$url$url, handle = x$url$handle)`: URL using bad/illegal format or missing URL: URL rejected: No host part in the URL Backtrace: ▆ 1. ├─cli$post(body = body) at test-HttpInteraction.R:9:3 2. │ └─private$make_request(rr) 3. │ └─crul:::crul_fetch(opts) 4. │ └─curl::curl_fetch_memory(x$url$url, handle = x$url$handle) 5. └─curl:::raise_libcurl_error(...) ── Error ('test-HttpInteractionList.R:9:3'): HTTPInteractionList ─────────────── <curl_error_url_malformat/curl_error/error/condition> Error in `curl::curl_fetch_memory(x$url$url, handle = x$url$handle)`: URL using bad/illegal format or missing URL: URL rejected: No host part in the URL Backtrace: ▆ 1. ├─cli$post(body = body) at test-HttpInteractionList.R:9:3 2. │ └─private$make_request(rr) 3. │ └─crul:::crul_fetch(opts) 4. │ └─curl::curl_fetch_memory(x$url$url, handle = x$url$handle) 5. └─curl:::raise_libcurl_error(...) ── Error ('test-issues.R:3:5'): issue 249 is correctly handled. ──────────────── <curl_error_url_malformat/curl_error/error/condition> Error in `curl::curl_fetch_memory(url, handle = handle)`: URL using bad/illegal format or missing URL: URL rejected: Port number was not a decimal number between 0 and 65535 Backtrace: ▆ 1. ├─vcr::use_cassette(...) at test-issues.R:2:3 2. │ └─cassette$call_block(...) 3. ├─httr::GET(hb("/status/401")) at test-issues.R:3:5 4. │ └─httr:::request_perform(req, hu$handle$handle) 5. │ └─httr:::perform_callback("request", req = req) 6. │ └─webmockr (local) callback(...) 7. │ └─webmockr::HttrAdapter$new()$handle_request(req) 8. │ └─private$request_handler(req)$handle() 9. │ └─eval(parse(text = req_type_fun))(self$request) 10. │ └─eval(parse(text = paste0("httr::", self$request_original$method)))(...) 11. │ └─httr:::request_perform(req, hu$handle$handle) 12. │ ├─httr:::request_fetch(req$output, req$url, handle) 13. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle) 14. │ └─curl::curl_fetch_memory(url, handle = handle) 15. └─curl:::raise_libcurl_error(...) ── Error ('test-lightswitch.R:140:5'): turned_off ────────────────────────────── <curl_error_url_malformat/curl_error/error/condition> Error in `curl::curl_fetch_memory(x$url$url, handle = x$url$handle)`: URL using bad/illegal format or missing URL: URL rejected: No host part in the URL Backtrace: ▆ 1. ├─base::suppressMessages(...) at test-lightswitch.R:139:3 2. │ └─base::withCallingHandlers(...) 3. ├─vcr::turned_off(...) 4. │ └─base::force(...) 5. ├─crul::HttpClient$new(url = hb("/get"))$get() at test-lightswitch.R:140:5 6. │ └─private$make_request(rr) 7. │ └─crul:::crul_fetch(opts) 8. │ └─curl::curl_fetch_memory(x$url$url, handle = x$url$handle) 9. └─curl:::raise_libcurl_error(...) ── Error ('test-quiet.R:11:3'): quiet works ──────────────────────────────────── <curl_error_url_malformat/curl_error/error/condition> Error in `curl::curl_fetch_memory(x$url$url, handle = x$url$handle)`: URL using bad/illegal format or missing URL: URL rejected: No host part in the URL Backtrace: ▆ 1. ├─testthat::expect_message(...) at test-quiet.R:11:3 2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─vcr::use_cassette("foo3", con$get("get")) 7. │ └─cassette$call_block(...) 8. ├─con$get("get") 9. │ └─private$make_request(rr) 10. │ └─adap$handle_request(opts) 11. │ └─private$request_handler(req)$handle() 12. │ └─eval(parse(text = req_type_fun))(self$request) 13. │ └─webmockr::webmockr_crul_fetch(self$request_original) 14. │ └─curl::curl_fetch_memory(x$url$url, handle = x$url$handle) 15. └─curl:::raise_libcurl_error(...) ── Error ('test-serializers.R:22:5'): you can record a new cassette of same name with different serializer ── <curl_error_url_malformat/curl_error/error/condition> Error in `curl::curl_fetch_memory(x$url$url, handle = x$url$handle)`: URL using bad/illegal format or missing URL: URL rejected: No host part in the URL Backtrace: ▆ 1. ├─vcr::use_cassette(...) at test-serializers.R:21:3 2. │ └─cassette$call_block(...) 3. ├─crul::HttpClient$new(hb("/get"))$get() at test-serializers.R:22:5 4. │ └─private$make_request(rr) 5. │ └─adap$handle_request(opts) 6. │ └─private$request_handler(req)$handle() 7. │ └─eval(parse(text = req_type_fun))(self$request) 8. │ └─webmockr::webmockr_crul_fetch(self$request_original) 9. │ └─curl::curl_fetch_memory(x$url$url, handle = x$url$handle) 10. └─curl:::raise_libcurl_error(...) [ FAIL 6 | WARN 2 | SKIP 50 | PASS 450 ] Error: Test failures Execution halted Ran 68/68 deferred expressions Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.7.0
Check: installed package size
Result: NOTE installed size is 8.6Mb sub-directories of 1Mb or more: doc 7.5Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64