como-ph/oxcovid19: oxcovid19 v0.1.1
Creators
Description
This is the second release of oxcovid19
.
This is a release to address warnings and notes identified in CRAN results. In this release:
I addressed two warnings produced by CRAN checks on macOS:
Warning in engine$weave(file, quiet = quiet, encoding = enc) : Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Warning in engine$weave(file, quiet = quiet, encoding = enc) : Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
These are the same warnings for two different vignettes. On further investigation, this seems to be related to my generation of figures using Rmarkdown. To address this, I instead generated and saved these figures locally and then inserted the figures into the respective vignettes rather than generating the figures on build.
I addressed two notes produced by CRAN checks on linux fedora clang and gcc:
Note: found 2 marked UTF-8 strings
Namespace in Imports field not imported from: 'dbplyr' All declared Imports should be used.
I found the two marked UTF-8 strings and have edited them accordingly
I do not directly use dbplyr
in my functions but I use the tbl
function in dplyr
that when used with a database connection requires dbplyr
improved documentation
addressed issue with connect function regarding
gssencmode
specificationupdated test package GitHub Actions specifications
updated check package GitHub Actions specifications
Files
como-ph/oxcovid19-0.1.1.zip
Files
(6.6 MB)
Name | Size | Download all |
---|---|---|
md5:11e735e74025680697ea01ab91c627f8
|
6.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/como-ph/oxcovid19/tree/0.1.1 (URL)