Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .binder/install.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

install.packages("reticulate")
install.packages("farff")

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Suggests:
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
VignetteBuilder:
knitr
Config/roxygen2/version: 8.1.0
Config/testthat/edition: 3
Expand Down
1 change: 0 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# Force matplotlib to use the headless 'Agg' backend before Python initializes
Sys.setenv(MPLBACKEND = "Agg")
}

4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## R CMD check results

0 errors | 0 warnings | 1 note
(in readme, news.md and inst/doc/welcome.html)
* win-builder reportss a note that three of the urls (in readme.md, news.md and inst/doc/welcome.html) send reset errors.
(in readme, news.md and inst/doc/welcome.html)
* win-builder reportss a note that three of the urls (in readme.md, news.md and inst/doc/welcome.html) send reset errors.
However these all work in a browser and url_check() reports no errors.
6 changes: 3 additions & 3 deletions prepare_to_submit_to_CRAN.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ devtools::test()
spelling::spell_check_package()

# check your package on several platforms
# depreacted in rhubv2 rhub::check_for_cran()
# deprecated in rhubv2 rhub::check_for_cran()
devtools::check_win_devel()


# If you would like to add comments to CRAN team
# Creates cran-comments.md, a template for your communications with CRAN when submitting a package.
#usethis::use_cran_comments(open = rlang::is_interactive())
# usethis::use_cran_comments(open = rlang::is_interactive())

# If you are submitting a new version to CRAN, Upgrade version number using this command or you can do it manually
#usethis::use_version(which = c("patch", "minor", "major", "dev")[1])
# usethis::use_version(which = c("patch", "minor", "major", "dev")[1])

# When you are happy with the package and want to submit it to CRAN, you can do this manually by converting the package source directory into a single bundled file and submit this file to CRAN (https://xmpalantir.wu.ac.at/cransubmit/)
devtools::build()
Expand Down
Loading