tedmoorman
tedmoorman
In the installation, I'm receiving the following error message: `Error : object ‘hcl.colors’ is not exported by 'namespace:grDevices'`. [This was a new feature in R-3.6](https://bookdown.org/hneth/ds4psy/D-3-apx-colors-basics.html#apx:hcl-color-palettes) . Is there an archived...
With crosstalk I'm using R's reactable package to display a table to use for filtering. When I select a single row, I see too many markers on the map, even...
In trying to follow [the instructions given here](https://github.com/ropensci/pdftools) for installing poppler on Centos 7, I receive the following error message: "bash: ./configure: No such file or directory". I looked at...
Just in case this is useful ... ``` #' List indexes in Elasticsearch database #' #' Creates a single column data frame of the indexes in an Elasticsearch database #'...
Just curious if there was a bulk search function in the package that I may have missed? I ended up writing a function to perform the bulk search. I'm not...
I'm getting the following errors in the installation: ``` > install.packages("gstat") * installing *source* package ‘gstat’ ... ** package ‘gstat’ successfully unpacked and MD5 sums checked ** libs gcc -I"/opt/R/R-3.5.3/lib64/R/include"...
I'm receiving an error during the installation: ``` $ R CMD INSTALL ~/xlsx * installing to library ‘/projects/CI_Analysts/R/x86_64-pc-linux-gnu-library/3.5’ * installing *source* package ‘xlsx’ ... ** package ‘xlsx’ successfully unpacked and...
In `render.d3movie` there are options for adding CSS styling to vertices, edges, and vertex labels. What is the intended syntax to produce this? For example, do I need a "styles.css"...
I created a network with the `network` function from the network package: ``` network(..., multiple = TRUE) ``` Then I converted to a dynamic network using the `networkDynamic` function from...
I'm trying to install gert and receiving some errors. I tried fixes suggested in other posts with no luck. ``` $ echo $LD_LIBRARY_PATH /opt/glpk-4.65/lib:/usr/local/lib:usr/local/lib64:/opt/app/SybaseIQ/IQ-16_1/lib64:/home/xxxxx/libgit2-1.1.1/build $ /opt/R/R-3.5.3/bin/R CMD INSTALL gert_1.3.2.tar.gz --configure-vars='INCLUDE_DIR=/home/xxxxx/libgit2-1.1.1/include...