Coder Social home page Coder Social logo

mixsiargui's People

Contributors

brianstock-noaa avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

mixsiargui's Issues

Error: Failed to install 'MixSIARgui' from GitHub:

When running the code:

devtools::install_github("brianstock/MixSIARgui", dependencies=T) # installs MixSIAR as dependency

I have received this error:

Error: Failed to install 'MixSIARgui' from GitHub:
(converted from warning) installation of package โ€˜C:/Users/ellen/AppData/Local/Temp/RtmpOAJLoj/file485824d92117/MixSIARgui_1.0.0.tar.gzโ€™ had non-zero exit status

My output of sessionInfo() is:

R version 3.6.3 (2020-02-29)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 10 x64 (build 18362)

Matrix products: default

Random number generation:
RNG: Mersenne-Twister
Normal: Inversion
Sample: Rounding

locale:
[1] LC_COLLATE=English_United Kingdom.1252
[2] LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base

other attached packages:
[1] RGtk2_2.20.36

loaded via a namespace (and not attached):
[1] rstudioapi_0.11 magrittr_1.5 usethis_1.6.1
[4] devtools_2.3.0 pkgload_1.1.0 R6_2.4.1
[7] rlang_0.4.7 fansi_0.4.1 tools_3.6.3
[10] pkgbuild_1.1.0 sessioninfo_1.1.1 cli_2.0.2
[13] withr_2.2.0 ellipsis_0.3.1 remotes_2.1.1
[16] assertthat_0.2.1 digest_0.6.25 rprojroot_1.3-2
[19] crayon_1.3.4 processx_3.4.3 callr_3.4.3
[22] fs_1.4.2 ps_1.3.3 curl_4.3
[25] testthat_2.3.2 memoise_1.1.0 glue_1.4.1
[28] compiler_3.6.3 desc_1.2.0 backports_1.1.7
[31] prettyunits_1.1.1

Suggestion: update Readme Installation Instructions

The idea is to increase the subdivision of the installation steps so that users can follow along in the process and identify exactly which steps of the process are not working as intended. These steps are also expanded to include instructions on how to install depreciated / archival packages.

Installation

The GUI...

On windows

  1. Install R 3.6.3. Only installing the 64 bit version may save some heartache with RGtk2 32 bit issues...
  2. Install JAGS
  3. Open R
  4. Install MixSIAR
install.packages("MixSIAR", dependencies=TRUE)
  1. Install nondepreciated GTK+ dependent packages
install.packages(c("RGtk2", "devtools"))
  1. Install depreciated package gWidgets
install.packages("https://cran.r-project.org/src/contrib/Archive/gWidgets/gWidgets_0.0-54.tar.gz", repos=NULL, type="source")
  1. Load RGtk2. You will be prompted to install GTK+. Follow the automatic prompts and do not interrupt the GTK+ installation!:
library(RGtk2)
  1. Restart R and run
library(RGtk2)
  1. Install depreciated package gWidgetsRGtk2
install.packages("cairoDevice", dependencies=TRUE) # is a dependency of gWidgetsRGtk2
install.packages("https://cran.r-project.org/src/contrib/Archive/gWidgetsRGtk2/gWidgetsRGtk2_0.0-83.tar.gz", repos=NULL, type="source")
  1. Install MixSIAR gui interface and skip update step with a line return
devtools::install_github("brianstock/MixSIARgui", dependencies=TRUE)

There may be an error message about needing RTools 35. Don't worry. This error can be ignored if the next step works fine.

  1. Load MixSIAR and run gui
library(MixSIARgui)
mixsiar_gui()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.