-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: add disclosure mode check * added disclosure info to readme * corrected privacy levels * docs: updated privacy control table * docs: correct function name * docs: restructured privacy mode table to be in line with wiki * docs: tweaked text * changed privacy level of mutate * made regex more restrictive on which functions could be used within mutate * removed functions from regex * fixed disclosure tests * added mutate back into banana mode * updated utils snapshots * updated tests to accurately represent test scenario * added disclosure trap to prevent creation of vectors * try: update version stripping because changed in version 3.0.0 of svu * try: update version stripping because changed in version 3.0.0 of svu * try: check syntax * try: other syntax to strip v * try: see what version has been set as * try: correct print syntax * try: still experimenting wth syntax * try: get next version not previous
- Loading branch information
Showing
16 changed files
with
222 additions
and
217 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 |
---|---|---|
|
@@ -36,7 +36,8 @@ jobs: | |
command: | | ||
Rscript -e 'install.packages("git2r")' | ||
Rscript -e "git2r::config(user.email = '[email protected]', user.name = 'MOLGENIS Jenkins')" | ||
export VERSION=`svu --strip-prefix` | ||
export VERSION=$(svu next --tag.prefix="") | ||
echo "VERSION: $VERSION" | ||
install2.r --repo https://cloud.r-project.org desc | ||
Rscript -e "desc::desc_set_version('${VERSION}')" | ||
|
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
pandoc: 3.1.1 | ||
pandoc: '3.2' | ||
pkgdown: 2.0.9 | ||
pkgdown_sha: ~ | ||
articles: {} | ||
last_built: 2025-02-13T11:14Z | ||
last_built: 2025-02-17T16:28Z | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.