Hadley Wickham
Hadley Wickham
`check()` won't redocument it, but you can redocument it yourself which will automatically update the description. We could maybe make this is a bit more clear, but it's a devtools...
FYI I'm scheduling the testthat release for Nov 10.
Somewhat connected to #49
Just a note from the linked PR that when we come to tackle this seriously, some MD5 uses can simply be ripped out in favour of assuming https.
e.g. shim out `install.packages()`, `devtools::install_*`, `remotes::install_*` Add shim to `Sys.getenv()` that reports when an environment variable is used.
FWIW the goal is to start with (IMO) the most common problems: missing dependencies and missing env vars.
@csgillespie thanks, sounds like that's more about checking your connect instance is ok, not your content?
The first two are now more aggressively handled in `addServer()`, and since we now support redirects, I think the potential for problems after the fact are much slower. We have...
@andpatt hmmmm, maybe a `sitrep()` method would be a useful addition to rsconnect? That could give you that basic info for different servers.
@aronatkins @kevinushey I still need to think up a testing strategy, but I think the overall strategy is feeling pretty solid and it'd be useful to get your thoughts.