Tags: CSAFE-ISU/handwriter
Tags
Fixed bug in website TOC Previously, with styles.css the last link in the website table of contents was always highlighted, even if another link was active. I switched back to csafe.css because it highlights the correct table of contents link. I added the lines of code to csafe.css that fix the bug where the inactive navbar links are white.
Changed version to reflect that it is a patch Instead of changing to version 3.2.0, changed version to 3.1.1 because it is a patch to fix an error with writer IDs that contain letters in addtion to numbers. Made a note in cran-comments.md that this version is a patch following instructions in https://r-pkgs.org/release.html#failure-modes
Changed version to 2.0.2 for resubmission to CRAN Hadley Wickham's book "R Packages (2e)" says that if your submission to CRAN fails, increment the version number with `usethis::use_version('patch')` and make the necessary changes. The relevant section in the book is https://r-pkgs.org/release.html#failure-modes