
Vanlife Spot Finder is designed to help people living in vehicles find good free spots to camp. Currently, it is focused on the United States but could eventually support other countries.
The latest version is live at https://vanarchist.shinyapps.io/vanlife-spot-finder/
A growing list of development task requests is being generated. These task requests define planned features of the Vanlife Spot Finder. If you would like to contribute, join Steemit and Utopian and you can be compensated for your work.
Development Task Requests:
Land Boundary Mode Task Request
If adding or changing an R source file, run lintr on it and ensure there are no violations. You will need to install lintr, see this page for instructions. This will ensure a consistent coding standard across the application. Lintr can be run against a source file with the following command:
lintr::lint("file.R")
Note that static analysis is run as part of the test suite in the following section so it doesn't have to be performed manually.
If adding or changing an R source file, modify or add unit tests as appropriate and ensure that all tests pass prior to submission. You will need to install testthat, see this page for instructions. The testthat unit tests can be run with the following command from the project root directory:
devtools::test()
If you'd like to download the app to run it locally, it can be installed with the following command (requires devtools):
devtools::install_github("vanarchist/vanlife-spot-finder")
An SQLite extension is required to use Spatialite GIS functions. Currently there is no R package that installs this. Therefore, you'll need to have the extension installed on your system and accessible in the lib path. On Ubuntu, it can be installed with the following command:
sudo apt-get install libsqlite3-mod-spatialite
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.