Skip to content
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

284 MBox Refresher #295

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8c1021d
Created parse_mbox_latest_date and refresh_mbox functions and updated…
ian-lastname Apr 19, 2024
72238a7
Edited download_pipermail to save pipermail files as mbox files, crea…
ian-lastname Apr 24, 2024
99fb7e3
Changed function name from refresh_mbox to refresh_mod_mbox for consi…
ian-lastname Apr 25, 2024
618f2d0
Added checks in refresh functions and in download_mod_mbox_per_month …
ian-lastname Apr 25, 2024
0751218
fix github checks
carlosparadis Apr 28, 2024
be4ff32
Re-added error message in refresh_pipermail when an http error is enc…
ian-lastname Apr 29, 2024
b5be04e
Added comments to download_pipermail
ian-lastname Apr 30, 2024
d2ce222
Minor documentation update for setup verification.
daomcgill Sep 10, 2024
7c585ae
i #284 Refactor download_pipermail function
daomcgill Sep 15, 2024
69ca163
i #284 Updated documentation and modified function for download_piper…
daomcgill Sep 17, 2024
b9a886b
i #284 Edited download_pipermail() and Added refresh_pipermail() and …
daomcgill Sep 17, 2024
3c88140
i #284 Added more descriptive comments. Made minor changes to piperma…
daomcgill Sep 19, 2024
5de3aa2
i #284 Added more descriptive comments. Made minor changes to piperma…
daomcgill Sep 19, 2024
8a373d6
Merge branch '284-mbox-download-refresher' of https://github.com/sail…
daomcgill Sep 19, 2024
b91389b
i #284 Added download_mod_mbox function and edited notebook
daomcgill Sep 21, 2024
0cc4123
i #284 Added refresh_mod_mbox function for refreshing Mod Mbox archives
daomcgill Sep 22, 2024
0dc6001
i #284 Updated Notebook
daomcgill Oct 1, 2024
f0027dc
i #284 Testing Github Actions
daomcgill Oct 2, 2024
9b9c896
i #284 Renamed save_folder_mail parameter to mbox
daomcgill Oct 2, 2024
7249c9b
i #284 Updated Notebook download_mail.Rmd
daomcgill Oct 3, 2024
2a1ba98
Revert "i #284 Testing Github Actions"
daomcgill Oct 3, 2024
7bf8ba6
i #284 Refactored parse_mbox_latest_date and Fixed Roxygen Errors
daomcgill Oct 3, 2024
aa60648
i #284 Update NEWS.md
daomcgill Oct 3, 2024
64e0646
i #284 Updated Notebook, exec/mailinglist.R and R/mail.R
daomcgill Oct 6, 2024
2b6a963
i #284 Changed Notebook to Use Project Working Directory
daomcgill Oct 6, 2024
dc40dba
i #284 Minor Fix: Folder Paths in helix.yml
daomcgill Oct 6, 2024
d6f3b41
i #284 fixes incorrect call
carlosparadis Oct 9, 2024
f02ecb1
i #284 attempt fix on Actions
carlosparadis Oct 9, 2024
7f38d1c
i #284 incomplete storytelling review
carlosparadis Oct 9, 2024
309fa34
i #284 downgrade version of R for XML
carlosparadis Oct 9, 2024
e04bd31
i #284 gcc not found on Actions
carlosparadis Oct 9, 2024
dbd7092
i #284 Refactored download_mail.Rmd
beydlern Oct 10, 2024
ea109bd
Merge branch 'master' into 284-mbox-download-refresher
daomcgill Oct 10, 2024
c4b9d16
i #284 Testing GitHub Actions after Merge
daomcgill Oct 10, 2024
90b05ed
i #284 GH Actions (changed perceval path)
daomcgill Oct 10, 2024
3e5f8f7
i #284 Change Roxygen version
daomcgill Oct 10, 2024
4af2c21
i #284 Update Notebook and config file
daomcgill Oct 11, 2024
8094402
i #284 Final Updates for Mail Notebook
daomcgill Oct 15, 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
fix github checks
  • Loading branch information
carlosparadis committed Apr 28, 2024
commit 075121800e7aa97a6c01cd1d37ced1ec041ed873
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: R-CMD-check

jobs:
R-CMD-check:
runs-on: macOS-latest
runs-on: macOS-13
strategy:
matrix:
r-version: ['4.2']
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install UCtags and Update tools.yml
if: always()
run: |
brew tap universal-ctags/universal-ctags
brew tap homebrew/core
brew install --HEAD universal-ctags
utags_head=$(ls /usr/local/Cellar/universal-ctags | tail -n 1)
sed -i -e "s|utags: \/usr\/local\/Cellar\/universal-ctags\/HEAD-62f0144\/bin\/ctags|utags: \/usr\/local\/Cellar\/universal-ctags\/${utags_head}\/bin\/ctags|g" tools.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: test-coverage

jobs:
test-coverage:
runs-on: macOS-latest
runs-on: macOS-13
strategy:
matrix:
r-version: ['4.2']
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install UCtags and Update tools.yml
if: always()
run: |
brew tap universal-ctags/universal-ctags
brew tap homebrew/core
brew install --HEAD universal-ctags
utags_head=$(ls /usr/local/Cellar/universal-ctags | tail -n 1)
sed -i -e "s|utags: \/usr\/local\/Cellar\/universal-ctags\/HEAD-62f0144\/bin\/ctags|utags: \/usr\/local\/Cellar\/universal-ctags\/${utags_head}\/bin\/ctags|g" tools.yml
Expand Down
Loading