Skip to content

Commit 2c13278

Browse files
committed
Built site for SampleCore@0.1.0.9000: f9ca14b
1 parent bce325d commit 2c13278

13 files changed

Lines changed: 422 additions & 105 deletions

authors.html

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

authors.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ Source:
2121

2222
Aravind, J., Roy, S., and Singh, A. M. (). SampleCore: Sampling
2323
Strategies for Constructing Core Collections. R package version
24-
0.1.0.9000, https://aravind-j.github.io/SampleCore/.
24+
0.1.0.9000,
25+
https://aravind-j.github.io/SampleCore/https://CRAN.R-project.org/package=SampleCore.
2526

2627
@Manual{,
2728
title = {SampleCore: Sampling Strategies for Constructing Core Collections},
2829
author = {J. Aravind and Suman Roy and Anju Mahendru Singh},
29-
note = {R package version 0.1.0.9000 https://aravind-j.github.io/SampleCore/},
30+
note = {R package version 0.1.0.9000 https://aravind-j.github.io/SampleCore/ https://CRAN.R-project.org/package=SampleCore},
3031
}

cran-comments-archive.html

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

cran-comments-archive.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# Version 0.1.0 - Second submission
2+
3+
> `DESCRIPTION`: Adding references to description field of DESCRIPTION
4+
5+
As there are several diverse methods implemented, I would prefer to keep
6+
the references to the documentation and mention that in the description
7+
field of DESCRIPTION.
8+
9+
> `R/select.distance.R`: Please make sure that you do not change the
10+
> user’s options, par or working directory.
11+
12+
Removed the par settings/option change line as it was stale code as I
13+
had moved the latter plotting with `plot_dist` to `ggplot2` with facets.
14+
15+
> `R/select.diversity.R`: You write information messages to the console
16+
> that cannot be easily suppressed.
17+
18+
Replaced print() with message().
19+
20+
### Test environments
21+
22+
- local Windows 10 Pro 25H2, R-release (R 4.6.0) & R-devel (R 4.7.0
23+
Pre-release).
24+
- local Ubuntu 20.04, R-release (R 4.6.0) & R-devel (R 4.7.0
25+
Pre-release).
26+
- win-builder, R-release (R 4.6.0) & R-devel (R 4.7.0 Pre-release).
27+
- github macOS Sequoia 15.7.4, R-release (R 4.6.0).
28+
- github Ubuntu 24.04.4, R-release (R 4.6.0), R-oldrel-1 (R 4.5.3) &
29+
R-devel (R 4.7.0 Pre-release).
30+
31+
### R CMD check results
32+
33+
- There were no NOTES, ERRORs or WARNINGs.
34+
135
# Version 0.1.0 - First submission
236

337
- First release.

0 commit comments

Comments
 (0)