Skip to content

Commit d79e534

Browse files
committed
Preparation for release
1 parent 7efbb4b commit d79e534

10 files changed

+119
-82
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# accucor 0.3.1
2+
3+
* Minor fix to package documentation (@lparsons)
4+
15
# accucor 0.3.0
26

37
* Added reference to package description

R/accucor_lib.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ nitrogen_isotope_correction <- function(formula,
642642
#' intensities of isotopically labeled mass spectrometry data. It was designed
643643
#' to work with input data from
644644
#' \href{https://elucidatainc.github.io/ElMaven/}{El-MAVEN} and
645-
#' \href{http://maven.princeton.edu}{MAVEN} software.
645+
#' \href{https://github.com/eugenemel/maven}{MAVEN} software.
646646
#'
647647
#' C13, H2, and N15 isotopes are supported. The isotopes are detected from the
648648
#' \code{isotopeLabel} column of the input file. The expected label text is

cran-comments.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
## Test environments
2-
3-
Testing via R CMD checks using GitHub Actions with following matrix:
4-
* os: windows-latest, r: 'release'
5-
* os: macOS-latest, r: 'release'
6-
* os: ubuntu-latest, r: 'release'
7-
* os: ubuntu-latest, r: 'devel', http-user-agent: 'release'
8-
* os: ubuntu-latest, r: 'oldrel-1'
9-
101
## R CMD check results
112

12-
There were no ERRORs, WARNINGs, or NOTEs.
3+
0 errors | 0 warnings | 0 notes
4+
5+
## revdepcheck results
136

14-
## Downstream dependencies
7+
We checked 1 reverse dependencies (0 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
158

16-
There are currently no downstream dependencies for this package.
9+
* We saw 0 new problems
10+
* We failed to check 0 packages

man/carbon_isotope_correction.Rd

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/deuterium_isotope_correction.Rd

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/natural_abundance_correction.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/nitrogen_isotope_correction.Rd

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

revdep/README.md

Lines changed: 55 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,65 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:------------------------------------|
5-
|version |R version 4.1.2 (2021-11-01) |
6-
|os |Ubuntu 20.04.3 LTS |
7-
|system |x86_64, linux-gnu |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/New_York |
13-
|date |2021-11-16 |
14-
|rstudio |2021.09.1+372 Ghost Orchid (desktop) |
15-
|pandoc |2.5 @ /usr/bin/pandoc |
3+
|field |value |
4+
|:--------|:------------------------------------------|
5+
|version |R version 4.3.1 (2023-06-16) |
6+
|os |Ubuntu 22.04.3 LTS |
7+
|system |x86_64, linux-gnu |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/New_York |
13+
|date |2023-09-13 |
14+
|rstudio |2023.06.2+561 Mountain Hydrangea (desktop) |
15+
|pandoc |NA |
1616

1717
# Dependencies
1818

1919
|package |old |new |Δ |
2020
|:-----------|:------|:------|:--|
21-
|accucor |0.2.4 |0.3.0 |* |
22-
|bit |4.0.4 |4.0.4 | |
23-
|bit64 |4.0.5 |4.0.5 | |
24-
|cellranger |1.1.0 |1.1.0 | |
25-
|CHNOSZ |1.4.1 |1.4.1 | |
26-
|cli |3.1.0 |3.1.0 | |
27-
|clipr |0.7.1 |0.7.1 | |
28-
|cpp11 |0.4.1 |0.4.1 | |
29-
|crayon |1.4.2 |1.4.2 | |
30-
|dplyr |1.0.7 |1.0.7 | |
31-
|ellipsis |0.3.2 |0.3.2 | |
32-
|fansi |0.5.0 |0.5.0 | |
33-
|generics |0.1.1 |0.1.1 | |
34-
|glue |1.5.0 |1.5.0 | |
35-
|gsubfn |0.7 |NA |* |
36-
|hms |1.1.1 |1.1.1 | |
37-
|lifecycle |1.0.1 |1.0.1 | |
38-
|magrittr |2.0.1 |2.0.1 | |
39-
|nnls |1.4 |1.4 | |
40-
|pillar |1.6.4 |1.6.4 | |
41-
|pkgconfig |2.0.3 |2.0.3 | |
42-
|prettyunits |1.1.1 |1.1.1 | |
43-
|progress |1.2.2 |1.2.2 | |
44-
|proto |1.0.0 |NA |* |
45-
|purrr |0.3.4 |0.3.4 | |
46-
|R6 |2.5.1 |2.5.1 | |
47-
|Rcpp |1.0.7 |1.0.7 | |
48-
|readr |2.1.0 |2.1.0 | |
49-
|readxl |1.3.1 |1.3.1 | |
50-
|rematch |1.0.1 |1.0.1 | |
51-
|rlang |0.4.12 |0.4.12 | |
52-
|stringi |1.7.5 |1.7.5 | |
53-
|stringr |1.4.0 |1.4.0 | |
54-
|tibble |3.1.6 |3.1.6 | |
55-
|tidyselect |1.1.1 |1.1.1 | |
56-
|tzdb |0.2.0 |0.2.0 | |
57-
|utf8 |1.2.2 |1.2.2 | |
58-
|vctrs |0.3.8 |0.3.8 | |
59-
|vroom |1.5.6 |1.5.6 | |
60-
|withr |2.4.2 |2.4.2 | |
61-
|writexl |1.4.0 |1.4.0 | |
21+
|accucor |0.3.0 |0.3.0 |NA |
22+
|bit |4.0.5 |4.0.5 |NA |
23+
|bit64 |4.0.5 |4.0.5 |NA |
24+
|cellranger |1.1.0 |1.1.0 |NA |
25+
|CHNOSZ |2.0.0 |2.0.0 |NA |
26+
|cli |3.6.1 |3.6.1 |NA |
27+
|clipr |0.8.0 |0.8.0 |NA |
28+
|cpp11 |0.4.6 |0.4.6 |NA |
29+
|crayon |1.5.2 |1.5.2 |NA |
30+
|dplyr |1.1.3 |1.1.3 |NA |
31+
|fansi |1.0.4 |1.0.4 |NA |
32+
|generics |0.1.3 |0.1.3 |NA |
33+
|glue |1.6.2 |1.6.2 |NA |
34+
|hms |1.1.3 |1.1.3 |NA |
35+
|lifecycle |1.0.3 |1.0.3 |NA |
36+
|magrittr |2.0.3 |2.0.3 |NA |
37+
|nnls |1.5 |1.5 |NA |
38+
|pillar |1.9.0 |1.9.0 |NA |
39+
|pkgconfig |2.0.3 |2.0.3 |NA |
40+
|prettyunits |1.1.1 |1.1.1 |NA |
41+
|progress |1.2.2 |1.2.2 |NA |
42+
|R6 |2.5.1 |2.5.1 |NA |
43+
|readr |2.1.4 |2.1.4 |NA |
44+
|readxl |1.4.3 |1.4.3 |NA |
45+
|rematch |2.0.0 |2.0.0 |NA |
46+
|rlang |1.1.1 |1.1.1 |NA |
47+
|stringi |1.7.12 |1.7.12 |NA |
48+
|stringr |1.5.0 |1.5.0 |NA |
49+
|tibble |3.2.1 |3.2.1 |NA |
50+
|tidyselect |1.2.0 |1.2.0 |NA |
51+
|tzdb |0.4.0 |0.4.0 |NA |
52+
|utf8 |1.2.3 |1.2.3 |NA |
53+
|vctrs |0.6.3 |0.6.3 |NA |
54+
|vroom |1.6.3 |1.6.3 |NA |
55+
|withr |2.5.0 |2.5.0 |NA |
56+
|writexl |1.4.2 |1.4.2 |NA |
6257

6358
# Revdeps
6459

60+
## Failed to check (1)
61+
62+
|package |version |error |warning |note |
63+
|:-------|:-------|:-----|:-------|:----|
64+
|FAMetA |? | | | |
65+

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 1 reverse dependencies (0 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
66
* We failed to check 0 packages

revdep/failures.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
*Wow, no problems at all. :)*
1+
# FAMetA
2+
3+
<details>
4+
5+
* Version:
6+
* GitHub: https://github.com/XiaoyangSu/AccuCor
7+
* Source code: NA
8+
* Number of recursive dependencies: 0
9+
10+
</details>
11+
12+
## Error before installation
13+
14+
### Devel
15+
16+
```
17+
18+
19+
20+
21+
22+
23+
```
24+
### CRAN
25+
26+
```
27+
28+
29+
30+
31+
32+
33+
```

0 commit comments

Comments
 (0)