Skip to content

Commit 540cd6f

Browse files
Merge pull request #351 from USEPA/change_maintainer
Change maintainer
2 parents dc91840 + 159caed commit 540cd6f

File tree

3 files changed

+37
-18
lines changed

3 files changed

+37
-18
lines changed

Diff for: DESCRIPTION

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Package: tcpl
22
Title: ToxCast Data Analysis Pipeline
3-
Version: 3.2.0
3+
Version: 3.2.1
44
Authors@R: c(
55
person("Richard S", "Judson",role = c("ctb","ths"), comment = c(ORCID = "0000-0002-2348-9633")),
66
person("Dayne L", "Filer", role = "aut"),
7-
person("Jason","Brown", role = "cre", email = "[email protected]", comment = c(ORCID = "0009-0000-2294-641X")),
7+
person("Jason","Brown", role = "ctb", comment = c(ORCID = "0009-0000-2294-641X")),
88
person("Sarah E","Davidson-Fritz", role = "ctb",email = "[email protected]", comment = c(ORCID = "0000-0002-2891-9380")),
9-
person("Madison","Feshuk",role = "ctb",email = "[email protected]", comment = c(ORCID = "0000-0002-1390-6405")),
9+
person("Madison","Feshuk",role = "cre",email = "[email protected]", comment = c(ORCID = "0000-0002-1390-6405")),
1010
person("Carter", "Thunes", role = "ctb", email = "[email protected]"),
1111
person("Ashley", "Ko", role = "ctb", email = "[email protected]"),
1212
person("Kelly", "Carstens", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-1746-5379")),
@@ -21,7 +21,7 @@ Authors@R: c(
2121
Description: The ToxCast Data Analysis Pipeline ('tcpl') is an R package that manages, curve-fits, plots, and stores ToxCast data to populate its linked MySQL database, 'invitrodb'. The package was developed for the chemical screening data curated by the US EPA's Toxicity Forecaster (ToxCast) program, but 'tcpl' can be used to support diverse chemical screening efforts.
2222
URL: https://github.com/USEPA/CompTox-ToxCast-tcpl, https://www.epa.gov/comptox-tools/toxicity-forecasting-toxcast
2323
Depends:
24-
R (>= 3.5.0)
24+
R (>= 4.1.0)
2525
Imports:
2626
data.table (>= 1.15.0),
2727
DBI,

Diff for: NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# tcpl 3.2.1
2+
* Updating Maintainer
3+
* Change minimum R version to 4.1.0 to fix NOTES
4+
15
# tcpl 3.2.0
26

37
* Added a `NEWS.md` file to track changes to the package.

Diff for: cran-comments.md

+29-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,42 @@
1-
* added single quotes to invitrodb and tcpl in DESCRIPTION
2-
* fixed aeds URI
3-
41
## Changes from last version
5-
* To resolve current cran check results: added package anchors to links
6-
* Updated docs and vignette
7-
* Plotting updates
8-
* Added API functionality
2+
* Updating Maintainer
3+
* Change minimum R version to 4.1.0 to fix NOTES
94

105
## Test environments
116

12-
* local Windows 10 install, R 4.2.2
13-
* R Under development (unstable) (2024-10-04 r87208 ucrt)
7+
* local Windows 10 install, R 4.3.3
8+
* R Under development (unstable) (2025-04-04 r88118 ucrt)
149

1510
## winbuilder check results
16-
Installation time in seconds: 13
17-
Check time in seconds: 183
18-
Status: OK
19-
R Under development (unstable) (2024-10-08 r87214 ucrt)
11+
* The only note is related to a change in maintainer
12+
Installation time in seconds: 21
13+
Check time in seconds: 299
14+
Status: 1 NOTE
15+
R version 4.5.0 RC (2025-04-04 r88118 ucrt)
16+
2017

2118

2219
## local R CMD check results
20+
2 NOTES:
21+
* We are switching maintainers so this first one is expected.
22+
* We believe the unable to verify current time is a false positive unrelated to package.
23+
24+
25+
── R CMD check results tcpl 3.2.1 ────
26+
Duration: 5m 15.3s
27+
28+
❯ checking CRAN incoming feasibility ... [153s] NOTE
29+
Maintainer: 'Madison Feshuk <[email protected]>'
30+
31+
New maintainer:
32+
Madison Feshuk <[email protected]>
33+
Old maintainer(s):
34+
Jason Brown <[email protected]>
35+
36+
❯ checking for future file timestamps ... NOTE
37+
unable to verify current time
2338

24-
0 ERRORs | 0 WARNINGs | 0 NOTES.
39+
0 errors ✔ | 0 warnings ✔ | 2 notes ✖
2540

2641
## Downstream dependencies
2742

0 commit comments

Comments
 (0)