Skip to content

Commit

Permalink
before cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
notPlancha committed Jun 8, 2024
1 parent f73f2e3 commit b78b919
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 71 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
^pixi\.lock$
^pixi\.toml$
^pkg\.lock$
^.Rd2pdf\d+$
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (interactive()) {
build_docs <- \() {devtools::document()}
local_check <- \() {devtools::check()}
multi_check <- \() {
ch <<- "soon"
ch <<- rhub::rhub_check()
ch
}
print_cran_comments <- \(ch) {
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ temp.*
temp/
# pixi environments
.pixi

.Rd2pdf*

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: settingsSync
Title: Rstudio Addin to Sync Settings and Keymaps
Version: 2.0.0-11
Version: 2.0.0
Description: Rstudio Addin to sync settings, keymaps and keyboard
shortcuts, using Google Drive.
License: Apache License (== 2)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# settingsSync 1.0.0
# settingsSync 2.0.0

* Initial CRAN submission.
69 changes: 2 additions & 67 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,5 @@
## Test environments
- R-hub windows-x86_64-devel (r-devel)
- R-hub ubuntu-gcc-release (r-release)
- R-hub fedora-clang-devel (r-devel)

## R CMD check results
❯ On windows-x86_64-devel (r-devel)
checking CRAN incoming feasibility ... NOTE
Maintainer: 'notPlancha <[email protected]>'

New submission

Possibly misspelled words in DESCRIPTION:
Addin (3:16, 9:22)
Keymaps (3:43)
Rstudio (3:8, 9:14)
keymaps (9:46)

> dev note: not misspelled
❯ On windows-x86_64-devel (r-devel)
checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
''NULL''

> dev note: rhub thing https://github.com/r-hub/rhub/issues/560
❯ On windows-x86_64-devel (r-devel)
checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'

> dev note: rhub bug https://github.com/r-hub/rhub/issues/503
❯ On ubuntu-gcc-release (r-release)
checking CRAN incoming feasibility ... [6s/27s] NOTE
Maintainer: ‘notPlancha <[email protected]>

New submission

Possibly misspelled words in DESCRIPTION:
Addin (3:16, 9:22)
keymaps (9:46)
Keymaps (3:43)
Rstudio (3:8, 9:14)

> dev note: not misspelled

❯ On ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel)
checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found

> dev note: rhub bug https://github.com/r-hub/rhub/issues/548
❯ On fedora-clang-devel (r-devel)
checking CRAN incoming feasibility ... [6s/34s] NOTE
Maintainer: ‘notPlancha <[email protected]>

New submission

Possibly misspelled words in DESCRIPTION:
Addin (3:16, 9:22)
Keymaps (3:43)
Rstudio (3:8, 9:14)
keymaps (9:46)

> dev note: not misspelled
0 errors | 0 warnings | 1 note

0 errors ✔ | 0 warnings ✔ | 6 notes ✖
* This is a new release.
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ radian = "radian"
up-dev = "python hook_scripts/up-dev-version.py"
hook-test = "pre-commit run"
push-no-hook = "git push --no-verify"
build-pdf = "R CMD Rd2pdf ./ --no-clean"

[dependencies]
pre-commit = ">=3.6.0,<3.7"
Expand Down

0 comments on commit b78b919

Please sign in to comment.