-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rhian Davies
committed
Aug 24, 2022
1 parent
cf65f58
commit d4f7722
Showing
11 changed files
with
82 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.gitlab-ci\.yml$ | ||
^\.lintr$ | ||
^_ | ||
_files$ | ||
^CONTRIBUTING\.md$ | ||
^CODEOWNERS$ | ||
docs | ||
/rsconnect/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Values should be 0, unless reasons given | ||
variables: | ||
ALLOWED_WARNINGS: 0 | ||
ALLOWED_NOTES: 0 | ||
NO_IMPORTS: 0 | ||
#disable_verify_r_package: "false" | ||
#DRAT_PUBLISH: "true" | ||
|
||
# This will include the project template main.yml | ||
include: | ||
- project: jumpingrivers/products/rdev/r-package | ||
ref: $JR_CI_TEMPLATES_DEFAULT_BRANCH | ||
file: /.ci/main.yml | ||
rules: | ||
- if: $CI_PROJECT_PATH != "jumpingrivers/products/rdev/r-package" | ||
- local: /.ci/main.yml | ||
rules: | ||
- if: $CI_PROJECT_PATH == "jumpingrivers/products/rdev/r-package" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
linters: linters_with_defaults( | ||
assignment_linter = NULL, | ||
cyclocomp_linter(complexity_limit = 25), | ||
line_length_linter(100), | ||
undesirable_operator_linter( | ||
modify_defaults( | ||
default_undesirable_operators, | ||
"<-" = "Use =, not <-, for assignment." | ||
) | ||
) | ||
) | ||
exclusions: list( | ||
"^cache/" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# JR - This defines the maintainer(s) of a repo or the people responsible for different parts thereof. | ||
# The below line will make csgillespie the owner unless it is overriden with the actual owner. | ||
|
||
* @shane82 @dataccino @statsrhian @csgillespie | ||
# More examples: | ||
# https://docs.gitlab.com/ee/user/project/code_owners.html#example-codeowners-file | ||
# | ||
# All files of a type: | ||
# *.Rmd @someone-who-likes-rmd | ||
# | ||
# All files in a directory (recursively): | ||
# /docs/ @all-docs @another-person |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Version: 0.1.0 | |
Author: Shane Halloran | ||
Maintainer: Shane Halloran <[email protected]> | ||
Description: Testing whether data scientists can do what they expect in RStudio/Workbench. | ||
License: Proprietary | ||
License: file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Suggests: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Proprietary | ||
|
||
Do not distribute outside of Jumping Rivers Ltd. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# {{ package_name }} 0.0.1 *2021-01-01* | ||
|
||
- Initial commit |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.