-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump set minimum R patchlevel to 0 more images now work thanks to backend improvements included test summary covrpage
- Loading branch information
1 parent
394b256
commit 9dc4e85
Showing
5 changed files
with
55 additions
and
8 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: mathpix | ||
Title: Support for the 'Mathpix' API (Image to 'LaTeX') | ||
Version: 0.2.0 | ||
Version: 0.3.0 | ||
Authors@R: person("Jonathan", "Carroll", | ||
email = "[email protected]", | ||
role = c("aut", "cre"), | ||
|
@@ -12,7 +12,7 @@ Description: Given an image of a formula (typeset or handwritten) this package | |
See <https://docs.mathpix.com/> for full details. 'Mathpix' is an external service | ||
and use of the API is subject to their terms and conditions. | ||
Depends: | ||
R (>= 3.3.2) | ||
R (>= 3.3.0) | ||
License: GPL (>=3) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
@@ -21,7 +21,7 @@ BugReports: https://github.com/jonocarroll/mathpix/issues | |
Suggests: | ||
testthat, | ||
covr | ||
RoxygenNote: 6.0.1 | ||
RoxygenNote: 6.0.1.9000 | ||
Imports: | ||
purrr, | ||
base64enc, | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Tests and Coverage | ||
================ | ||
27 April, 2018 22:06:07 | ||
|
||
- [Coverage](#coverage) | ||
- [Unit Tests](#unit-tests) | ||
|
||
This output is created by [covrpage](https://github.com/yonicd/covrpage). | ||
|
||
Coverage | ||
-------- | ||
|
||
Coverage summary is created using the [covr](https://github.com/r-lib/covr) package. | ||
|
||
| Object | Coverage (%) | | ||
|:------------------------------|:------------:| | ||
| mathpix | 9.68 | | ||
| [R/connect.R](../R/connect.R) | 9.68 | | ||
|
||
<br> | ||
|
||
Unit Tests | ||
---------- | ||
|
||
Unit Test summary is created using the [testthat](https://github.com/r-lib/testthat) package. | ||
|
||
| file | n| time| error| failed| skipped| warning| | ||
|:-----------------------------------|----:|------:|------:|-------:|--------:|--------:| | ||
| [test\_api.R](testthat/test_api.R) | 5| 4.394| 0| 0| 0| 0| | ||
|
||
| file | test | context | status | n| time| | ||
|:-----------------------------------|:--------------------------------------------|:----------------|:-------|----:|------:| | ||
| [test\_api.R](testthat/test_api.R) | eq1 returns correct LaTeX | Connect to API | PASS | 1| 1.066| | ||
| [test\_api.R](testthat/test_api.R) | Travis successfully uses API key | Connect to API | PASS | 1| 0.792| | ||
| [test\_api.R](testthat/test_api.R) | Retrying image processing can be successful | Connect to API | PASS | 2| 2.533| | ||
| [test\_api.R](testthat/test_api.R) | Missing image produces an error | File processing | PASS | 1| 0.003| |
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