EMODnet / emodnet.wfs

Access EMODnet Web Feature Service data through R
https://emodnet.github.io/emodnet.wfs/
Other
8 stars 4 forks source link

investigate R CMD check error that pkgcheck is mentioning #150

Closed maelle closed 8 months ago

maelle commented 1 year ago

@salvafern locally does goodpractice::goodpractice() return any error? On my machine it does not.

salvafern commented 1 year ago

Nope, I only see:

It is good practice to

  ✖ avoid long code lines, it is bad for readability. Also, many people
    prefer editor windows that are about 80 characters wide. Try make your lines
    shorter than 80 characters

    R\client.R:5:81
    R\client.R:6:81
    R\client.R:9:81
    R\client.R:17:81
    R\client.R:18:81
    ... and 1511 more lines
maelle commented 1 year ago

thanks! so weird