Skip to content

Commit c492406

Browse files
committed
Add CRAN comments and fix URL in DESCRIPTION
1 parent 29cbcbd commit c492406

3 files changed

Lines changed: 20 additions & 6 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^pkgdown$
88
^codecov\.yml$
99
^\.github$
10+
^cran-comments\.md$

DESCRIPTION

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@ Description: Provides an S4 class for representing and
1212
implementation is quite spare, but the plan is eventually subclass
1313
Matrix objects.
1414
License: MIT + file LICENSE
15+
URL: https://rohelab.github.io/sparseLRMatrix/,
16+
https://github.com/RoheLab/sparseLRMatrix
17+
BugReports: https://github.com/RoheLab/sparseLRMatrix/issues
1518
Depends:
1619
Matrix,
1720
methods
1821
Imports:
1922
RSpectra
20-
Encoding: UTF-8
21-
LazyData: true
22-
Roxygen: list(markdown = TRUE)
23-
RoxygenNote: 7.1.1.9000
24-
URL: https://rohelab.github.io/sparseLRMatrix, https://github.com/RoheLab/sparseLRMatrix
25-
BugReports: https://github.com/RoheLab/sparseLRMatrix/issues
2623
Suggests:
2724
covr,
2825
testthat (>= 3.0.0)
2926
Config/testthat/edition: 3
27+
Encoding: UTF-8
28+
LazyData: true
29+
Roxygen: list(markdown = TRUE)
30+
RoxygenNote: 7.1.1.9000

cran-comments.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Test environments
2+
3+
* local R installation (ubuntu 20.04), R 4.0.4
4+
* MacOS (on Github Actions), R 4.0.4
5+
* Windows (on Github Actions), R 4.0.4, R 3.6
6+
* Ubuntu (on Github Actions), R devel, R 4.0.4, R 3.6, R 3.5, R 3.4, R 3.3
7+
8+
## R CMD check results
9+
10+
0 errors | 0 warnings | 1 note
11+
12+
* This is a new release.

0 commit comments

Comments
 (0)