Report an issue

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

Report an issue

Postby Fabien Ors » Tue Sep 05, 2017 8:07 am

If you encounter a problem when loading or using RGeostats package, please follow these instructions:

Troubleshooting forum:
For any questions, please, use the Troubleshooting forum.
Please avoid direct mail to authors. First of all, look for the problem on this forum (look at 'Search' feature top right).
If your problem is not already discussed, please ensure that it is reproducible, then...

New topic:
  • Create a new topic in the Troubleshootings board
  • If your problem has been treated already, do not reply to the [SOLVED] topic. Create a new one by referencing the previous [SOLVED] topic (URL)
  • Describe step by step the operations which lead to the problem
  • Provide debugging information (see below)

Debugging information:
Copy / paste these instructions in a R console (Not RStudio), then copy paste the results in your message:
Code: Select all
getwd()
R.version
sessionInfo()
packageVersion("Rcpp")
packageVersion("RGeostats")
packageVersion("maps")
packageVersion("mapproj")
for (trgo_ in ls(all.names=T)) { print(trgo_); print(class(eval(parse(text=trgo_)))); cat("\n") }; rm(trgo_)


Solved:
When your issue has been solved, please, edit the title of your first topic message by adding the [SOLVED] keyword at the beginning.
Fabien Ors
Administrateur du site
 
Posts: 226
Joined: Thu Sep 20, 2012 1:07 pm

Return to Tutorials and FAQ

Who is online

Users browsing this forum: No registered users and 3 guests

cron