-
Notifications
You must be signed in to change notification settings - Fork 50
1. Getting started
Emanuel Huber edited this page Sep 18, 2019
·
1 revision
Feel free to contact me if you have any troubles, questions, comments, wishes, etc.
- Download R from the R Cran website and install it.
- Optionally install a R-editor:
- If necessary, learn some R basics:
require("devtools") # package "devtools" used to install RGPR
devtools::install_github("emanuelhuber/RGPR") # install RGPR
library(RGPR) # load RGPR in the current R session
Note: if necessary, use the lib
argument of the function install_github()
to define the library directory where to install the package.
For example with Ubuntu: devtools::install_github("username/packagename", lib="/usr/lib/R/library/")
.
Solution (source, check also):
- uninstall R
``re-install R/Rtools/Rstudio on C: (not C:\Program Files)
-
Go to your windows variables (Controll Panel)
-
Edit PATH field with the following path: C:\R\R-3.0.1\bin;C:\R\R-3.0.1\bin\i386;C:\R\R-3.0.1\bin\x64;
Check the companion website for tutorials:
http://emanuelhuber.github.io/RGPR/
/name_of_survey (put your R-script)
/maps (maps, sketches of the GPR survey)
/processing (the processed files, use sub-directories)
/rawGPR (the raw data, never modify this files)
/topo (topographic data)
/GPS (GPS data, converted in shapefiles)
/totalStation (topographic data measured with a total station)
/elevationGPR (if available, 1 file for each GPR file containing
the x,y,z coordinates of every traces)