-
Notifications
You must be signed in to change notification settings - Fork 2
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
synapser refactor phase a #171
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f3ae7d2
Start refactor on access utils
anngvu bc03f00
Rework manifest_generate bc can no longer access inner creds obj
anngvu e5c73e7
Update some find_ funs bec on which list_project_datasets has dep
anngvu cebe432
Update annotations.R
anngvu 13cd669
Update annotation_qc.R
anngvu 33b8bd1
Update assign_study_data_types.R
anngvu db3601c
Update access_utils.R
anngvu 92c39a7
Update access utils-related vignette
anngvu 52d32cf
Update add_publication_from_pubmed.R
anngvu 29c22a7
Update datasets.R
anngvu be7e67d
Update tests
anngvu ee83bd3
Reorganize datasets, separate out subset
anngvu fd638f0
Update docs
anngvu 5e04550
Resolve additional in annotation_qc
anngvu 430c496
Update login for relevant vignettes
anngvu 5928e7d
Fix vignette
anngvu a51c11d
Pkgdown needs pip install for new vignettes
anngvu 112b448
Add small helper for tutorial
anngvu 4480f65
Fix
anngvu fa38fcb
Clean up vignette
anngvu 56e2773
Update other add_publication
anngvu c3fd5be
Provide other copy fun bc no .syn reference for synapseutils
anngvu 1b2f870
Regen docs, NAMESPACE
anngvu 014b91c
Update pkgdown index
anngvu 77fe02c
More vignettes
anngvu 3eb0747
Refactor for add_pub
anngvu 281e34a
Update internal copy util
anngvu 7ebcb18
Update vignette
anngvu 151f84e
Update README
anngvu ad0feb6
Update docs
anngvu ba8252f
Update README.md
anngvu 69caa4f
Constrain synapser version
anngvu 04c7011
Update CI with more specific versioning and installation methods
anngvu 4b1ccd4
Doc previews per #176
anngvu 5a94149
Start installation vignette
anngvu 098e527
Update vignette
anngvu 9b87c11
More instructions, clear cache
anngvu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -27,7 +27,12 @@ jobs: | |
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
use-public-rspm: true | ||
|
||
|
||
- name: Install synapseclient | ||
run: | | ||
pip install synapseclient | ||
synapse --version | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::pkgdown, local::. | ||
|
@@ -37,6 +42,12 @@ jobs: | |
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) | ||
shell: Rscript {0} | ||
|
||
- name: Deploy preview for PRs | ||
if: github.event_name == 'pull_request' | ||
uses: rossjrw/pr-preview-action@v1 | ||
with: | ||
source-dir: ./docs | ||
|
||
- name: Deploy to GitHub pages 🚀 | ||
if: github.event_name != 'pull_request' | ||
uses: JamesIves/[email protected] | ||
|
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually do not need
synapser::