Skip to content

Commit

Permalink
update package web site as well as NEWS for upcoming release.
Browse files Browse the repository at this point in the history
  • Loading branch information
potterzot committed Aug 16, 2019
1 parent 6275bfc commit 4354b9f
Show file tree
Hide file tree
Showing 27 changed files with 148 additions and 174 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ paper: paper.Rmd
R -e "rmarkdown::render('$(<F)')"

#R PACKAGE
codemeta:
R -e 'codemetar::write_codemeta()'

pkgdown:
R -e 'pkgdown::build_site()'

test:
R -e 'devtools::test()'

Expand Down
6 changes: 1 addition & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@

# rnassqs 0.4.0.9005
# rnassqs 0.5.0

- approval for rOpensci inclusion!
- additional testing to improve code coveral by @nealrichardson
- small changes for rOpensci review process
- switch to rOpensci repository

# rnassqs 0.4.0.9001

- Change in syntax to allow for lower case query parameter values
- Change in syntax to allow for specifying each parameter as a separate function argument rather than as a single list (in addition to specifying a single list)
- Create package website with pkgdown
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Development

<td align="left">

<a href="https://github.com/ropensci/rnassqs/commits/master"><img src="https://img.shields.io/badge/last%20change-2019--08--15-brightgreen.svg" alt="Last Change"></a>
<a href="https://github.com/ropensci/rnassqs/commits/master"><img src="https://img.shields.io/badge/last%20change-2019--08--16-brightgreen.svg" alt="Last Change"></a>

</td>

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeRepository": "https://github.com/ropensci/rnassqs",
"issueTracker": "http://www.github.com/ropensci/rnassqs/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.4.0.9005",
"version": "0.5.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -207,7 +207,7 @@
"url": "https://CRAN.R-project.org/package=rnassqs"
}
],
"fileSize": "2095.268KB",
"fileSize": "2095.262KB",
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/onboarding/issues/298",
Expand Down
17 changes: 2 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
## Test environments
* local Arch Linux Install, kernel 4.20.3-arch1-1-ARCH, R 3.5.2
* local Arch Linux Install, kernel 4.20.3-arch1-1-ARCH, R 3.6.1
* ubuntu 14.04.5 LTS (on travis-ci), R 3.5.3
* win-builder (devel and release)
* r-hub builder

## R CMD check results
There were no ERRORs, no WARNINGs, and 1 NOTEs

The NOTE is because this is a new package.

## Resubmission
This is a resubmission. In this version I have made requested changes to:

* Use single quotes around names of packages, software, and APIs (e.g. 'Quick Stats') in the title and description (and also throughout the documentation).

* Explain acronyms in the description text (e.g. NASS).

* Provide executable examples in all exported functions. Some of these cannot be tested because they require an authentication key. Those have been excluded from testing with \donttest{}.

* Switch examples that should be excluded from testing to use '\donttest' instead of '\dontrun'.
There were no ERRORs, no WARNINGs, and no NOTEs

## Downstream dependencies
There are no downstream dependencies
2 changes: 1 addition & 1 deletion docs/CONDUCT.html

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

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.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/rnassqs.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/authors.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/index.html

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

16 changes: 4 additions & 12 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/paper.html

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

2 changes: 1 addition & 1 deletion docs/reference/index.html

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

Loading

0 comments on commit 4354b9f

Please sign in to comment.