Skip to content

Commit

Permalink
Updates to comply with ROpenSci guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlowens committed Oct 30, 2020
1 parent 2f01e51 commit f781158
Show file tree
Hide file tree
Showing 13 changed files with 1,704 additions and 787 deletions.
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html
28 changes: 28 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

name: R-CMD-check

jobs:
R-CMD-check:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Check
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maintainer: Hannah L. Owens <hannah.owens@gmail.com>
Description: Facilitates the gathering of biodiversity occurrence data
from disparate sources. Metadata is managed throughout the process to facilitate
reporting and enhanced ability to repeat analyses.
License: GPL (>= 2)
License: GPL-3
URL: https://github.com/hannahlowens/occCite
BugReports: https://github.com/hannahlowens/occCite/issues
Encoding: UTF-8
Expand Down
595 changes: 595 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,6 @@ occCite also contains tools to map search results. We can pass occCite objects t
```{r mapping search results, eval = F, echo = T}
map.occCite(mySimpleOccCiteObject, cluster = T)
```
<!-- badges: start -->
[![R build status](https://github.com/hannahlowens/occCite/workflows/R-CMD-check/badge.svg)](https://github.com/hannahlowens/occCite/actions)
<!-- badges: end -->
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
387 changes: 387 additions & 0 deletions docs/LICENSE.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/articles/occCite_Vignette.html

Large diffs are not rendered by default.

615 changes: 291 additions & 324 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 1.6.1
pkgdown_sha: ~
articles:
occCite_Vignette: occCite_Vignette.html
last_built: 2020-10-21T13:41Z
last_built: 2020-10-30T10:22Z

612 changes: 289 additions & 323 deletions docs/readme.html

Large diffs are not rendered by default.

210 changes: 90 additions & 120 deletions readme.md

Large diffs are not rendered by default.

0 comments on commit f781158

Please # to comment.