Skip to content

Commit 4cc86c8

Browse files
committed
Close #2
1 parent a0c5adf commit 4cc86c8

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Authors@R: c(
88
comment = c(ORCID = "0000-0003-2826-8458")
99
)
1010
)
11-
Description: Provides functions to deploy file changes across multiple GitHub
12-
repositories using the GitHub API. Allows synchronizing common files,
13-
CI workflows, or configurations across many repositories with a single command.
11+
Description: Deploy file changes across multiple GitHub
12+
repositories using the 'GitHub' 'Web API'. Allows synchronizing common files,
13+
Continuous Integration ('CI') workflows, or configurations across many
14+
repositories with a single command.
1415
License: AGPL (>= 3)
1516
URL: https://r-pkg.thecoatlessprofessor.com/multideploy/, https://github.com/coatless-rpkg/multideploy
1617
BugReports: https://github.com/coatless-rpkg/multideploy/issues

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
0 errors | 0 warnings | 1 note
44

55
* This is a new release.
6+
* This is resubmission to address CRAN maintainers' feedback.
7+
- We've removed "Provides functions to" in the description.
8+
- We've applied quotations to 'GitHub', 'Web API' and 'CI'
9+
- We've explained the acronym 'CI' as 'Continuous Integration' in the description.
10+
- We've attempted to remove too many spaces.

man/multideploy-package.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.

multideploy.Rproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Encoding: UTF-8
1313
RnwWeave: Sweave
1414
LaTeX: pdfLaTeX
1515

16+
AutoAppendNewline: Yes
17+
StripTrailingWhitespace: Yes
18+
1619
BuildType: Package
1720
PackageUseDevtools: Yes
1821
PackageInstallArgs: --no-multiarch --with-keep.source

0 commit comments

Comments
 (0)