PIFSCstockassessments / ss3diags

R package with advanced diagnostics to evaluate a Stock Synthesis model. Diagnostics include residual analyses, hindcasting and cross-validation techniques, and retrospective analyses.
http://pifscstockassessments.github.io/ss3diags/
2 stars 4 forks source link

Data-mask dpylr variables for R CMD CHECK w/ rlang package #52

Closed efletcherPIFSC closed 2 years ago

efletcherPIFSC commented 2 years ago

Ran the R package checker for the SSplotJABBAres output Issues for development branch for #50.

Added magrittr to DESCRIPTION in commit 4d21df0bfedb998146d16dd0001e3e65382e47db

R package checker noted SSplotJABBAres "global" variables in the dplyr code sections. Use rlang's data-masking pronoun .data to be R package check friendly.

Add '# @ImportFrom stats residuals to roxygen header.