This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Added renv #2
Open
MattNickodemus
wants to merge
114
commits into
jumpingrivers:main
Choose a base branch
from
dsu-effectiveness:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Added renv #2
Conversation
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
Updates from Jumping Rivers
Merging updates from Jumping Rivers.
Grabbing Jumping River's updates.
Updates from successfully published version.
Draft: Use enrollment pin
…ecified in config
In pins::pin_read(board, name), the name should be "rsconnectapi!service/<pin_name>" when calling to a pin-board on Connect. This holds whether the call is made on Connect, or from a local machine.
Note that the {pins} documentation recommends using env variables `CONNECT_API_KEY`, `CONNECT_SERVER` for use in `board_connect()`. We also added `CONNECT_ACCOUNT`. The config fields are lower-case versions of the env-variables.
Access daily-enrollment pin on both Connect and in local-dev
fix: use current-year as upper bound for year-filter
Though utShinyMods had already been removed from the dependencies, it was still mentioned in a dev/ script and in the remotes/ field of the DESCRIPTION.
Add "Update chart" button
Hide sunburst page/plot
The dataset needed `term_desc` and `days_to_class_start` columns before it could be used in the app. `days_to_class_start` is identical to `days_to_term_start` except that it has been filtered to be < 21 (see recent changes in the daily_enrollment.sql file in scheduled-pins). The stored dataset has been nested on `days_to_class_start` to limit the amount of duplication for other columns for a given student/term. This reduced a 8M row dataset to a 100k row dataset. Overall the .rds file has reduced in size from 8.3MB to 1.5MB.
Nested enrollment
updating pins workflow with golem-config
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.