Skip to content

Commit

Permalink
Getting rid of CRAN notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Jan 29, 2024
1 parent 67998b6 commit 6803c2c
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ BugReports: https://github.com/DOI-USGS/toxEval/issues
VignetteBuilder: knitr
BuildVignettes: true
LazyLoad: yes
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
toxEval 1.3.1
===========
* Made "Chemical" a required column in the Chemical tab. Now all plot names will key off that column instead of the names listed in tox_chemicals.
*
* Updated documentation to remove some notes.

toxEval 1.3.0
===========
Expand Down
4 changes: 2 additions & 2 deletions R/clean_endPoint_info.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' clean_endPoint_info
#'
#' Define a subset of the ToxCast database for relevance to toxEval analyses.
#' Subsetting is done based upon methods defined by
#' \doi{10.1021/acs.est.7b01613}{Blackwell et al., 2017}.
#' Subsetting is done based upon methods defined by Blackwell et al., 2017 (
#' \doi{10.1021/acs.est.7b01613}).
#' Specifically, this function removes endPoints that are ATG sources with
#' signal loss, and NVS with signal gain (basically: some assay/signal combinations
#' are removed because they target non-specific endpoints). Also, this function adds additional
Expand Down
1 change: 0 additions & 1 deletion R/endpoint_hits.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ endpoint_hits <- function(chemical_summary,
#'
#' Create links
#' @param cas character
#' @param hits character
#' @export
#' @keywords internal
createLink <- function(cas) {
Expand Down
5 changes: 2 additions & 3 deletions R/toxEval.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ dbVersion <- function() {
#' LazyLoad: \tab yes\cr
#' }
#'
#'
#' @name toxEval-package
#' @docType package
#' @author Laura De Cicco \email{ldecicco@@usgs.gov}. Steven Corsi
#' @keywords ToxCast
NULL
#' @keywords internal
"_PACKAGE"

#' ACC values included with toxEval.
#'
Expand Down
4 changes: 2 additions & 2 deletions man/clean_endPoint_info.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/createLink.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion man/toxEval-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6803c2c

Please sign in to comment.