Release 1.3: Common tasks, Dev acknowledgement, versioning, helper packages/websites, etc #2394
Replies: 8 comments 6 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Cool Issue Template - https://github.com/insightsengineering/teal/issues/new?assignees=KlaudiaBB%2Ccicdguy&labels=release&projects=&template=release.yml&title=%5BRelease%5D%3A+%3Cversion%3E |
Beta Was this translation helpful? Give feedback.
-
Making note here on cheatsheet - needs a little more thought on when to update #2600 |
Beta Was this translation helpful? Give feedback.
-
I don't know what this means? @manciniedoardo |
Beta Was this translation helpful? Give feedback.
-
@bms63 I wouldn't worry about the qpdf and latex warnings. If you want, you can install it on your machine to avoid the message. Resolving the latex warning will depend on how the latex distribution on your machine, so I would just ignore it. These both arise from building the PDF manual, which CRAN does on their end anyway. Has the size of the package grown since the last release? Unless the rules have changed, you may be auto-rejected because the build is >5MB. But I know there are packages that exceed this size on CRAN, but I have never gone through that process. 🤷🏼 |
Beta Was this translation helpful? Give feedback.
-
Sniff out unicode characters in .Rd filessearch_specific_unicode_in_rd_files <- function(folder_path, unicode_char) { List all
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Master PR
Common Release Tasks
All of these small Release Tasks should be done in one issue and not split out across multiple issues and PRs. I have created a common task list for us to check and hope to develop the task (if needed) below. If we can standardized this stuff, then we could build a
release_function
that is a wrapper around the https://usethis.r-lib.org/reference/use_release_issue.htmlPrepare for release:
urlchecker::url_check()
checked as of 19th Junedevtools::check(remote = TRUE, manual = TRUE)
output as of 19th June:devtools::check_win_devel()
- doesn't work with RemtoesSubmit to CRAN:
usethis::use_version('major')
devtools::submit_cran()
usethis::??
CRAN Accepted:
usethis::use_github_release()
usethis::use_dev_version()
Loose Guidance for particular tasks
New presentations
pharmaverse/admiraldiscovery#64
News devs to description File and old devs to acknowledgements - NB: check admiraldev as well
#2748
pharmaverse/admiraldev#492
Devs to moved to acknowledgments (not actively working on admiral anymore) at the bottom of README:
New acknowledgements
extract_duplicate_records
by default #2644Review FAQs
Polish News
Beta Was this translation helpful? Give feedback.
All reactions