Skip to content

Commit 4e6adae

Browse files
Merge pull request #477 from USGS-R/prepare-for-dgec-transition
Prepare for Upcoming DGEC Transition
2 parents 63aa531 + 4f65e99 commit 4e6adae

6 files changed

Lines changed: 160 additions & 1 deletion

File tree

.Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ README_files
55
test.png
66
^.*\.Rproj$
77
^\.Rproj\.user$
8-
CONDUCT.md
8+
CONDUCT.md
9+
^gsplot\.Rproj$

CODE_OF_CONDUCT.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Code of Conduct
2+
===============
3+
4+
All contributions to - and interactions surrounding - this project will abide by
5+
the [USGS Code of Scientific Conduct][1].
6+
7+
8+
9+
[1]: https://www.usgs.gov/office-of-science-quality-and-integrity/fundamental-science-practices

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Contributing
2+
============
3+
4+
Contributions are welcome from the community. Questions can be asked on the
5+
[issues page][1]. Before creating a new issue, please take a moment to search
6+
and make sure a similar issue does not already exist. If one does exist, you
7+
can comment (most simply even with just a `:+1:`) to show your support for that
8+
issue.
9+
10+
If you have direct contributions you would like considered for incorporation
11+
into the project you can [fork this repository][2] and
12+
[submit a pull request][3] for review.
13+
14+
15+
16+
[1]: https://github.com/USGS-R/gsplot/issues
17+
[2]: https://help.github.com/articles/fork-a-repo/
18+
[3]: https://help.github.com/articles/about-pull-requests/

DISCLAIMER.md

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

LICENSE.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
License
2+
=======
3+
4+
Unless otherwise noted, This project is in the public domain in the United
5+
States because it contains materials that originally came from the United
6+
States Geological Survey, an agency of the United States Department of
7+
Interior. For more information, see the official USGS copyright policy at
8+
https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits
9+
10+
Additionally, we waive copyright and related rights in the work
11+
worldwide through the CC0 1.0 Universal public domain dedication.
12+
13+
14+
CC0 1.0 Universal Summary
15+
-------------------------
16+
17+
This is a human-readable summary of the
18+
[Legal Code (read the full text)][1].
19+
20+
21+
### No Copyright
22+
23+
The person who associated a work with this deed has dedicated the work to
24+
the public domain by waiving all of his or her rights to the work worldwide
25+
under copyright law, including all related and neighboring rights, to the
26+
extent allowed by law.
27+
28+
You can copy, modify, distribute and perform the work, even for commercial
29+
purposes, all without asking permission.
30+
31+
32+
### Other Information
33+
34+
In no way are the patent or trademark rights of any person affected by CC0,
35+
nor are the rights that other persons may have in the work or in how the
36+
work is used, such as publicity or privacy rights.
37+
38+
Unless expressly stated otherwise, the person who associated a work with
39+
this deed makes no warranties about the work, and disclaims liability for
40+
all uses of the work, to the fullest extent permitted by applicable law.
41+
When using or citing the work, you should not imply endorsement by the
42+
author or the affirmer.
43+
44+
45+
46+
[1]: https://creativecommons.org/publicdomain/zero/1.0/legalcode

code.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
[
2+
{
3+
"name": "gsplot",
4+
"organization": "U.S. Geological Survey",
5+
"description": "plotting foundation for timeseries reporting",
6+
"version": "main",
7+
"status": "Development",
8+
"permissions": {
9+
"usageType": "openSource",
10+
"licenses": [
11+
{
12+
"name": "Public Domain, CC0-1.0",
13+
"URL": "https://github.com/USGS-R/gsplot/blob/main/LICENSE.md"
14+
}
15+
]
16+
},
17+
"homepageURL": "https://github.com/USGS-R/gsplot/",
18+
"downloadURL": "https://github.com/USGS-R/gsplot/archive/refs/heads/main.zip",
19+
"disclaimerURL": "https://github.com/USGS-R/gsplot/blob/main/DISCLAIMER.md",
20+
"repositoryURL": "https://github.com/USGS-R/gsplot.git",
21+
"vcs": "git",
22+
"laborHours": -1,
23+
"tags": [
24+
"R",
25+
"USGS"
26+
],
27+
"languages": [
28+
"R"
29+
],
30+
"contact": {
31+
"name": "jordansread",
32+
"email": "FILL ME IN"
33+
},
34+
"date": {
35+
"metadataLastUpdated": "2023-04-07"
36+
}
37+
},
38+
{
39+
"name": "",
40+
"organization": "U.S. Geological Survey",
41+
"description": "",
42+
"version": "v0.0.0",
43+
"status": "Ideation",
44+
"permissions": {
45+
"usageType": "openSource",
46+
"licenses": [
47+
{
48+
"name": "Public Domain, CC0-1.0",
49+
"URL": "LICENSE.md"
50+
}
51+
]
52+
},
53+
"homepageURL": "",
54+
"downloadURL": "",
55+
"disclaimerURL": "",
56+
"repositoryURL": "",
57+
"vcs": "git",
58+
"laborHours": 1,
59+
"tags": [
60+
"R",
61+
"USGS"
62+
],
63+
"languages": [
64+
"R"
65+
],
66+
"contact": {
67+
"name": "",
68+
"email": ""
69+
},
70+
"date": {
71+
"metadataLastUpdated": "2022-10-16"
72+
}
73+
}
74+
]

0 commit comments

Comments
 (0)