Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix links #107

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

Merged
merged 26 commits into from
May 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
29523d3
fix links
LiamConnors May 27, 2024
07479b3
remove examples that no longer run
LiamConnors May 27, 2024
9df3a21
Update 2021-08-04-legend.Rmd
LiamConnors May 27, 2024
a27be62
Update 2021-08-04-log-plot.Rmd
LiamConnors May 27, 2024
753444e
Update 2021-08-04-strip-charts.Rmd
LiamConnors May 27, 2024
0d13036
Update DESCRIPTION
LiamConnors May 27, 2024
f734bfc
fix stock name
LiamConnors May 27, 2024
5e53a75
Update DESCRIPTION
LiamConnors May 27, 2024
1338f69
Delete 2021-07-26-ml-roc-pr.Rmd
LiamConnors May 28, 2024
67b2c43
specify tidyverse image
LiamConnors May 28, 2024
93368b2
revert adding depdenencies
LiamConnors May 28, 2024
97c7884
Update config.yml
LiamConnors May 28, 2024
092d803
Update config.yml
LiamConnors May 28, 2024
797d9cf
Delete 2021-08-18-discrete-colors.Rmd
LiamConnors May 28, 2024
b21aad4
fix stock name
LiamConnors May 28, 2024
250703b
Delete 2021-08-04-network-graphs.Rmd
LiamConnors May 28, 2024
e3c82bb
Create 2021-08-18-discrete-colors.Rmd
LiamConnors May 28, 2024
9d9a965
add back file
LiamConnors May 28, 2024
822ff61
Create 2017-01-13-mixed-subplot.Rmd
LiamConnors May 28, 2024
0fec8d3
Update DESCRIPTION
LiamConnors May 28, 2024
b871583
fix treemap images
LiamConnors May 28, 2024
343283a
Update 2021-08-04-splom.Rmd
LiamConnors May 28, 2024
e37cf9f
Update 2021-08-04-strip-charts.Rmd
LiamConnors May 28, 2024
9741c8c
Revert "Update DESCRIPTION"
LiamConnors May 28, 2024
f11e2ce
Revert "Create 2017-01-13-mixed-subplot.Rmd"
LiamConnors May 28, 2024
93686eb
Update 2021-08-18-discrete-colors.Rmd
LiamConnors May 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update config.yml
  • Loading branch information
LiamConnors committed May 28, 2024
commit 97c788429e19a7c3b6ac49f0cd479627aa7cc6d6
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/project
docker:
- image: rocker/tidyverse:3.6.3
- image: rocker/tidyverse:3
steps:
- add_ssh_keys:
fingerprints:
Expand Down