From dde54e6db95c026421b61ab01e9ce65c4a1d2436 Mon Sep 17 00:00:00 2001 From: Jesse Ross Date: Fri, 7 Apr 2023 16:23:13 -0700 Subject: [PATCH] Created necessary files for DGEC migration --- .Rbuildignore | 2 ++ .gitignore | 1 + CONTRIBUTING.md | 18 ++++++++++++ code.json | 74 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 95 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 code.json diff --git a/.Rbuildignore b/.Rbuildignore index fd8423b..ea1b59a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -14,3 +14,5 @@ ^LICENSE\.md$ ^CODE_OF_CONDUCT\.md$ ^ci$ +^inlmisc\.Rproj$ +^\.Rproj\.user$ diff --git a/.gitignore b/.gitignore index bab8fb5..a1495ee 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /*.zip /vignettes/cache/* /README.html +.Rproj.user diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..14fcc4c --- /dev/null +++ b/CONTRIBUTING.md @@ -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/ diff --git a/code.json b/code.json new file mode 100644 index 0000000..884e1bc --- /dev/null +++ b/code.json @@ -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" + } + } +] \ No newline at end of file