Pariksheet Nanda

Results 7 comments of Pariksheet Nanda

I have also taught using @iglpdc's git guacamole lesson since 2015 and the main advantage for me has been a lot less typing, which allows non-native English speakers to keep...

To restate the underlying issue, 64-bit detection of the nvidia CUDA library is broken which we can see in this line of the original post of @sivlab > checking whether...

When I uninstall the version used above: > **GOG w/ Widescreen Fix (archive)** > Requires GOG Installer v2 or above. ... and instead install: > **GOG** > Install the GOG...

@conao3 Thank you for the suggestion! I was using `(auto-package-update-maybe)` but neglected to show that in my first post: ```emacs-lisp (require 'package) (package-initialize) (if (not (package-installed-p 'use-package)) (progn (package-refresh-contents) (package-install...

Whoops, forgot `sessionInfo()` ```r > sessionInfo() R version 3.6.2 (2019-12-12) Platform: x86_64-pc-linux-gnu (64-bit) Running under: PureOS Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.8.0 LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.8.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8...

For what it's worth, it looks like CMake doesn't recognize that particular `SNDIO_SHARED` option indicated by "Manually-specified variables were not used by the project" in the output below, and so...

Workaround until the dependency is replaced: ```R remotes::install_url("https://cran.r-project.org/src/contrib/Archive/rphast/rphast_1.6.9.tar.gz") ```