Skip to content

Commit ce0c773

Browse files
committed
Add files from r7-repo-template. Update README.
1 parent 3817ee0 commit ce0c773

File tree

8 files changed

+238
-678
lines changed

8 files changed

+238
-678
lines changed

.gitignore

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
.Rproj.user
1+
# R files
22
.Rhistory
3+
.Rapp.history
4+
.Renviron
35
.RData
46
.Ruserdata
7+
*.Rproj
8+
.Rproj.user
9+
/*.Rcheck/
10+
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
11+
.httr-oauth
12+
# knitr and R markdown default cache directories
13+
*_cache/
14+
/cache/
15+
# Temporary files created by R markdown
16+
*.utf8.md
17+
*.knit.md
18+
# translation temp files
19+
po/*~
20+
# Preview files
21+
README.html
22+
DISCLAIMER.html
23+
NEWS.html

CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# For general information on CODEOWNERS files in GitHub see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
# This file is required in the DGEC for GitHub Actions (see p.3 of https://doimspp.sharepoint.com/sites/ocio-DOI-GitHub-Enterprise/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2Focio%2DDOI%2DGitHub%2DEnterprise%2FShared%20Documents%2FGeneral%2FRules%20of%20Behavior%2FDGEC%20GitHub%20Actions%2Epdf&parent=%2Fsites%2Focio%2DDOI%2DGitHub%2DEnterprise%2FShared%20Documents%2FGeneral%2FRules%20of%20Behavior)
3+
4+
# Each line is a file pattern followed by one or more owners.
5+
# Order is important; the last matching pattern takes the most
6+
# precedence.
7+
8+
# The <maintainer> is the GitHub DGEC username of the reviewer.
9+
# You can also use email addresses if you prefer. They'll be
10+
# used to look up users just like we do for commit author
11+
# emails.
12+
13+
#---- Codeowners
14+
15+
# Include at least one reviewer for the repository’s .github/workflows directory by adding the lines below (Uncomment them when using GitHub Actions)
16+
# .github/* @mccrea-cobb
17+
# .github/workflows/* @mccrea-cobb

DISCLAIMER.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Disclaimer
2+
3+
This software is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The software has not received final approval by the U.S. Fish & Wildlife Service (USFWS). No warranty, expressed or implied, is made by the USFWS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. The software is provided on the condition that neither the USFWS nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the software.

LICENSE

Lines changed: 121 additions & 674 deletions
Large diffs are not rendered by default.

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
Delete these comments when customizing your repository with this template.
3+
4+
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and adheres to [Semantic Versioning](http://semver.org/).*
5+
6+
>- *This file is for humans, not machines.*
7+
>- *There should be an entry for every single version.*
8+
>- *The same types of changes should be grouped.*
9+
>- *Versions and sections should be linkable.*
10+
>- *The latest version comes first.*
11+
>- *The release date of each version is displayed.*
12+
>- *Mention whether you follow Semantic Versioning.*
13+
-->
14+
15+
# akrreport 0.1.0-alpha
16+
17+
No releases published.

README.Rmd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To use `akrreport` and generate Word or PDF reports from a template, you'll need
3636
```
3737
3838
39-
## Using a Template
39+
## Usage
4040
4141
Install the template directly:
4242
@@ -49,5 +49,10 @@ This will install the package `akrreport`. Once installed, templates will be ava
4949

5050
![Alaska Refuge Report](./README-images/templates.png)
5151

52-
## USFWS Disclaimer
53-
This United States Fish & Wildlife Service (USFWS) code is provided on an "as is" basis and the user assumes responsibility for its use. USFWS has relinquished control of the information and no longer has responsibility to protect the integrity , confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recomendation or favoring by USFWS. The USFWS seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by USFWS or the United States Government.
52+
## Getting help
53+
54+
Contact the [project maintainer](emailto:[email protected]) for help with this repository.
55+
56+
## Contribute
57+
58+
Contact the [project maintainer](emailto:[email protected]) for information about contributing to this repository template. Submit a [GitHub Issue](https://github.com/USFWS/r7-repo-template/issues) to report a bug or request a feature or enhancement.

code.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"name": "akrreport",
4+
"organization": "U.S. Fish & Wildlife Service",
5+
"description": "An R package provides R Markdown and Quarto templates for reports generated by biologists at National Wildlife Refuges in Alaska",
6+
"version": "0.1.0-alpha",
7+
"status": "Development",
8+
9+
"permissions": {
10+
"usageType": "openSource",
11+
"licenses": [
12+
{
13+
"name": "Public Domain, CC0-1.0",
14+
"URL": "https://github.com/USFWS/akrreport/blob/main/LICENSE.md"
15+
}
16+
]
17+
},
18+
19+
"homepageURL": "https://github.com/USFWS/akrreport",
20+
"downloadURL": "https://github.com/USFWS/akrreport/archive/refs/heads/main.zip",
21+
"disclaimerURL": "https://github.com/USFWS/akrreport/blob/main/DISCLAIMER.md",
22+
"repositoryURL": "https://github.com/USFWS/akrreport.git",
23+
"vcs": "git",
24+
25+
"laborHours": 60,
26+
27+
"tags": [
28+
"r7",
29+
"usfws"
30+
"quarto",
31+
"rmarkdown",
32+
"template"
33+
],
34+
35+
"languages": [
36+
"r",
37+
"json",
38+
"md",
39+
"quarto",
40+
"Rmd"
41+
],
42+
43+
"contact": {
44+
"name": "McCrea Cobb",
45+
"email": "[email protected]"
46+
},
47+
48+
"date": {
49+
"metadataLastUpdated": "2023-05-18"
50+
}
51+
}
52+
]
Loading

0 commit comments

Comments
 (0)