Skip to content

Commit

Permalink
last cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
msberends committed Sep 4, 2024
1 parent 136e464 commit 61e9158
Show file tree
Hide file tree
Showing 49 changed files with 150 additions and 7,938 deletions.
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

52 changes: 26 additions & 26 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
Package: msgxtractr
Type: Package
Title: Read Outlook '.msg' Files
Version: 0.3.0.1
Version: 0.3.0.2
Authors@R: c(
person(given = c("Matthijs", "S."),
family = "Berends",
role = c("aut"),
email = "[email protected]"),
person("Bob", "Rudis", email = "[email protected]", role = c("cre")),
person("Ariya", "Hidayat", email = "[email protected]", role = c("ctb", "cph"), comment = "POLE library"),
person("Nemanja", "Trifunovic", role = c("ctb", "cph"), comment = "UTF-8 helpers <https://github.com/nemtrif/utfcpp>")
)
person(given = c("Matthijs", "S."),
family = "Berends",
role = c("aut"),
email = "[email protected]"),
person("Bob", "Rudis", email = "[email protected]", role = c("cre")),
person("Ariya", "Hidayat", email = "[email protected]", role = c("ctb", "cph"), comment = "POLE library"),
person("Nemanja", "Trifunovic", role = c("ctb", "cph"), comment = "UTF-8 helpers <https://github.com/nemtrif/utfcpp>")
)
Description: Forked from hrbrmstr/msgxtractr. 'Microsoft' 'Outlook' messages can be saved in '.msg' files.
Tools are provided that enable extraction of metadata, envelope, headers, body and attachments
from these files.
URL: https://github.com/certe-medical-epidemiology/msgxtractr
BugReports: https://github.com/hrbrmstr/certe-medical-epidemiology/issues
NeedsCompilation: yes
Encoding: UTF-8
Copyright: file inst/COPYRIGHTS
License: AGPL
Suggests:
testthat,
covr
Tools are provided that enable extraction of metadata, envelope, headers, body and attachments
from these files.
Depends:
R (>= 4.1.0)
R (>= 4.1.0)
Imports:
Rcpp,
scales,
tibble
Rcpp,
scales,
tibble
Suggests:
testthat,
covr
LinkingTo:
Rcpp
URL: https://github.com/certe-medical-epidemiology/msgxtractr
BugReports: https://github.com/certe-medical-epidemiology/msgxtractr/issues
License: AGPL
Copyright: file inst/COPYRIGHTS
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.3.2
LinkingTo: Rcpp
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# 0.3.0.*
Modifications by non-profit organisation Certe, dept of Medical Epidemiology, after forking from `hrbrmstr/msgxtractr`.
Modifications by @msberends from non-profit organisation Certe, dept of Medical Epidemiology, after forking from `hrbrmstr/msgxtractr`.

## Bug Fixes
- Fixed issue with `iterator` class deprecation warnings.
- Addressed `sprintf` usage to ensure safety with `snprintf`.
- **C++ Standard Compliance**: Removed deprecated inheritance from `std::iterator` in the iterator class templates and replaced with explicit iterator traits. This resolves warnings related to deprecated declarations.
- **Variable Usage**: Removed unused variables that were causing warnings (`prefix`, `compr_size`, `uncompr_size`). These variables were set but not used, leading to compiler warnings.
- **Function Prototypes**: Updated function declarations to explicitly use `void` when no arguments are expected (e.g., `get_alloc_limit(void)`), resolving warnings about deprecated function declarations without prototypes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

> 2024-09-02
>
> Forked from hrbrmstr/msgxtractr
> Forked from hrbrmstr/msgxtractr, see `NEWS.md`
`msgxtractr` : Read Outlook ‘.msg’ Files

Expand Down
42 changes: 0 additions & 42 deletions appveyor.yml

This file was deleted.

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

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

Loading

0 comments on commit 61e9158

Please sign in to comment.