Skip to content

Commit

Permalink
Submit 0.2.8
Browse files Browse the repository at this point in the history
- Rebuilt for 4.0.2
  • Loading branch information
bradlindblad committed Jun 30, 2020
1 parent 1e050ef commit 858ab77
Show file tree
Hide file tree
Showing 29 changed files with 95 additions and 77 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-03-29.
Once it is accepted, delete this file and tag the release (commit 3fdc9cace3).
This package was submitted to CRAN on 2020-06-30.
Once it is accepted, delete this file and tag the release (commit 1e050ef138).
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: tidyUSDA
Title: A Minimal Tool Set for Gathering USDA Quick Stat Data for
Analysis and Visualization
Version: 0.2.7
Version: 0.2.8
Authors@R:
c(person(given = "Brad",
family = "Lindblad",
Expand Down Expand Up @@ -52,4 +52,4 @@ VignetteBuilder:
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# tidyUSDA 0.2.8
* Update for R 4.0.2

# tidyUSDA 0.2.7
* Minor bug fix

Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Fixed one line that made the NAMESPACE for package work correctly.
Update package for 4.0.2

## Test environments
* local Linux Mint 19.3, R 3.6.2
* local Linux Mint 19.3, R 4.0.2
* ubuntu 16.04 (on travis-ci), R 3.6.1


Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

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

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

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

4 changes: 2 additions & 2 deletions docs/articles/index.html

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

6 changes: 3 additions & 3 deletions docs/articles/using_tidyusda.html

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo ([email protected]) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});
8 changes: 4 additions & 4 deletions docs/authors.html

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

8 changes: 4 additions & 4 deletions docs/index.html

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

40 changes: 20 additions & 20 deletions docs/news/index.html

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

6 changes: 3 additions & 3 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pandoc: 2.3.1
pkgdown: 1.5.0
pandoc: 2.7.3
pkgdown: 1.5.1
pkgdown_sha: ~
articles:
using_tidyusda: using_tidyusda.html
last_built: 2020-03-30T00:18Z
last_built: 2020-06-30T18:24Z

4 changes: 2 additions & 2 deletions docs/reference/allCategory.html

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

4 changes: 2 additions & 2 deletions docs/reference/allCommodity.html

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

4 changes: 2 additions & 2 deletions docs/reference/allCounty.html

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

4 changes: 2 additions & 2 deletions docs/reference/allDataItem.html

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

Loading

0 comments on commit 858ab77

Please sign in to comment.