update_version: Update installed cereal headers

View source: R/Rcereal.R

update_versionR Documentation

Update installed cereal headers

Description

Clone a different version of the cereal headers into R library.

Usage

update_version(version = last_version(), ...)

Arguments

version

character or package_version; the version to install, e.g. '1.3.2' or v1.3.2.

...

additional arguments passed to system.file(), e.g. lib.loc for the location of the library that Rcereal is installed in.

Details

This over-writes the installed cereal headers inside an R library. The default location for the files is found via system.file(). The library location can be specified by passing an argument lib.loc. See system.file() for further details.


Rcereal documentation built on Sept. 30, 2024, 9:45 a.m.