Skip to content

Commit

Permalink
almost done
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc10ster committed Jul 31, 2023
1 parent 3f05793 commit aa10d2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 5 additions & 3 deletions inst/cranSubmission/cran-comments-2.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,19 @@ for (indx in 1:length(indx_packages_cran)) {
next
}
```
Windows Server 2022 x64


| Platform | Status |
|:---------------------------------------------------------|:------------------------------------------------------|
| Debian Linux, R-devel, clang, ISO-8859-15 locale | OK |
| Debian Linux, R-devel, GCC | OK |
| Fedora Linux, R-devel, clang, gfortran | OK |
| Fedora Linux, R-devel, GCC | NOTE installed size 5.1Mb |
| Fedora Linux, R-devel, GCC | NOTE installed size 5.1Mb |
| Windows Server 2022, R-devel, 64 bit | OK |
| | OK1 |
| | OK1 |
| linux-x86_64-rocker-gcc-san | OK1 |
| Windows Server 2022, R-release, 32/64 bit | OK |
| Windows Server 2022, R-oldrel, 32/64 bit | OK |



Expand Down
16 changes: 7 additions & 9 deletions inst/cranSubmission/cranSubmission.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ packagePath <- "/Users/Dev/GitHub/RJafroc_2.1.3.tar.gz"
if (!file.exists(packagePath))
packagePath <- devtools::build()

for (indx in 1:length(indx_packages_cran)) {
if (indx == 7) next
##
## RUN in Terminal window
## caffeinate -d
##

#for (indx in 3:length(indx_packages_cran)) {
for (indx in 6:6) {
indx1 <- platforms[[1]][indx_packages_cran[indx]]
cat(indx1,"\n")
chk1 <- rhub::check(packagePath, platforms = indx1)
next
}

# devtools::check_win_devel()
# devtools::check_win_release()
# devtools::check_win_oldrelease()

# rhub::check_for_cran()

# devtools::revdep()

0 comments on commit aa10d2b

Please sign in to comment.