diff --git a/.Rbuildignore b/.Rbuildignore index 94dbf88..5c74264 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,4 +5,9 @@ ^LICENSE\.md$ ^\.zenodo\.json$ ^codecov\.yml$ -^\.github$ \ No newline at end of file +^\.github$ +^Dockerfile$ +^docker-compose.yml$ +^load_and_test.R$ +^LICENSE.md$ +paper$ diff --git a/DESCRIPTION b/DESCRIPTION index c401ac0..d590c18 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,18 +4,15 @@ Description: Provides an R interface to the Deepforest via the Deepforest's command line interface. The Deepforest is a python package for training and predicting individual tree crowns from airborne RGB imagery. Version: 0.0.2 -Authors@R: c(person("Ben", "G", "Weinstein", role = "aut", - email = "benweinstein2010@gmail.com", - comment = c(ORCID = "0000-0002-2176-7935")), - person("Henry", "Senyondo", role = c("aut", "cre"), +Authors@R: c(person("Ethan", "White", role = c("aut", "cre"), + email = "ethan@weecology.org", + comment = c(ORCID = "0000-0001-6728-7745")), + person("Henry", "Senyondo", role = c("aut"), email = "henrykironde@gmail.com", comment = c(ORCID = "0000-0001-7105-5808")), - person("Weecology", role = "cph", - email = "weecologydeploy@weecology.org", - comment = c(ORCID = "0000-0000-0000-0000")), - person("Ethan", "White", role = "aut", - email = "ethan@weecology.org", - comment = c(ORCID = "0000-0001-6728-7745"))) + person("Ben", "Weinstein", role = "aut", + email = "benweinstein2010@gmail.com", + comment = c(ORCID = "0000-0002-2176-7935"))) BugReports: https://github.com/weecology/DeepForest/issues URL: https://github.com/weecology/DeepForest/ (website), https://github.com/weecology/DeepForest/ diff --git a/LICENSE b/LICENSE index fe6c1e7..c6f9a45 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,2 @@ -MIT License - -Copyright (c) 2021 Weecology - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +YEAR: 2021 +COPYRIGHT HOLDER: The Deepforestr Contributors and The University of Florida \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..e2b53f2 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 The Deepforestr Contributors and The University of Florida + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.