Skip to content

Commit 3f07681

Browse files
committed
Prepare patch for release
1 parent 8608fca commit 3f07681

File tree

3 files changed

+3
-39
lines changed

3 files changed

+3
-39
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: httr
2-
Version: 1.3.0.9000
2+
Version: 1.3.1
33
Title: Tools for Working with URLs and HTTP
44
Description: Useful tools for working with HTTP organised by HTTP verbs
55
(GET(), POST(), etc). Configuration functions make it easy to control

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# httr 1.3.0.9000
1+
# httr 1.3.1
22

33
* Re-enable on-disk caching (accidentally disabled in #457) (#475)
44

cran-comments.md

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,4 @@
88

99
## Revdepcheck results
1010

11-
(This is a new semi-automated report from the revdepcheck package. Please let me know if there is anything I can to do improve it.)
12-
13-
We checked 424 reverse dependencies (395 from CRAN + 29 from BioConductor) by running R CMD check twice, once with the CRAN version installed, and once with this version installed. We saw 5 new problems. We failed to check 12 packages. Issues are summarised below.
14-
15-
### New problems
16-
17-
Due to the nature of httr's dependencies, I believe that these new errors are due to random network/server failures. I informed all package maintainers about the problems on August 4, and ask them to double check.
18-
19-
* censusr
20-
checking examples ... ERROR
21-
22-
* dataonderivatives
23-
checking tests ...
24-
25-
* oai
26-
checking tests ...
27-
28-
* RSocrata
29-
checking tests ...
30-
31-
* sparklyr
32-
checking tests ...
33-
34-
### Failed to check
35-
36-
* ALA4R (check timed out)
37-
* biomartr (check timed out)
38-
* dataRetrieval (check timed out)
39-
* dynamichazard (failed to install)
40-
* GA4GHclient (check timed out)
41-
* gmum.r (failed to install)
42-
* googleAuthR (check timed out)
43-
* hansard (check timed out)
44-
* junr (check timed out)
45-
* paxtoolsr (failed to install)
46-
* rols (check timed out)
47-
* TCGAbiolinks (check timed out)
11+
This is a patch to fix an issue with interactive use of httr. It should not affect revdepchecks (and hence I have not run them). Apologies for missing this problem in the inial release - unfortunately it's hard to test this code because it's designed purely for interactive use.

0 commit comments

Comments
 (0)