Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[188559300]: more pkgdown debugging #659

Merged
merged 1 commit into from
Jan 14, 2025
Merged
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 .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@ jobs:
env:
GITHUB_ACTION: yes
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
_R_CHECK_LENGTH_1_LOGIC2_: true
_R_CHECK_TESTS_NLINES_: 0
R_KEEP_PKG_SOURCE: yes
3 changes: 0 additions & 3 deletions .github/workflows/R-codecov-lint.yaml
Original file line number Diff line number Diff line change
@@ -10,9 +10,6 @@ jobs:
test-coverage:
runs-on: ubuntu-latest

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3

2 changes: 1 addition & 1 deletion .github/workflows/R-pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

env:
GITHUB_PAT: ${{ secrets.TA_DA_ACCESS }}
GITHUB_PAT: ${{ secrets.TA_DA_ACCESS_NEW }}

steps:
- uses: actions/checkout@v3
2 changes: 1 addition & 1 deletion R/fork-and-merge.R
Original file line number Diff line number Diff line change
@@ -37,10 +37,10 @@
#' # But you can specify a project by path, `ProjectFolder` object or URL
#' ds_fork2 <- forkDataset(ds, project = "/Client1/forks/")
#' ds_fork3 <- forkDataset(ds, project = projects()[["My forks"]])
#' ds_fork4 <- forkDataset(ds, project = "https://app.crunch.io/api/projects/abc")
#' ds_fork4 <- forkDataset(ds, project = "https://app.crunch.io/api/projects/abc/")
#' }
#' @export
forkDataset <- function(dataset, name = defaultForkName(dataset), draft = FALSE, ..., project = folder(dataset)) {

Check warning on line 43 in R/fork-and-merge.R

GitHub Actions / test-coverage

file=R/fork-and-merge.R,line=43,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 114 characters.
## TODO: add owner field, default to self(me())
fork_url <- crPOST(shojiURL(dataset, "catalogs", "forks"),
body = toJSON(wrapEntity(name = name, is_published = !draft, ..., project = resolveProjectURL(project)))
2 changes: 1 addition & 1 deletion man/forkDataset.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Oops, something went wrong.