Skip to content

Commit

Permalink
i #284 Minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Dao McGill <[email protected]>
  • Loading branch information
daomcgill committed Dec 9, 2024
1 parent 41f0850 commit 4df52d9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 14 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Authors@R: c(
person('Ian Jaymes', 'Iwata', role = c('ctb')),
person('Dao', 'McGill', role = c('ctb')),
person('Nicholas', 'Beydler', role = c('ctb')),
person('Mark', 'Burgess', role = c('ctb'))
person('Raven', 'Quiddaoen', role= c('ctb')),
person('Mark', 'Burgess', role = c('ctb')),
person('Raven', 'Quiddaoen', role= c('ctb'))
)
Maintainer: Carlos Paradis <[email protected]>
License: MPL-2.0 | file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ export(parse_r_dependencies)
export(parse_r_function_definition)
export(parse_r_function_dependencies)
export(parse_rfile_ast)
export(process_gz_to_mbox_in_folder)
export(parse_understand_dependencies)
export(process_gz_to_mbox_in_folder)
export(query_src_text)
export(query_src_text_class_names)
export(query_src_text_namespace)
Expand Down
13 changes: 8 additions & 5 deletions man/parse_mbox.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions man/parse_mbox_latest_date.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/refresh_mod_mbox.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/refresh_pipermail.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/download_mail.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For Pipermail, we need to specify the project key, which is used to retrieve the

Now, we can use the getter functions to retrieve the configuration parameters for the specified project key.

```{r eval=FALSE}
```{r}
conf <- parse_config("../conf/openssl.yml")
pipermail_mailing_list <- get_pipermail_domain(conf, "project_key_1")
pipermail_save_folder_path <- get_pipermail_path(conf, "project_key_1")
Expand Down

0 comments on commit 4df52d9

Please sign in to comment.