Other packages > Find by keyword >

vcr  

Record 'HTTP' Calls to Disk
View on CRAN: Click here


Download and install vcr package within the R console
Install from CRAN:
install.packages("vcr")

Install from Github:
library("remotes")
install_github("cran/vcr")

Install by package version:
library("remotes")
install_version("vcr", "1.6.0")



Attach the package and use:
library("vcr")
Maintained by
Scott Chamberlain
[Scholar Profile | Author Map]
First Published: 2018-05-14
Latest Update: 2023-06-25
Description:
Record test suite 'HTTP' requests and replays them during future runs. A port of the Ruby gem of the same name (<https://github.com/vcr/vcr/>). Works by hooking into the 'webmockr' R package for matching 'HTTP' requests by various rules ('HTTP' method, 'URL', query parameters, headers, body, etc.), and then caching real 'HTTP' responses on disk in 'cassettes'. Subsequent 'HTTP' requests matching any previous requests in the same 'cassette' use a cached 'HTTP' response.
How to cite:
Scott Chamberlain (2018). vcr: Record 'HTTP' Calls to Disk. R package version 1.6.0, https://cran.r-project.org/web/packages/vcr. Accessed 10 Apr. 2025.
Previous versions and publish date:
0.1.0 (2018-05-14 17:43), 0.2.0 (2018-10-19 20:30), 0.2.2 (2019-01-13 22:20), 0.2.6 (2019-02-12 11:30), 0.3.0 (2019-08-20 21:40), 0.4.0 (2019-12-07 18:20), 0.5.0 (2020-03-04 02:10), 0.5.4 (2020-03-31 17:30), 0.6.0 (2020-12-12 18:30), 1.0.0 (2021-05-22 06:50), 1.0.2 (2021-05-31 20:00), 1.1.0 (2022-11-04 15:10), 1.2.0 (2022-11-17 20:00), 1.2.2 (2023-06-25 14:30), 1.6.0 (2024-07-23 23:40)
Other packages that cited vcr R package
View vcr citation profile
Other R packages that vcr depends, imports, suggests or enhances
Complete documentation for vcr
Functions, R codes and Examples using the vcr R package
Some associated functions: Cassette . FileSystem . HTTPInteraction . HTTPInteractionList . Hooks . JSON . Persisters . Request . RequestHandler . RequestHandlerCrul . RequestHandlerHttr . RequestIgnorer . RequestMatcherRegistry . Serializer . Serializers . UnhandledHTTPRequestError . VcrResponse . YAML . as.cassette . cassettes . check_cassette_names . crul_request . eject_cassette . http_interactions . insert_cassette . lightswitch . real_http_connections_allowed . recording . request-matching . request_response . skip_if_vcr_off . str_splitter . use_cassette . use_vcr . vcr . vcr_configure . vcr_logging . vcr_test_path . 
Some associated R codes: as-casette.R . cassette_class.R . cassettes.R . check_cassette_names.R . configuration.R . eject_cassette.R . error_suggestions.R . errors.R . filter_headers.R . filter_query_parameters.R . filter_sensitive_data.R . hooks.R . http_interaction.R . http_interaction_list.R . http_interactions.R . insert_cassette.R . lightswitch.R . logger.R . match_helpers.R . onLoad.R . persisters-file.R . persisters.R . print_cassette.R . real_connections.R . recording.R . request_class.R . request_handler-crul.R . request_handler-httr.R . request_handler.R . request_ignorer.R . request_matcher_registry.R . request_matching.R . request_response.R . response_class.R . serialize_to_crul.R . serialize_to_httr.R . serializer.R . serializers-json.R . serializers-yaml.R . serializers.R . skip-vcr-off.R . split_string.R . use_cassette.R . vcr-package.R . vcr_setup.R . vcr_test_path.R . write.R . zzz.R .  Full vcr package functions and examples
Downloads during the last 30 days
03/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for vcr406080100120140160180200220TrendBars

Today's Hot Picks in Authors and Packages

webglobe  
3D Interactive Globes
Displays geospatial data on an interactive 3D globe in the web browser. ...
Download / Learn more Package Citations See dependency  
RODBC  
ODBC Database Access
ecochange  
Integrating Ecosystem Remote Sensing Products to Derive EBV Indicators
Essential Biodiversity Variables (EBV) are state variables with dimensions on time, space, and biolo ...
Download / Learn more Package Citations See dependency  
xtermStyle  
Terminal Text Formatting Using Escape Sequences
Can be used for coloring output in terminals. It was developed for the standard Ubuntu terminal but ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
GRNNs  
General Regression Neural Networks Package
This General Regression Neural Networks Package uses various distance functions. It was motivated b ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA