-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17b0c42
commit bb958e6
Showing
3 changed files
with
14 additions
and
10 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Title: Programmatic access to Microsoft Outlook on Windows through RDCOMClient | |
Version: 0.0.0.9000 | ||
Authors@R: person("Murray David", "Neuzerling", email = "[email protected]", role = c("aut", "cre")) | ||
Description: Provides a wrapper to access a locally installed Microsoft Outlook application on Windows through RDCOMClient, an R package that allows R to act as a DCOM client. Access is provided through two key functions: prepare_email, which allows an email to be prepared in R with R objects (data frames, tibbles, ggplots), and find_emails, which allows the user to search their emails and extract attachments. | ||
Depends: R (>= 3.4.4), RDCOMClient, purrr, xtable, readr, readbitmap, ggplot2 | ||
Depends: R (>= 3.4.4), RDCOMClient, purrr, xtable, readr, writexl, readbitmap, ggplot2 | ||
License: GNU General Public License v3.0 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
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