Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
^LICENSE\.md$
^CODE_OF_CONDUCT\.md$
^ci$
^inlmisc\.Rproj$
^\.Rproj\.user$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/*.zip
/vignettes/cache/*
/README.html
.Rproj.user
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Contributing
============

Contributions are welcome from the community. Questions can be asked on the
[issues page][1]. Before creating a new issue, please take a moment to search
and make sure a similar issue does not already exist. If one does exist, you
can comment (most simply even with just a `:+1:`) to show your support for that
issue.

If you have direct contributions you would like considered for incorporation
into the project you can [fork this repository][2] and
[submit a pull request][3] for review.



[1]: https://github.com/USGS-R/inlmisc/issues
[2]: https://help.github.com/articles/fork-a-repo/
[3]: https://help.github.com/articles/about-pull-requests/
74 changes: 74 additions & 0 deletions code.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
[
{
"name": "inlmisc",
"organization": "U.S. Geological Survey",
"description": "Miscellaneous Functions for the USGS INL Project Office",
"version": "main",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/USGS-R/inlmisc/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/USGS-R/inlmisc/",
"downloadURL": "https://github.com/USGS-R/inlmisc/archive/refs/heads/main.zip",
"disclaimerURL": "https://github.com/USGS-R/inlmisc/blob/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/USGS-R/inlmisc.git",
"vcs": "git",
"laborHours": -1,
"tags": [
"R",
"USGS"
],
"languages": [
"R"
],
"contact": {
"name": "jfisher-usgs",
"email": "FILL ME IN"
},
"date": {
"metadataLastUpdated": "2023-04-07"
}
},
{
"name": "",
"organization": "U.S. Geological Survey",
"description": "",
"version": "v0.0.0",
"status": "Ideation",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "LICENSE.md"
}
]
},
"homepageURL": "",
"downloadURL": "",
"disclaimerURL": "",
"repositoryURL": "",
"vcs": "git",
"laborHours": 1,
"tags": [
"R",
"USGS"
],
"languages": [
"R"
],
"contact": {
"name": "",
"email": ""
},
"date": {
"metadataLastUpdated": "2022-10-16"
}
}
]