James J Balamuta
James J Balamuta
### Brief description of the problem The `usethis::use_spell_check()` option creates a `WORDLIST` that is interpreted by only the `{spelliing}` package. Unfortunately, CRAN does not use the `{spelling}` package as part...
Could you please add to `dbxcli` a way to obtain the share link of a given file. e.g. ```bash dbxcli sharelink FILE ``` This was previously in the [headless dropbox...
From #23, I think we might have to notarize the installer app. Details: - https://developer.apple.com/developer-id/ - https://appleinsider.com/articles/19/09/03/apple-eases-app-notarization-conditions-ahead-of-macos-catalina-release
Probably should investigate testing the installation routine via the new GitHub Actions.
Consider including Java: ```bash # Headless download # curl ... # This URL seems unstable. # Then do a hdi mount/install/eject # Run javareconf R CMD javareconf ```
The goal here is to provide a second level of security related to #8 by checking the downloaded packages are _signed_. Consider: ```bash pkgutil --check-signature $PKG_INSTALLER_NAME ``` ```bash Package "macos-rtools.pkg":...
From @jimhester on rOpensci slack: > Why do you modify `~/.R/Makevars` rather than the site level `R_HOME/etc/Makevars.site`? - [ ] Consider generalizing the bash script to allow for site configuration......
`clang6` installer doesn't automatically set the path for users... 😡 - Determine where to set path: - [ ] Verify path does not already have the appropriate bin statement TBA...
Need to show the installer isn't timing out just requiring more time...
Address robustness with hardening Consider adding a "bundled" offline installer by merging existing `.pkg` builds Details on improving the installer build process can be found inside of the 2019 MacAdmins...