Skip to content

Commit

Permalink
Remove extra " and add to buildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 19, 2024
1 parent b0b0039 commit 7d996b4
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 37 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
resources/*
^doc$
^Meta$
inst/extdata/docker/*
2 changes: 1 addition & 1 deletion .github/workflows/write-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
"fhdsl/Ethical_Data_Handling_for_Cancer_Research",
"fhdsl/AI_for_Decision_Makers",
"fhdsl/AI_for_Efficient_Programming",
"fhdsl/NIH_Data_Sharing""
"fhdsl/NIH_Data_Sharing"
)
repo_metrics <- metricminer::get_multiple_repos_metrics(repo_names = repo_names, time_course = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

export(auth_from_secret)
export(authorize)
export(automate_storage)
export(calendly_get)
export(clean_ga_metrics)
export(clean_repo_metrics)
Expand Down Expand Up @@ -33,7 +34,6 @@ export(request_ga)
export(request_google_forms)
export(write_playlist_details)
export(write_to_gsheet)
export(write_to_table)
import(dplyr)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.string)
Expand Down
3 changes: 1 addition & 2 deletions R/write-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ write_to_gsheet <- function(input, token = NULL, gsheet = NULL, overwrite = FALS
#' @export
#' @examples \dontrun{
#'

#'
#' }
automate_storage <- function() {

}
Expand Down
36 changes: 36 additions & 0 deletions man/automate_storage.Rd

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

2 changes: 2 additions & 0 deletions man/get_github_metrics.Rd

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

7 changes: 6 additions & 1 deletion man/get_multiple_repos_metrics.Rd

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

32 changes: 0 additions & 32 deletions man/write_to_table.Rd

This file was deleted.

0 comments on commit 7d996b4

Please sign in to comment.