uclahs-cds / package-BoutrosLab-plotting-general

Functions to Create Publication-Quality Plots
https://uclahs-cds.github.io/package-BoutrosLab-plotting-general
12 stars 4 forks source link

Manual fixes for CRAN #195

Closed dan-knight closed 1 month ago

dan-knight commented 1 month ago

Description

Fixes two NOTEs in R CMD check.

Rd file 'create.scatterplot.Rd':
  \examples lines wider than 100 characters:
         # "s" connects points with the vertical segment first. "S" connects points with the horizontal segment first.

These lines will be truncated in the PDF manual.
* checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  legend.grob.Rd: draw.key
Please provide package anchors for all Rd \link{} targets not in the

Checklist

whelena commented 1 month ago

Should be good once it passes R-CMD-check

dan-knight commented 1 month ago

There are a lot of warnings in the R CMD CHECK

These are both false positives and unrelated to the changes in this PR.