install_gnparser {rgnparser} | R Documentation |
Install gnparser
Description
Reason for deprecating
The function used to download the appropriate gnparser
executable for your
platform and try to copy it to a system directory so rgnparser can run
the gnparser
command.
This function was deprecated to stay in compliance with CRAN policies
("Packages should not write in the user’s home filespace, nor anywhere else
on the file system apart from the R session’s temporary directory")
Solution
Please install gnparser
by hand.
For Linux and Mac users, installing with your usual package manager such as
homebrew is the easiest, see gnparser
documentation for more details:
https://github.com/gnames/gnparser#installation
Usage
install_gnparser(version, force)
Arguments
version |
The gnparser version number, e.g., |
force |
Whether to install gnparser even if it has already been installed. This may be useful when upgrading gnparser. |