check_rtools: Check Rtools is installed properly

View source: R/check_rtools.R

check_rtoolsR Documentation

Check Rtools is installed properly

Description

Check that Rtools is properly installed on your machine such that packages and code within packages can be compiled.

Usage

check_rtools()

Details

Warning - this function was built by Windows users and may not be sufficient for other operating systems.

A new version of Rtools is required for R releases > 4.0.0 https://cran.r-project.org/bin/windows/Rtools/

Value

Various summaries are printed to the screen to help you troubleshoot your installation of Rtools. If you make it to the end of this function successfully, then a value of 0 will be returned and you should be able to then run check_TMB() to see if TMB is properly installed for your system.

Author(s)

Chantel R. Wetzel, modified by Kelli F. Johnson

See Also

check_TMB() to see if TMB is properly installed and has access to rtools.

Examples

# Hope for a 0
check_rtools()

nwfsc-assess/VAST_WestCoast documentation built on July 4, 2023, 5:45 p.m.