Skip to content

Commit

Permalink
[188559300]: pkgdown debugging + improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Jan 14, 2025
1 parent e72ded3 commit 38e3267
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/R-codecov-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
test-coverage:
runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/fork-and-merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ forks <- function(dataset) {
#' # 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

View workflow job for this annotation

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.
Expand Down
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.

0 comments on commit 38e3267

Please sign in to comment.