How to load RGeostats package?

How to use RGeostats package step-by-step.
Direct access to Tutorial index and Frequently Asked Questions

How to load RGeostats package?

Postby Nicolas Desassis » Fri Sep 21, 2012 4:13 pm

RGeostats package must be installed first on the system.

Loading RGeostats

RStudio

In the "Packages" tab, click on the checkbox just in front of the RGeostats package
LoadRgeostats.png
LoadRgeostats.png (87.05 KiB) Viewed 6628 times


Without RStudio

If the RGeostats package has been installed with root access or under windows, simply execute this command under the R prompt:
Code: Select all
library(RGeostats)

Otherwise, without root access under Linux or Mac, you must indicate to the library command where you have installed the RGeostats package:
Code: Select all
library(RGeostats,lib.loc="$HOME/RPackages")


Check that RGeostats is correctly loaded

Under the R prompt:
  • RGeostats should display its version number:
    Le chargement a nécessité le package : Rcpp
    Loading RGeostats - Version:11.2.3
  • Then check if the welcome demonstration script runs correctly:
    Code: Select all
    demo(RGeostats.start)

Loading issues

If there is a problem loading RGeostats package, please, look at these instructions.




Older stuff...
Loading RGeostats for the first time (only versions < 11)

Note that for version 11 and upper, the license system has been suppressed. Therefore you can skip the end of this post.

When loading RGeostats for the first time, the following message is issued (this message could be different in future versions):

Geoslib 10.0.0 - June, 24th 2014
Problem with the Geoslib License
========================
You must register a valid License for Geoslib!
To identify yourself, please carefully note the activation code:

XXXXX

In case of problem, please contact: rgeostats@geosciences.mines-paristech.fr

You can generate your License File from the site:
http://rgeostats.free.fr/form.php
You will automatically receive the license file by email.
(If no mail arrives, please check your JUNK mail or SPAMs)

When you receive a valid License File:
- place it into your favorite location on disk (no special characters into the path)
- use the command license.define()

Failed to load RGeostats - Version: 10.0.4


As mentioned, you must have a valid License File to run RGeostats the first time.
This License File needs to be loaded only once, at your first use of RGeostats.
In all subsequent R sessions (even when installing new versions of the package) involving RGeostats, the License File will not be asked again.

The license file can be generated automatically by answering this questionnaire.
Note that the requested activation code is given in the welcome RGeostats message (see above - at the place of XXXXX)
You will immediatly receive your License File by email. Store the file into your computer.
The complete path of your License File must not contain special characters (accent, signs, quotes, etc..)!

After that, you must type the command:
Code: Select all
license.define()


Under windows:
A file browser dialog immediately pops up in order to select the License File.

Under Linux or Mac:
You can directly specify the complete path as license.define argument. Otherwise, the following message is issued:
You must define the License File Name
Enter file name:
Nicolas Desassis
 
Posts: 198
Joined: Thu Sep 20, 2012 4:22 pm

Return to Tutorials and FAQ

Who is online

Users browsing this forum: No registered users and 5 guests

cron