File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 ` use_github_action_check_full() ` , ` use_github_action_pr_commands() ` ,
77 to set up a GitHub Actions for a package (@jimhester ).
88
9- * We now recommend GitHub actions instead of travis or appveyor , and strongly
10- recommended upgrading your packages.
9+ * We now recommend GitHub Actions instead of Travis-CI or AppVeyor , and strongly
10+ recommend upgrading your packages.
1111
1212## Package creation
1313
7474 platform default (#767 ). It should do a better job of preserving UTF-8 files
7575 on windows (#969 ).
7676
77- * ` browse_github() ` now always goes to the canonical Github site:
77+ * ` browse_github() ` now always goes to the canonical GitHub site:
7878 ` https://github.com/user/repo ` . This is slightly worse than the current
7979 behaviour but makes the function more consistent across packages, and
8080 considerably simplifies the implementation.
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ check_uses_github_actions <- function(base_path = proj_get()) {
8686
8787 ui_stop(
8888 "
89- Cannot detect that package {ui_value(project_name(base_path))} already uses Github Actions.
89+ Cannot detect that package {ui_value(project_name(base_path))} already uses GitHub Actions.
9090 Do you need to run {ui_code('use_github_actions()')}?
9191 "
9292 )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ package_remote <- function(desc) {
7171 ui_stop(" {ui_value(package)} was not installed from a supported remote." )
7272 }
7373
74- # Github remotes don't get the 'RemoteType::' prefix
74+ # GitHub remotes don't get the 'RemoteType::' prefix
7575 if (identical(remote $ RemoteType , " github" )) {
7676 paste0(remote $ RemoteUsername , " /" , remote $ RemoteRepo )
7777 } else {
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ frontmatter
4040fs
4141funder
4242gc
43- gh
4443Git's
4544github
4645gitignore
@@ -64,6 +63,7 @@ Jenkinsfile
6463Jupyter
6564labelled
6665learnr
66+ LF
6767LGL
6868libgit
6969lifecycle
You can’t perform that action at this time.
0 commit comments