ropensci / coder

Classification of Cases into Deterministic Categories
https://docs.ropensci.org/coder/
22 stars 4 forks source link

Submit to CRAN #141

Closed eribul closed 3 years ago

eribul commented 3 years ago

package submitted. Waiting for response.

eribul commented 3 years ago
Thanks, we see:

   License components with restrictions and base license permitting such:
     MIT + file LICENSE
   File 'LICENSE':
     MIT License

     Copyright (c) 2018 Erik Bülow

     Permission is

Please only ship the CRAN template for the MIT license.

   Found the following (possibly) invalid URLs:
     URL: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4626940/ (moved to
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4626940/)
       From: man/cps.Rd
       Status: 200
       Message: OK
     URL: http://www.ncbi.nlm.nih.gov/pubmed/30850403 (moved to
https://pubmed.ncbi.nlm.nih.gov/30850403/)
       From: man/ae.Rd
       Status: 200
       Message: OK
     URL: https://doi.org/10.1136/bmjopen-2017-021122
       From: man/rxriskv.Rd
             inst/doc/coder.html
       Status: 403
       Message: Forbidden
     URL: https://joss.theoj.org/papers/49d52b062aa289d7b990b1a0a678d109
(moved to https://joss.theoj.org/papers/10.21105/joss.02916)
       From: README.md
       Status: 200
       Message: OK

Please change http --> https, add trailing slashes, or follow moved content as appropriate.

Please fix and resubmit.

Best,
Uwe Ligges
eribul commented 3 years ago

https://cran.r-project.org/web/licenses/MIT

Based on http://opensource.org/licenses/MIT

This is a template. Complete and ship as file LICENSE the following 2
lines (only)

YEAR:
COPYRIGHT HOLDER: 

and specify as

License: MIT + file LICENSE

Copyright (c) <YEAR>, <COPYRIGHT HOLDER>

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.